Account
You can obtain your account details and update them through CloudAPI, although login cannot be changed, and password can not be retrieved.
Last updated
You can obtain your account details and update them through CloudAPI, although login cannot be changed, and password can not be retrieved.
Last updated
Retrieves your account details. Instead of providing your login name, you can also provide 'my' (i.e. GET /my).
None
Account object:
For all possible errors, see CloudAPI HTTP Responses.
or
Update your account details with the given parameters.
Account object:
For all possible errors, see CloudAPI HTTP Responses.
or
When the operator has enabled the CloudAPI Provisioning Limits plugin, you can retreive your account limits and usage through this API.
See the Provisioning Limits plugin for how limits are configured and used in Triton.
None
An array of provisioning limit objects. Possible values for each provisioning limit object are:
For all possible errors, see CloudAPI HTTP Responses.
Field
Type
Description
id
UUID
Unique id for this account
login
String
Your login name
String
Email address
companyName
String
...
firstName
String
...
lastName
String
...
address
String
...
postalCode
String
...
city
String
...
state
String
...
country
String
...
phone
String
...
created
ISO8601 date
When this account was created
updated
ISO8601 date
When this account's details was last updated
triton_cns_enabled
Boolean
true
if Triton CNS is enabled for account
Error Code
Description
ResourceNotFound
If :login
does not exist
Field
Type
Description
String
Email address
companyName
String
...
firstName
String
...
lastName
String
...
address
String
...
postalCode
String
...
city
String
...
state
String
...
country
String
...
phone
String
...
triton_cns_enabled
Boolean
Enable or disable the Triton CNS
Field
Type
Description
id
UUID
Unique id for this account
login
String
Your login name
String
Email address
companyName
String
...
firstName
String
...
lastName
String
...
address
String
...
postalCode
String
...
city
String
...
state
String
...
country
String
...
phone
String
...
created
ISO8601 date
When this account was created
updated
ISO8601 date
When this account's details was last updated
triton_cns_enabled
Boolean
true
if Triton CNS is enabled for account
Error Code
Description
ResourceNotFound
If :login
does not exist
Field
Type
Description
Possible values
by
String
The type of limit. Note that "machines" means the "number of machines".
"ram", "quota", or "machines".
value
Number
The limit value. I.e. the total number of machines, total ram or total quota.
Ram is defined in terms of MiB. Quota is defined in terms of GiB.
used
Number
How much of the limit is used by existing machines.
Ram is defined in terms of MiB. Quota is defined in terms of GiB.
check
String
Optional. Restricts the limit to an image name or to an image os.
"image" or "os".
os
String
Optional. When check
is set to "os", this is the Image os
name this limit will be restricted to.
Usually, this will be one of windows
, linux
, smartos
, bsd
or other
. See IMGAPI os values.
image
String
Optional. When check
is set to "image", this is the Image name
this limit will be restricted to.
See IMGAPI image name.
Error Code
Description
ResourceNotFound
If :login
does not exist