Update Service
DescriptionUpdates service specific metadata for a vRealize Orchestrator
Request
URLURL
Path Parameters
Path Parameters
Request Body
{
"description": "string",
"id": "string",
"name": "string",
"password": "string",
"trustAnchor": "string",
"username": "string",
"vcId": {
"id": "string",
"name": "string"
},
"version": "string",
"vroEndpoint": "string"
}
This is a read-only field in the client. Values set on this field will be ignored by the server.
The password is hidden using a Password Mask represented by a series of 6 asterisks ("******") in the response. The Password Mask is not an acceptable password during VRO Server registration. During an update, the Password Mask set for the ‘password’ field is interpreted as no change to the field and is ignored.
SSL Certificate chain for the VRO endpoint (deprecated)
Authentication
Response
Response BodyResponse Body
200 OK
{
"description": "string",
"id": "string",
"name": "string",
"password": "string",
"trustAnchor": "string",
"username": "string",
"vcId": {
"id": "string",
"name": "string"
},
"version": "string",
"vroEndpoint": "string"
}
This is a read-only field in the client. Values set on this field will be ignored by the server.
The password is hidden using a Password Mask represented by a series of 6 asterisks ("******") in the response. The Password Mask is not an acceptable password during VRO Server registration. During an update, the Password Mask set for the ‘password’ field is interpreted as no change to the field and is ignored.
SSL Certificate chain for the VRO endpoint (deprecated)