Get Vcd Instance
Get details about a specific VCD instance.
This API is available to provider admins and support users.
URN ID of an Environment
URN id of vCD instance
OK
{
"id": "string",
"name": "string",
"ownerId": "string",
"environmentId": "string",
"password": "string",
"domain": "string",
"publicCertificate": "string",
"activeTask": {
"id": "string",
"name": "string",
"entityId": "string",
"entityName": "string",
"ownerId": "string",
"userId": "string",
"steps": "string",
"status": "string",
"startTime": "string",
"endTime": "string",
"queuedTime": "string",
"message": "string",
"isolation": "string",
"output": {
"providerAdminUsername": "administrator",
"providerAdminPassword": "mysecretpassword"
},
"activity": "string"
},
"environment": {
"name": "name",
"location": "us-west-2",
"id": "id",
"url": "url"
},
"environmentSettings": [
{
"id": "string",
"name": "string",
"type": "string",
"subType": "string"
}
],
"statistics": [
{
"type": "string",
"value": "number",
"max": "number"
}
],
"upgradeAfter": "string",
"upgradeCategory": "string",
"oauthClientId": "string"
}
URN ID of vCD instance. This is immutable.
Name of vCD instance.
URN ID of the organization for this task.
URN ID of environment. This is immutable.
Provider administrator password for vCD instance. Password must follow the following rules:
- At least one lowercase letter.
- At least one digit i.e. 0-9.
- At least one special character
- At least one capital letter.
- Minimum 6 letters to maximum 128 This value is input only, the password cannot be retrieved via the API.
The public domain of the instance (e.g. vcd.acme.example).
Free-form configuration object.
Base64 encoded public certificate associated with this instance.
Date which upgrade should be performed after
Category that defines the upgrade strategy
ID of Oauth Client used by the instance's system org. Null if the instance's system org hasn't been integrated with CSP.
Not Found
{
"0": "E",
"1": "r",
"2": "r",
"3": "o",
"4": "r",
"5": "_",
"6": "a",
"7": "l",
"8": "l",
"9": "O",
"10": "f",
"11": " ",
"12": "O",
"13": "b",
"14": "j",
"15": "e",
"16": "c",
"17": "t",
"code": "string",
"messageParameters": [
{}
],
"message": "string",
"localizedMessage": "string"
}