Rotate Proxy Key
Update default lifetime of the certificate and rotate current keys
Request
URI
POST
https://{api_host}/api/ni/customers/collector/data-encryption-cert/update
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
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
409
Conflict
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/api/ni/customers/collector/data-encryption-cert/update
Customers Operations
POST
Rotate Proxy Key
GET
Get Proxy Key Rotation Status
GET
Get Proxy Key Details