Operations Management/Access Control/Console Service Operations
PUTConsole Service OperationsSince 2.3SynchronousAuth Required
UpdateConsoleProxyAgent
UpdateConsoleProxyAgent
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
updateconsoleproxyagentObjectRequiredupdateconsoleproxyagent request body object.
consoleProxyOverriddenIpStringRequiredThe IP address of the new console proxy.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/consoles/agents/{uuid}/actions
/zstack/v1/consoles/agents/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/consoles/agents/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updateconsoleproxyagent":{"consoleProxyOverriddenIp":"<consoleProxyOverriddenIp>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": {} }Change History
This API has no change history records yet.
