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
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
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/ni/customers/collector/data-encryption-cert/update/status
Customers Operations
POST
Rotate Proxy Key
GET
Get Proxy Key Rotation Status
GET
Get Proxy Key Details