API /v1/sddc-manager/upgradables is not available at developer site - developer.broadcom.com
search cancel

API /v1/sddc-manager/upgradables is not available at developer site - developer.broadcom.com

book

Article ID: 373994

calendar_today

Updated On:

Products

VMware Cloud Foundation 5.x

Issue/Introduction

API /v1/sddc-manager/upgradables is not available at developer site - Vcf Services APIs

Environment

VMware Cloud Foundation 5.2

Cause

The doc related changes are missing for this API.

Resolution

This issue will be resolved in VCF 9. 0 and VCF 5.2.1

Additional Information

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" : [ ]
  } ]
}