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
kubeProxyAPI string
nonResourceAPI string
resourceAPI string
{
"kubeProxyAPI": "string",
"nonResourceAPI": "string",
"resourceAPI": "string"
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...