Retrieve the administrator kubernetes config.
Retrieve the administrator kubernetes config. It is only available for sysadmin users.
Request
URI
GET
https://{api_host}/admin/hybridity/api/authz/proxy/tokens/vim/recovery/{vimTenantId}
COPY
Path Parameters
string
vimTenantId
Required
The identifier of the Virtual Infrastructure Manager Tenant (VIM Tenant)
Responses
200
Successfully retrived kubernetes config
Operation doesn't return any data structure
400
Bad Request
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
VIM not found
Operation doesn't return any data structure
406
Not Acceptable
Operation doesn't return any data structure
500
Internal Server Error
Returns
errorResponse
of type(s)
application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Recovery Operations
GET
Retrieve the administrator kubernetes config.