Changed1
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Get Configs
DescriptionGet configs associated with the given criteria, all if no criteria is provided
Request
URLURL
https://sfo-vcf01.rainpole.io/v1/config-drifts
Query Parameters
Query Parameters
string
configId
Optional
Config Id
string
driftType
Optional
Drift Type
integer
page
Optional
Page number to retrieve. Default page 0 will retrieve all elements. Optional
string
resourceId
Optional
Resource Id
string
resourceType
Optional
Resource Type
integer
size
Optional
Size of the page to retrieve. Default page size is 10. Optional
Response
Response
Response BodyResponse Body
200 OK
Returns
PageOfConfigDriftSpec
of type(s) application/json
{
"elements": [
{
"applicability": {
"versionApplicability": [
{
"maxVersion": "string",
"minVersion": "string",
"productType": "SDDC_MANAGER|VCENTER|ESXI|NSXT_MANAGER|VXRAIL"
}
]
},
"description": "This drift operation will create an additional distributed virtual port group on a cluster for VCF management VM communication, and migrate VCF-managed VMs to this new port group",
"id": "3f39d4a1-78d2-11e8-af85-f1cf26258cdc",
"name": "Distributed Virtual Portgroup configuration drift",
"resourceType": "system | domain | cluster | host | edge_cluster",
"type": "fix | feature"
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
Errors
Error
500
Internal Server Error
Error
503
Internal Service Unavailable
Code Samples
cURL Command
curl https://sfo-vcf01.rainpole.io/v1/config-drifts
[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
What's changed in latest?
INTRODUCED