Get all operations
get
https://{your_site_interface}/opa-hub/api/12.2.39/operations
This operation will get all operations.
Request
Query Parameters
-
expand: string
Comma separated list of named resources to expand, or "all" to expand all
-
fields: string
Comma separated list of fields to be returned
-
links: string
Comma separated list of links to be returned, or "none" to omit links
-
q: string
A JSON object for filtering matching property values within the collection
There's no request body for this operation.
Security
-
Authorization: apiKey
Type:
apiKey
Description:Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}.
-
oauth2_opa: oauth2
Type:
oauth2
Description:POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Response
Supported Media Types
- application/json
200 Response
The request was successfully completed.
Nested Schema : operation
Type:
Show Source
object
-
interfaces: object
interfaces
-
invokeUrl(required): string
The URL to be called when the operation is invoked.
-
name(required): string
The name of the operation.
-
queryParams(required): array
queryParams
The query parameter names expected by the operation endpoint
-
state: string
Read Only:
true
The state of the operation. -
statusUrl(required): string
The URL to be called to check the status of the operation.
-
type: string
Read Only:
true
The type of the operation. -
version: number
(double)
Read Only:
true
The version of the operation.
Nested Schema : queryParams
Type:
array
The query parameter names expected by the operation endpoint
Show Source
Nested Schema : interface
Type:
Show Source
object
-
name: string
Read Only:
true
The name of the interface -
properties: object
interfaceProperties
Additional Properties Allowed:
true
Nested Schema : interfaceProperties
Type:
object
Additional Properties Allowed:
true