Get Sddc Lcm
Get a registered SDDC LCM by ID.
Id of SDDC LCM.
OK
{
"sddcGroupFqdn": "sddcGroupFqdn",
"fqdn": "fqdn",
"isPrimary": true,
"vspClusters": [
{
"fqdn": "fqdn",
"certificate": "certificate",
"id": "id",
"type": "MANAGEMENT"
},
{
"fqdn": "fqdn",
"certificate": "certificate",
"id": "id",
"type": "MANAGEMENT"
}
],
"backupConfig": {
"incrementalSchedule": {
"interval": 1,
"fallbackToFull": true,
"enabled": true
},
"storage": {
"sftp": ""
},
"retention": {
"maxBackups": 1,
"maxAgeBackups": 1
},
"fullSchedule": {
"schedule": {
"days": [
"MON",
"TUE",
"WED",
"THU",
"FRI",
"SAT",
"SUN"
],
"startTime": "startTime"
},
"enabled": true
}
},
"sddcGroupId": "sddcGroupId",
"vcenter": {
"fqdn": "fqdn",
"sslThumbprint": "sslThumbprint",
"id": "id"
},
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"fleetDepot": {
"fqdn": "fqdn",
"certificate": "certificate"
},
"sddcGroupName": "sddcGroupName",
"sddcGroupCertificate": "sddcGroupCertificate",
"status": "HEALTHY"
}
SDDC LCM identifier.
SDDC LCM service fqdn.
Whether this is the primary instance of the Fleet.
SDDC Group identifier.
SDDC Group name.
SDDC Group fqdn.
PEM encoded certificate (chain).
vcenter
vspClusters
Fleet Depot Service associated with the SDDC LCM.
Backup configuration for a component/cluster.
A common status object to define the health of a service.
Unauthorized
{
"code": "code",
"detail": "detail",
"message": {
"args": {
"cloudProxyFqdn": "cloudProxy1.vsphere.local"
},
"localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
},
"resolution": {
"args": {
"cloudProxyFqdn": "cloudProxy1.vsphere.local"
},
"localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
},
"referenceId": "referenceId",
"timestamp": "2000-01-23T04:56:07.000Z"
}
Unique error code for programmatic identification.
message
resolution
An identifier for tracing the error in the logs.
The date and time when the error occurred.
Freeform extra information, such as raw error payloads or additional context.
The specified resource was not found
{
"code": "code",
"detail": "detail",
"message": {
"args": {
"cloudProxyFqdn": "cloudProxy1.vsphere.local"
},
"localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
},
"resolution": {
"args": {
"cloudProxyFqdn": "cloudProxy1.vsphere.local"
},
"localizedMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"defaultMessage": "Started upgrade for Cloud Proxy `cloudProxy1.vsphere.local`",
"id": "com.broadcom.lcm.ops.cloudproxy.upgrade.started"
},
"referenceId": "referenceId",
"timestamp": "2000-01-23T04:56:07.000Z"
}
Unique error code for programmatic identification.
message
resolution
An identifier for tracing the error in the logs.
The date and time when the error occurred.
Freeform extra information, such as raw error payloads or additional context.
Internal server error
"ErrorResponse Object"
Unique error code for programmatic identification.
message
resolution
An identifier for tracing the error in the logs.
The date and time when the error occurred.
Freeform extra information, such as raw error payloads or additional context.
curl -H 'Authorization: <value>' https://{api_host}/fleet-lcm/v1/sddc-lcms/{sddcLcmId}