Used to retrieve details on the server
Used to retrieve details on the server
Responses
- 200
- 500
Contains the server info
- application/json
- Schema
- Example (from schema)
Schema
property name*
string
apiGroups undefined[]
Group string
Version string
cloudAccessFeatures undefined[]
accountType string[]
description string
feature string
title string
clusterTrustProvider string
features object
instanceIdentifier string
namespace string
version
release string
sha string
{
"apiGroups": [
{
"Group": "string",
"Version": "string"
}
],
"cloudAccessFeatures": [
{
"accountType": [
"string"
],
"description": "string",
"feature": "string",
"title": "string"
}
],
"clusterTrustProvider": "string",
"features": {},
"instanceIdentifier": "string",
"namespace": "string",
"version": {
"release": "string",
"sha": "string"
}
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...