Enterprise Get Enterprise Specific Operator Configs

Enterprise Get Enterprise Specific Operator Configs

Gets the enterprise assigned operator configurations

Privileges required:

READ ENTERPRISE

Request
URI
POST
https://{api_host}/portal/rest/enterprise/getEnterpriseSpecificOperatorConfigurations
COPY
Request Body

Show optional properties

{
    "enterpriseId": 0
}
{
    "enterpriseId": 0,
    "withModules": false,
    "withEdgeCount": false
}
integer
enterpriseId
Required

enterpriseId

boolean
withModules
Optional

withModules

boolean
withEdgeCount
Optional

withEdgeCount

Responses
200

Request was successfully processed

[
    {
        "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,
        "configurationAssociationId": 0,
        "isTemplate": 0
    }
]

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/getEnterpriseSpecificOperatorConfigurations