Create NF Debug Ssh Tokens
Create Kubernetes NF pod debug SSH access token for debugging purposes
The identifier of the tenant
This header signals to try to reuse an existing token with sufficient lease time instead creating a new one.
request payload.
{
"cnfId": "string",
"podName": "string",
"podNamespace": "string"
}
Id of the CNF to which pod belongs
Name of the pod to be debugged
Namespace of the pod to be debugged
Successfully created NF pod debug SSH access token for debugging purposes
{
"id": "string",
"cnfId": "string",
"cnfName": "string",
"podName": "string",
"podNamespace": "string",
"createdAt": "string",
"expiresAt": "string",
"username": "string",
"loginUsername": "string",
"loginPassword": "string",
"publicKey": "string",
"used": false
}
id
cnfId
cnfName
podName
podNamespace
createdAt
expiresAt
username
loginUsername
loginPassword
publicKey
used
Response Headers
Has token been reused
Bad Request
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
Unauthorized
Forbidden
Internal Server Error
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}