Get Proxy Key Details

Get Proxy Key Details

Get details about collector ceritficate e.g. default lifetime, remaining validity etc.

Request
URI
GET
https://{api_host}/api/ni/customers/collector/data-encryption-cert/details
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProxyKeyDetails of type(s) application/json
{
    "customerId": 0,
    "lifetime": "string",
    "remainingValidity": "string",
    "lastUpdatedAt": 0,
    "lastUpdatedBy": "string"
}
integer As int32 As int32
customerId
Optional

Customer id

string
lifetime
Optional

Lifetime (in days) of certificate set by the customer

string
remainingValidity
Optional

Remaining number of days for which the certificate is valid

integer As int64 As int64
lastUpdatedAt
Optional

Time (in milli seconds) when the certificate was last updated

string
lastUpdatedBy
Optional

Username of the entity which triggered the last update of certificate


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