Configuration Update Application Map Content
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. On success, returns a list consisting of the id
s, name
s and logicalId
s of the updated application maps.
Privileges required:
UPDATE
SOFTWARE_PACKAGE
Show optional properties
{
"ids": [
{}
]
}
{
"ids": [
0
],
"checkOnly": false,
"updateProfiles": false
}
A list of Application Map id
s
When true
, the server initiates the network calls necessary to update the target application maps and writes the results to the VCO system logs. This allows users with access to the logs to perform a "dry run" and assess the impact of the change in a risk-off manner.
When true
, causes the resulting changes to be propagated to Edges immediately (meaning on their next heartbeats).
Request was successfully processed
[
{
"id": 0,
"name": "string",
"logicalId": "string"
}
]
configuration_update_application_map_content_result
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"ids":["integer"]}' https://{api_host}/portal/rest/configuration/updateApplicationMapContent