Get NF Debug Ssh Token
Retrieve a NF pod debug SSH access token for debugging purposes
Request
URI
GET
https://{api_host}/tca/proxy/api/v1/orgs/{orgId}/{orgId}/tokens/nfDebug/ssh/{tokenId}
COPY
Path Parameters
string
orgId
Required
The identifier of the tenant
string
tokenId
Required
The identifier of the token
Responses
200
Successfully retrived requested NF pod debug SSH access token for debugging purposes
Returns
nfDebugSshToken
of type(s)
application/json
{
"id": "string",
"cnfId": "string",
"cnfName": "string",
"podName": "string",
"podNamespace": "string",
"createdAt": "string",
"expiresAt": "string",
"username": "string",
"loginUsername": "string",
"loginPassword": "string",
"publicKey": "string",
"used": false
}
string
id
Required
id
string
cnfId
Required
cnfId
string
cnfName
Optional
cnfName
string
podName
Required
podName
string
podNamespace
Required
podNamespace
string As date-time
As date-time
createdAt
Required
createdAt
string As date-time
As date-time
expiresAt
Required
expiresAt
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"
}
]
}
Nf Debug Ssh Tokens Operations
POST
Create NF Debug Ssh Tokens
DELETE
Delete NF Debug Token
GET
Get NF Debug Ssh Token
GET
Get NF Debug Ssh Tokens