Retrieve An operability SSH access token.
Retrieve an operability SSH access token.
Request
URI
GET
https://{api_host}/admin/hybridity/api/authz/proxy/tokens/op/ssh/{tokenId}
COPY
Path Parameters
string
tokenId
Required
The identifier of the token
Responses
200
Successfully retrived requested operability SSH token.
Returns opSshToken of type(s) application/json
{
"id": "string",
"tcaCpUrl": "string",
"vimId": "string",
"expiresAt": "string",
"createdAt": "string",
"username": "string",
"loginUsername": "string",
"loginPassword": "string",
"publicKey": "string",
"used": false
}
string
id
Required
id
string
tcaCpUrl
Optional
tcaCpUrl
string
vimId
Optional
vimId
string As date-time As date-time
expiresAt
Required
expiresAt
string As date-time As date-time
createdAt
Required
createdAt
string
username
Required
username
string
loginUsername
Required
loginUsername
string
loginPassword
Required
loginPassword
string
publicKey
Required
publicKey
boolean
used
Required
used
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
Token not found
Operation doesn't return any data structure
500
Internal Server Error
Returns errorResponse of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}