Enterprise Update Edge Image Management Multiple
Enables/disables manage software image feature for multiple customers
Privileges required:
UPDATE
ENTERPRISE
Request
URI
POST
https://{api_host}/portal/rest/enterprise/updateEdgeImageManagementForEnterprises
COPY
Request Body
Show optional properties
{
"enterpriseIds": [
{}
],
"edgeImageManagement": false
}
{
"enterpriseIds": [
0
],
"edgeImageManagement": false
}
array of
integer
enterpriseIds
Required
Constraints:
minItems: 1
enterpriseIds
boolean
edgeImageManagement
Required
edgeImageManagement
Responses
200
Request was successfully processed
Returns
Array of
object
of type(s)
application/json
[
{
"enterpriseId": 0,
"rowsAffected": 0
}
]
400
Invalid Request: Please check your request schema
Returns
generic_400
of type(s)
application/json
{
"error": {
"code": -32600,
"message": "An error occurred while processing your request",
"data": {
"valid": false,
"error": [
{
"code": "string",
"message": "string",
"path": "string"
}
],
"warning": [
{
"code": "string",
"message": "string",
"path": "string"
}
]
}
}
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enterpriseIds:"array","edgeImageManagement:"boolean"}' https://{api_host}/portal/rest/enterprise/updateEdgeImageManagementForEnterprises
Network Operations
POST
Network Remove Operator Config Assoc From All Enterprises
POST
Enterprise Get Default Operator Configuration
POST
Enterprise Get Enterprise Specific Operator Configs
POST
Enterprise Update Edge Image Management
POST
Enterprise Update Edge Image Management Multiple
POST
Network Delete Network Gateway Pool
POST
Network Get Network Gateways
POST
Network Insert Network Gateway Pool
POST
Network Update Network Gateway Pool Attributes