Describe the specified system component
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Describe the specified system component
Path Parameters
component string required
component name
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
healthyBackends int32 required
the number of healthy backend components
label required
labels
name string required
component name
namespace string required
the name of the namespace
selfLink string required
self link
startedAt date-time required
started time
totalBackends int32 required
the total replicas of each backend system component
{
"healthyBackends": 0,
"name": "string",
"namespace": "string",
"selfLink": "string",
"startedAt": "2023-09-28T03:46:07.137Z",
"totalBackends": 0
}
Loading...