Get NF Debug Ssh Tokens

Get NF Debug Ssh Tokens

List all issued valid NF pod debug Kubernetes access tokens for debugging purposes

Request
URI
GET
https://{api_host}/tca/proxy/api/v1/orgs/{orgId}/{orgId}/tokens/nfDebug/ssh
COPY
Path Parameters
string
orgId
Required

The identifier of the tenant

Query Parameters
integer
pageNumber
Optional

The number of the page starting from zero

integer
pageSize
Optional

The size of the page (defaults to 10)

string
sort
Optional

The sorting order. The format of the param is ,<asc/dsc>. Defaults to createdAt,dsc

string
filter
Optional

The filter for listing

Header Parameters
boolean
x-tca-anymatch
Optional

If false, then the filter expressions are taken in logical AND relation, otherwise OR


Responses
200

List of valid NF pod debug access tokens for debugging purposes

Returns Array of 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
    }
]

400

Bad Request

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Server Error

Returns errorResponse of type(s) application/json
{
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of error
errors
Optional

errors