API /v1/sddc-manager/upgradables is not available at developer site - Vcf Services APIs
VMware Cloud Foundation 5.2
The doc related changes are missing for this API.
This issue will be resolved in VCF 9. 0 and VCF 5.2.1
Please review the example request below to see how the response will appear.
Sample curl request
$ curl 'https://sfo-vcf01.rainpole.io/v1/sddc-manager/upgradables' -i -X GET \
-H 'Accept: application/json' \
-H 'Authorization: Bearer etYWRta....'
Sample http request
GET /v1/sddc-manager/upgradables HTTP/1.1
Accept: application/json
Host: sfo-vcf01.rainpole.io
Authorization: Bearer etYWRta....
Sample http response
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 280
{
"elements" : [ {
"description" : "Description for applicability status",
"version" : "123.456.789-22345",
"releaseDate" : "123456",
"applicabilityStatus" : "APPLICABLE",
"compatibilityStatus" : "COMPATIBLE",
"errors" : [ ],
"warnings" : [ ]
} ]
}