ServiceAttributes-core.dedserver
From Hostway API Documentation
(Difference between revisions)
Mike.robski (Talk | contribs) (Created page with "= Dedicated Server Service Attributes = Attributes used when configuring the Dedicated Server service. __TOC__ == Attributes Body == <nowiki> { "serverName": "MyServer", ...") |
Mike.robski (Talk | contribs) m (1 revision: Release 85) |
||
(One intermediate revision by one user not shown) | |||
Line 17: | Line 17: | ||
; serverLocation | ; serverLocation | ||
: The name of the data center where the server is to be located. | : The name of the data center where the server is to be located. | ||
+ | |||
== See also == | == See also == | ||
+ | * [[ServiceAttributesStructure|Service Attributes Structure]] | ||
* [[Orders|Orders API]] | * [[Orders|Orders API]] | ||
+ | * [[Account|Account Management API]] | ||
{{disqus}} | {{disqus}} | ||
[[Category:Hostway API]] | [[Category:Hostway API]] | ||
+ | [[Category:Ordering API]] | ||
+ | [[Category:Account Management API]] |
Latest revision as of 15:38, 27 September 2013
Dedicated Server Service Attributes
Attributes used when configuring the Dedicated Server service.
Contents |
Attributes Body
{ "serverName": "MyServer", "serverLocation": "Tampa" }
Parameters
- serverName
- A name for the dedicated server.
- serverLocation
- The name of the data center where the server is to be located.
See also