HubCertificates REST Endpoints
Hub Administration/HubCertificates
Manage Intelligent Advisor Hub certificates
- Create hub certificates
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.40/hubCertificates - Delete a hub certificate
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.40/hubCertificates/{hubCertificate-keyId} - Get a hub certificate
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/hubCertificates/{hubCertificate-keyId} - Get all hub certificates
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/hubCertificates - Update a hub certificate
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.40/hubCertificates/{hubCertificate-keyId}