Enterprise Get Default Operator Configuration

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,

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enterpriseId:"integer"}' https://{api_host}/portal/rest/enterprise/getEnterpriseDefaultOperatorConfiguration