Get Bringup App Info
GET Method to retrieve information about Bringup app
Request
URI
GET
https://{api_host}/v1/sddcs/about
COPY
Responses
200
OK
Returns
VcfService
of type(s)
application/json
{
"id": "string",
"name": "string",
"version": "string",
"status": "string"
}
string
id
Optional
ID of the service
string
name
Optional
Name of the service
string
version
Optional
Version of the service
string
status
Optional
Status of the service
404
Not Found
Returns
VcfService
of type(s)
application/json
"VcfService Object"
string
id
Optional
ID of the service
string
name
Optional
Name of the service
string
version
Optional
Version of the service
string
status
Optional
Status of the service
500
Internal Server Error
Returns
VcfService
of type(s)
application/json
"VcfService Object"
string
id
Optional
ID of the service
string
name
Optional
Name of the service
string
version
Optional
Version of the service
string
status
Optional
Status of the service
501
Not Implemented
Returns
VcfService
of type(s)
application/json
"VcfService Object"
string
id
Optional
ID of the service
string
name
Optional
Name of the service
string
version
Optional
Version of the service
string
status
Optional
Status of the service
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/sddcs/about
Sddc Operations
POST
Start Bringup Spec Conversion
GET
Get Bringup Tasks
POST
Start Bringup
GET
Get Bringup Validations
POST
Validate Bringup Spec
GET
Get Bringup Task By ID
PATCH
Retry Sddc
GET
Get Bringup Validation
PATCH
Retry Bringup Validation
GET
Get Sddc Manager Info
GET
Export Bringup Detail Report
GET
Export Bringup Validation Report
GET
Get Bringup App Info