Get Proxy Key Rotation Status

Get Proxy Key Rotation Status

Get status of update collector certificate request

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

OK

Returns ProxyKeyRotationStatus of type(s) application/json
{
    "customerId": 0,
    "status": "string",
    "failedCollectorIds": [
        "string"
    ]
}
integer As int32 As int32
customerId
Optional

Customer id

string
status
Optional

status

Possible values are : SUBMITTED, IN_PROGRESS, SUCCESS, FAILED,
array of string
failedCollectorIds
Optional

List of collector ids for which proxy key rotation failed


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure