Edge Set Edge Operator Configuration

Edge Set Edge Operator Configuration

Sets the Operator Profile (Software Image) for the specified Edge. If the Edge is configured to inherit the Enterprise-default Operator Profile (as is the case for newly-provisioned devices, by default), this action overrides that relationship.

Privileges required:

UPDATE EDGE

Request
URI
POST
https://{api_host}/portal/rest/edge/setEdgeOperatorConfiguration
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_set_edge_operator_configuration_result of type(s) application/json
This response body class contains all of the following: Inlineedge_set_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/setEdgeOperatorConfiguration