Get Proxy Secret

Get Proxy Secret

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

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

OK

Returns ProxySecret of type(s) application/json
{
    "secret": "sharedSecret",
    "validityEpoch": 1605201960327,
    "uuid": "87a82a63-d8ed-47bb-a688-49dc1ee06162"
}
string
secret
Optional

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

integer As int64 As int64
validityEpoch
Optional

Validity of shared secret in epoch time (millis).

string
uuid
Optional

Unique ID associated with generated shared secret


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