Get abnormal workloads
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get abnormal workloads
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
data object required
items object
unhealthy workloads
namespace string required
the name of the namespace
{
"data": {},
"items": {},
"namespace": "string"
}
GET /kapis/resources.kubesphere.io/v1alpha2/abnormalworkloads
Authorization
name: Authorizationtype: apiKeydescription: Bearer Token Authenticationin: header
Request
Request
curl / cURL
curl -L -X GET 'https://docs.kubesphere.com.cn/kapis/resources.kubesphere.io/v1alpha2/abnormalworkloads' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
python / requests
curl -L -X GET 'https://docs.kubesphere.com.cn/kapis/resources.kubesphere.io/v1alpha2/abnormalworkloads' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
go / native
curl -L -X GET 'https://docs.kubesphere.com.cn/kapis/resources.kubesphere.io/v1alpha2/abnormalworkloads' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
nodejs / axios
curl -L -X GET 'https://docs.kubesphere.com.cn/kapis/resources.kubesphere.io/v1alpha2/abnormalworkloads' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
java / unirest
curl -L -X GET 'https://docs.kubesphere.com.cn/kapis/resources.kubesphere.io/v1alpha2/abnormalworkloads' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'