Number of APIs: 8
1. Create a new proxy certificate
POST https://{{host}}/etp-config/v3/customers/:configId/certificates
Creates a new proxy certificate.
GET https://{{host}}/etp-config/v3/customers/:configId/certificates
Returns a list of all available proxy certificates.
GET https://{{host}}/etp-config/v3/customers/:configId/certificates/:certificateId
Returns the details of the specified proxy certificate.
PUT https://{{host}}/etp-config/v3/customers/:configId/certificates/:certificateId
Updates the value of a proxy certificate.
5. Activate a proxy certificate
POST https://{{host}}/etp-config/v3/customers/:configId/certificates/:certificateId/op/activate
Transitions the proxy certificate's state from PENDING_ACTIVATION
to ACTIVE
.
6. Confirm proxy certificate distribution
POST https://{{host}}/etp-config/v3/customers/:configId/certificates/:certificateId/op/confirm-distribution
Transitions the certificate's state from PENDING_DISTRIBUTION
to PENDING_ACTIVATION
. Only perform this operation after distributing the proxy certificates to relevant enterprise devices.
7. Confirm proxy certificate download
POST https://{{host}}/etp-config/v3/customers/:configId/certificates/:certificateId/op/confirm-download
Transitions the certificate's state from PENDING_DOWNLOAD
to PENDING_ACTIVATION
or INCOMPLETE
.
8. Deactivate a proxy certificate
POST https://{{host}}/etp-config/v3/customers/:configId/certificates/:certificateId/op/deactivate
Transitions the proxy certificate's state from any state to DEACTIVATING
.
ENDPOINTS