This adds a location to the Equotix One account.
Request
Body Params application/json
The domain you are assigned to authenticate your Equotix One account.
The email address assigned to the user account in your Equotix One.
The unix timestamp used to sign this API request.
The calculated signature for this API request.
The name of the location.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"name": "string",
"stock_warning": 0,
"stock_danger": 0
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
The newly added location ID.
{
"error": [
"string"
],
"success": true,
"location_id": 0
}
Modified at 2024-10-20 08:46:07