Get Sddc Manager Info

Get Sddc Manager Info

Retrieves the details of SDDC Manager VM

Request
URI
GET
https://sfo-vcf01.rainpole.io//v1/sddcs/{id}/sddc-manager
COPY
Path Parameters
string
id
Required

SDDC ID


Responses
200

OK

Returns SddcManagerInfo of type(s) application/json
{
    "fqdn": "string",
    "id": "string",
    "ipAddress": "string",
    "version": "string"
}
string
fqdn
Optional

FQDN of the SDDC Manager

string
id
Optional

ID of the SDDC Manager

string
ipAddress
Optional

IP Address of the SDDC Manager

string
version
Optional

Version of the SDDC Manager


404

Not Found

Operation doesn't return any data structure

500

Internal Server Error

Operation doesn't return any data structure

501

Not Implemented

Operation doesn't return any data structure