Add Proxy Secrets

Add Proxy Secrets

Shared secret which will be needed to import the Operations for Networks collector virtual appliance.

Request
URI
POST
https://{api_host}/api/ni/customers/proxy/secrets
COPY
Request Body

Proxy secrets generation request

ProxySecretsGenerationRequest of type(s) application/json
Required
{
    "count": 3
}
integer As int32 As int32
count
Optional

Count of proxy pairing secrets to generate (max 50).

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


400

Bad Request

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

406

Request not acceptable

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