Edge Unset Edge Operator Configuration

Edge Unset Edge Operator Configuration

Unsets the Operator Profile for the specified Edge, restoring the Enterprise-default Operator Profile.

Privileges required:

UPDATE EDGE

Request
URI
POST
https://{api_host}/portal/rest/edge/unsetEdgeOperatorConfiguration
COPY
Request Body

Show optional properties

{
    "edgeId": 0,
    "configurationId": 0
}
{
    "edgeId": 0,
    "enterpriseId": 0,
    "configurationId": 0
}
integer
edgeId
Required

edgeId

integer
enterpriseId
Optional

enterpriseId

integer
configurationId
Required

configurationId

Responses
200

Request was successfully processed

Returns edge_unset_edge_operator_configuration_result of type(s) application/json
This response body class contains all of the following: Inlineedge_unset_edge_operator_configuration_result0
{
    "id": 123,
    "rows": 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 '{"edgeId:"integer","configurationId:"integer"}' https://{api_host}/portal/rest/edge/unsetEdgeOperatorConfiguration