Locations
The available APIs for locations are explained below.
inventory/location/get
This returns the list of locations available for the Equotix One account.
Path
/api/inventory/location/get
POST Parameters
Name | Type | Required | Description |
domain | string | Yes | The domain you are assigned to authenticate your Equotix One account. |
api_key | string | Yes | The email address assigned to the user account in your Equotix One. |
auth_timestamp | int | Yes | The unix timestamp used to sign this API request. |
auth_signature | string | Yes |
The calculated signature for this API request. |
location_id | int | No |
The location ID to search for specifically. |
page | int | No |
Page number of the results. |
Response Parameters
Name | Type | Description |
locations | object | The list of locations available. |
> location_id | int | The location ID. |
> name | string | The name of the location. |
total | int | The total number of results available. |
Comments
0 comments
Article is closed for comments.