Update Vrslcm Version In Inventory

Update Vrslcm Version In Inventory

Updates vRealize Suite Lifecycle Manager version in VCF inventory

Request
URI
PUT
https://{api_host}/v1/vrslcm
COPY
Request Body

vrslcmDto

Vrslcm of type(s) application/json
Optional
{
    "fqdn": "string",
    "id": "string",
    "ipAddress": "string",
    "status": "string",
    "version": "string"
}
Responses
200

OK

Returns string of type(s) application/json
Operation doesn't return any data structure

400

Bad Request

Returns Error of type(s) application/json
"Error Object"
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of causes
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


404

Not Found

Returns Error of type(s) application/json
"Error Object"
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of causes
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


405

Method Not Allowed

Returns Error of type(s) application/json
"Error Object"
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of causes
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


500

Internal Server Error

Returns Error of type(s) application/json
"Error Object"
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of causes
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


Code Samples
COPY
                    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/vrslcm