Deployments REST Endpoints
Hub Administration/Deployments
Manage Intelligent Advisor Hub deployments, including upload, download, activation, and status.
- Create a referencesTo
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/referencesTo - Create deployments
- Method: postPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments - Delete a deployment
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name} - Delete active deployment version
- Method: deletePath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion - Get a deployment
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name} - Get a project definition
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion/projectDefinition - Get a snapshot
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion/snapshot - Get active deployment version
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion - Get all deployments
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments - Get available locales
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion/locales - Get object mappings
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion/mappings - Get URL parameters
- Method: getPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion/urlParameters - Update a deployment
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name} - Update active deployment version
- Method: patchPath:
https://{your_site_interface}/opa-hub/api/12.2.40/deployments/{deployment-name}/activeVersion