Get Proxy Secrets

Get Proxy Secrets

Proxy pairing secrets will be needed to import the Operations for Networks collector virtual appliance.

Request
URI
GET
https://{api_host}/api/ni/customers/proxy/secrets
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProxySecrets of type(s) application/json
{
    "results": [
        {
            "secret": "sharedSecret",
            "validityEpoch": 1605201960327,
            "uuid": "87a82a63-d8ed-47bb-a688-49dc1ee06162"
        }
    ],
    "total_count": 50
}
results
Optional

List of proxy pairing secrets

integer
total_count
Optional

total_count


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure

503

Service temporarily unavailable.

Operation doesn't return any data structure