Network Get Network Cloneable Enterprises

Network Get Network Cloneable Enterprises

Gets all cloneable enterprises existing on a network including delegation information

Privileges required:

READ ENTERPRISE

Request
URI
POST
https://{api_host}/portal/rest/network/getNetworkCloneableEnterprises
COPY
Request Body
{
    "networkId": 0
}
integer
networkId
Optional

networkId

Responses
200

Request was successfully processed

[
    {
        "id": 0,
        "name": "string",
        "gatewayPoolId": 0,
        "configurationId": 0,
        "enableEnterpriseDelegationToOperator": false,
        "enableEnterpriseUserManagementDelegationToOperator": false,
        "endpointPkiMode": "string",
        "enableExportRestriction": false,
        "edgeLicenseIds": [
            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 '{}' https://{api_host}/portal/rest/network/getNetworkCloneableEnterprises