Configuration Update Application Map Profiles
Update Application Map IP and port mappings for select applications to ensure they are consistent with the current authoritative mappings maintained by the application provider AND push the resulting changes to the Edges assigned the updated Application Maps immediately. On success, returns an object identifying the profiles
and enterprises
updated.
Privileges required:
UPDATE
SOFTWARE_PACKAGE
Show optional properties
{
"id": 0
}
{
"id": 0,
"checkOnly": false,
"updateContent": false
}
The id
of the Application Map to be updated
When true
, causes the server to return the list of profiles that would be updated, without actually executing the update or configuration push. This allows users to perform a "dry run" and assess the impact of the change in a risk-off manner.
When false
, the Application Map is simply "pushed" in its current state to the Edges to which it is assigned (the server skips performing a "refresh").
Request was successfully processed
{
"profiles": [
{
"id": 0,
"name": "string",
"logicalId": "string",
"metaDataVersion": "string",
"data": "string",
"moduleId": 0,
"moduleVersion": "string"
}
],
"enterprises": [
{
"id": 0,
"name": "string",
"logicalId": "string"
}
]
}
profiles
enterprises
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"integer"}' https://{api_host}/portal/rest/configuration/updateApplicationMapProfiles