Update Vrslcm Version By Id In Inventory
Updates VMware Aria Suite Lifecycle version
the ID of VMware Aria Suite Lifecycle instance
{
"id": "string",
"fqdn": "string",
"ipAddress": "string",
"version": "string",
"status": "string"
}
The ID of the VMware Aria Suite Lifecycle Manager instance
Fully Qualified Domain Name
IP Address of VMware Aria Suite Lifecycle Manager appliance
Version of the product that is currently running on the environment
The state of the current product instance
Ok
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Not Found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
Method Not Allowed
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"fqdn:"string","id:"string","ipAddress:"string","status:"string","version:"string"}' https://{api_host}/v1/vrslcms/{id}