Describes the base information for accessing the API
GET/apiinfo
Describes the base information for accessing the API
Request
Responses
- 200
- 500
Metadata describing how to access this API
- application/json
- Schema
- Example (from schema)
Schema
kubeProxyAPIstring
nonResourceAPIstring
resourceAPIstring
{
"kubeProxyAPI": "string",
"nonResourceAPI": "string",
"resourceAPI": "string"
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
codeint32required
detailstringrequired
messagestringrequired
uristringrequired
verbstringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}