List of ApiDataContext
name | data type | description |
---|---|---|
items | array of ApiDataContext |
Example
{ "items" : [ { "name" : "...", "displayName" : "...", "nameservice" : "...", "createdTime" : "...", "lastModifiedTime" : "...", "services" : [ { "peerName" : "...", "clusterName" : "...", "serviceName" : "...", "serviceDisplayName" : "...", "serviceType" : "..." }, { "peerName" : "...", "clusterName" : "...", "serviceName" : "...", "serviceDisplayName" : "...", "serviceType" : "..." } ], "servicesDetails" : [ { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "UNKNOWN", "healthSummary" : "NOT_AVAILABLE", "configStalenessStatus" : "STALE", "clientConfigStalenessStatus" : "STALE_REFRESHABLE", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "ROLE", "HOST" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "BAD_HEALTH" }, { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "HISTORY_NOT_AVAILABLE", "healthSummary" : "BAD", "configStalenessStatus" : "FRESH", "clientConfigStalenessStatus" : "FRESH", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "CLUSTER", "SERVICE" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "HISTORY_NOT_AVAILABLE" } ], "supportedServiceTypes" : [ "...", "..." ], "allowedClusterVersions" : [ { "key" : "...", "value" : "..." }, { "key" : "...", "value" : "..." } ], "configStalenessStatus" : "FRESH", "clientConfigStalenessStatus" : "FRESH", "healthSummary" : "NOT_AVAILABLE" }, { "name" : "...", "displayName" : "...", "nameservice" : "...", "createdTime" : "...", "lastModifiedTime" : "...", "services" : [ { "peerName" : "...", "clusterName" : "...", "serviceName" : "...", "serviceDisplayName" : "...", "serviceType" : "..." }, { "peerName" : "...", "clusterName" : "...", "serviceName" : "...", "serviceDisplayName" : "...", "serviceType" : "..." } ], "servicesDetails" : [ { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "STOPPING", "healthSummary" : "GOOD", "configStalenessStatus" : "STALE_REFRESHABLE", "clientConfigStalenessStatus" : "STALE_REFRESHABLE", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "ROLE", "HOST" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "HISTORY_NOT_AVAILABLE" }, { "name" : "...", "type" : "...", "clusterRef" : { }, "serviceState" : "STARTED", "healthSummary" : "HISTORY_NOT_AVAILABLE", "configStalenessStatus" : "STALE", "clientConfigStalenessStatus" : "FRESH", "healthChecks" : [ { }, { } ], "serviceUrl" : "...", "roleInstancesUrl" : "...", "maintenanceMode" : true, "maintenanceOwners" : [ "HOST", "HOST" ], "config" : { }, "roles" : [ { }, { } ], "displayName" : "...", "roleConfigGroups" : [ { }, { } ], "replicationSchedules" : [ { }, { } ], "snapshotPolicies" : [ { }, { } ], "entityStatus" : "CONCERNING_HEALTH" } ], "supportedServiceTypes" : [ "...", "..." ], "allowedClusterVersions" : [ { "key" : "...", "value" : "..." }, { "key" : "...", "value" : "..." } ], "configStalenessStatus" : "STALE", "clientConfigStalenessStatus" : "STALE_REFRESHABLE", "healthSummary" : "GOOD" } ] }