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.39/hubCertificates
- Delete a hub certificate
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates/{hubCertificate-keyId}
- Get a hub certificate
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates/{hubCertificate-keyId}
- Get all hub certificates
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates
- Update a hub certificate
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.39/hubCertificates/{hubCertificate-keyId}