[{"label":"Latest (4.4.0)","version":"latest"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf
Get PSC
DescriptionGet a PSC
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/pscs/{id}
Path Parameters
Path Parameters
string
id
Required
PSC ID
Response
Response
Response BodyResponse Body
200 OK returns
Psc
of type(s) application/json
{
"domain": {
"id": "string",
"name": "string"
},
"fqdn": "string",
"id": "string",
"ipAddress": "string",
"isReplica": false,
"ssoDomainName": "string",
"ssoSubDomainName": "string"
}
string
fqdn
Optional
FQDN of the Psc
string
id
Optional
ID of the Psc
string
ipAddress
Optional
IP Address of the Psc
boolean
isReplica
Optional
Indicates if the Psc is a replica
string
ssoDomainName
Optional
SSO Domain name of the Psc
string
ssoSubDomainName
Optional
SSO sub domain name of the Psc
Errors
Code Samples
Code Samples
cURL Command
curl https://sfo-vcf01.rainpole.io/v1/pscs/{id}
[{"label":"Latest (4.4.0)","version":"latest"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1126/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1077/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1032/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1002/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/921/vmware-cloud-foundation","version":"4.0"},{"link":"https://developer.vmware.com/apis/925/vmware-cloud-foundation","version":"3.10"},{"link":"https://developer.vmware.com/apis/891/vmware-cloud-foundation","version":"3.9.1"},{"link":"https://developer.vmware.com/apis/723/vmware-cloud-foundation","version":"3.9.0"},{"link":"https://developer.vmware.com/apis/711/vmware-cloud-foundation","version":"3.8.1"},{"link":"https://developer.vmware.com/apis/685/vmware-cloud-foundation","version":"3.8"}]
vcf