Role Set Enterprise Proxy Delegated To Operator

Role Set Enterprise Proxy Delegated To Operator

Grants enterprise proxy access to the network operator. When an enterprise proxy is delegated to the operator, operator users are granted access to view, configure and troubleshoot objects owned by the proxy.

Privileges required:

UPDATE ENTERPRISE_PROXY_DELEGATION

Request
URI
POST
https://{api_host}/portal/rest/role/setEnterpriseProxyDelegatedToOperator
COPY
Request Body

Show optional properties

{
    "isDelegated": false
}
{
    "enterpriseProxyId": 0,
    "isDelegated": false
}
integer
enterpriseProxyId
Optional

enterpriseProxyId

boolean
isDelegated
Required

isDelegated

Responses
200

Request was successfully processed

This response body class contains all of the following: Inlinerole_set_enterprise_proxy_delegated_to_operator_result0
{
    "isDelegated": false
}

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 '{"isDelegated:"boolean"}' https://{api_host}/portal/rest/role/setEnterpriseProxyDelegatedToOperator