Create Enterprise
DescriptionCreate a Customer
Request
URLURL
Query Parameters
Query Parameters
A comma-separated list of field names corresponding to linked resources. Where supported, the server will resolve resource attributes for the specified resources.
Request Body
{
"gatewayPool": "string",
"name": "string",
"operatorProfiles": [
"string"
]
}
A globally-unique UUIDv4-formatted identifer
Array of globally-unique UUIDv4-formatted identifers representing operator Profile logicalIds. First item in the array is the default operator profile (inherited by all Edges by default)
Enterprise unique name
Possible values are: CERTIFICATE_DISABLED , CERTIFICATE_OPTIONAL , CERTIFICATE_REQUIRED
Array of globally-unique UUIDv4-formatted identifers
Response
Response BodyResponse Body
201 Created
Request successfully processed
{
"_href": "string",
"accountNumber": "string",
"alertsEnabled": false,
"bastionState": "UNCONFIGURED",
"city": "string",
"contactEmail": "string",
"contactMobile": "string",
"contactName": "string",
"contactPhone": "string",
"country": "string",
"created": "string",
"description": "string",
"domain": "string",
"endpointPkiMode": "CERTIFICATE_DISABLED",
"gatewayPool": {
"_href": "string"
},
"lat": 0,
"locale": "string",
"logicalId": "string",
"lon": 0,
"modified": "string",
"name": "string",
"operatorAlertsEnabled": false,
"postalCode": "string",
"prefix": "string",
"state": "string",
"streetAddress": "string",
"streetAddress2": "string",
"timezone": "string"
}
Possible values are: UNCONFIGURED , STAGE_REQUESTED , UNSTAGE_REQUESTED , STAGED , UNSTAGED
Possible values are: CERTIFICATE_DISABLED , CERTIFICATE_OPTIONAL , CERTIFICATE_REQUIRED
A globally-unique UUIDv4-formatted identifer
Errors
ValidationError
Unauthorized
Resource not found
UnsupportedMediaTypeError
DataValidationError
Rate Limit Exceeded
Internal server error