Enterprise Get Default Operator Configuration
Gets the default operator configration for an enterprise
Privileges required:
READ
ENTERPRISE
Request
URI
POST
https://{api_host}/portal/rest/enterprise/getEnterpriseDefaultOperatorConfiguration
COPY
Request Body
{
"enterpriseId": 0
}
integer
enterpriseId
Required
enterpriseId
Responses
200
Request was successfully processed
Returns
model_configuration
of type(s)
application/json
{
"configurationType": "string",
"bastionState": "string",
"created": "string",
"description": "string",
"edgeCount": 0,
"effective": "string",
"id": 0,
"logicalId": "string",
"enterpriseLogicalId": "string",
"modified": "string",
"modules": [
{
"created": "string",
"effective": "string",
"modified": "string",
"id": 0,
"name": "string",
"type": "string",
"description": "string",
"configurationId": 0,
"enterpriseLogicalId": "string",
"data": {},
"schemaVersion": "string",
"version": "string",
"metadata": {},
"refs": {}
}
],
"name": "string",
"schemaVersion": "string",
"version": "string",
"isStaging": 0
}
string
configurationType
Optional
configurationType
Possible values are :
NETWORK_BASED,
SEGMENT_BASED,
string
bastionState
Optional
bastionState
Possible values are :
UNCONFIGURED,
STAGE_REQUESTED,
UNSTAGE_REQUESTED,
STAGED,
UNSTAGED,
string As date-time
As date-time
created
Optional
created
string
description
Optional
description
integer
edgeCount
Optional
edgeCount
string As date-time
As date-time
effective
Optional
effective
integer
id
Optional
id
string
logicalId
Optional
logicalId
string
enterpriseLogicalId
Optional
enterpriseLogicalId
string As date-time
As date-time
modified
Optional
modified
array of
object
modules
Optional
modules
string
name
Optional
name
string
schemaVersion
Optional
schemaVersion
string
version
Optional
version
integer
isStaging
Optional
isStaging
Possible values are :
0,
1,
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enterpriseId:"integer"}' https://{api_host}/portal/rest/enterprise/getEnterpriseDefaultOperatorConfiguration
Network Operations
POST
Network Remove Operator Config Assoc From All Enterprises
POST
Enterprise Get Default Operator Configuration
POST
Enterprise Get Enterprise Specific Operator Configs
POST
Enterprise Update Edge Image Management
POST
Enterprise Update Edge Image Management Multiple
POST
Network Delete Network Gateway Pool
POST
Network Get Network Gateways
POST
Network Insert Network Gateway Pool
POST
Network Update Network Gateway Pool Attributes