Manage Operations
The Intelligent Advisor Hub REST API for operations provides a flexible mechanism to automate the registration of endpoints for the operations published by deployments containing generic integration protocol information.
The following tasks can be performed using the Intelligent Advisor Hub REST API:
- Get all operations
- Get the request and response data models published by an operation
- Update the endpoint for an operation
The URI {version}/operations
is used to get all operations published by the Intelligent Advisor Hub instance.
The URI {version}/operation/{operation-name}
is used to retrieve the operation and update the registered endpoint.
The URI {version}/operation/{operation-name}/interfaces
is used to get all the data interfaces published.
The URI {version}/operation/{operation-name}/interfaces/{interface-name}
is used to get a data interface published.
For more information, see: