post https://{hostname}/crux/v1/mgmt-pop/agents//upgrade-os-pkgs
Upgrades an existing connector.
Response
Upgrades an existing connector.
xxxxxxxxxx
curl --request POST \
--url https://hostname/crux/v1/mgmt-pop/agents/uuid_url/upgrade-os-pkgs \
# Add Authorization header to this snippet
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"status": "Accepted the upgrade request."
}