ServiceAttributes-core.dedserver
(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) |
||
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]] |
Revision as of 15:37, 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