6.1.0.26
Activate, Refresh, and Compare Interface
Click here to see all end points in this interface.
Check replication activation status of channels
GET /api/v6.1.0.26/hubs/{hub}/activate
| Query parameter prototype: |
|
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Check replication activation status of channel
GET /api/v6.1.0.26/hubs/{hub}/channels/{channel}/activate
| Query parameter prototype: |
|
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Post an Hvr activate event
POST /api/v6.1.0.26/hubs/{hub}/channels/{channel}/activate
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 201 Created
- STATUS 400 Bad Request
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Activate |
|
Post Compare event and schedule a job for it
POST /api/v6.1.0.26/hubs/{hub}/channels/{channel}/compare
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 201 Created
- STATUS 400 Bad Request
- STATUS 403 Forbidden: User does not have Exec access
Required Permissions
- ReadExec access level on hub
Events
Creates the following event:
| Compare |
|
Get event ids for tables results of recent Compare
GET /api/v6.1.0.26/hubs/{hub}/channels/{channel}/compare/tables_results_ids
| Query parameter prototype: |
|
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Show contexts and context variables
GET /api/v6.1.0.26/hubs/{hub}/channels/{channel}/contexts
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Channel does not exist
Required Permissions
- ReadOnly access level on hub
Post an Hvr deactivate event
POST /api/v6.1.0.26/hubs/{hub}/channels/{channel}/deactivate
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 201 Created
- STATUS 400 Bad Request
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Deactivate |
|
Show open transactions
GET /api/v6.1.0.26/hubs/{hub}/channels/{channel}/locs/{loc}/capture_open_tx
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request: No capture tables defined or finding oldest transaction start time not possible
- STATUS 404 Not Found: Channel or channel member not found
Required Permissions
- ReadOnly access level on hub
Show integrate point
GET /api/v6.1.0.26/hubs/{hub}/channels/{channel}/locs/{loc}/integrate_point
| Query parameter prototype: |
|
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Channel or Location does not exist
Required Permissions
- ReadOnly access level on hub
Suggest slicing, based on old table results and Oracle DBMS stats
POST /api/v6.1.0.26/hubs/{hub}/channels/{channel}/locs/{loc}/slicing_suggest
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Channel, location or table does not exist
Required Permissions
- ReadOnly access level on hub
Events
Creates no events.
Convert compressed diff file into smaller JSON files for viewing
POST /api/v6.1.0.26/hubs/{hub}/channels/{channel}/locs/{loc}/tables/{table}/diffs/{ev_id}/get
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadExecRefresh access level on hub
Events
Creates no events.
Suggest slicing boundaries based on Oracle DBMS stats. Can return empty
POST /api/v6.1.0.26/hubs/{hub}/channels/{channel}/locs/{loc}/tables/{table}/slicing_boundaries
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Channel, location, table or column does not exist
Required Permissions
- ReadOnly access level on hub
Events
Creates no events.
Post Refresh event and schedule a job for it
POST /api/v6.1.0.26/hubs/{hub}/channels/{channel}/refresh
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 201 Created
- STATUS 400 Bad Request
- STATUS 403 Forbidden: User does not have Write or Refresh access
Required Permissions
- ReadExecRefresh access level on hub
Events
Creates the following event:
| Refresh |
|
Get event ids for tables results of recent Refresh
GET /api/v6.1.0.26/hubs/{hub}/channels/{channel}/refresh/tables_results_ids
| Query parameter prototype: |
|
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Get event ids for tables results of recent Compare for all channels
GET /api/v6.1.0.26/hubs/{hub}/compare/tables_results_ids
| Query parameter prototype: |
|
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Check replication activation status of loc
GET /api/v6.1.0.26/hubs/{hub}/locs/{loc}/activate
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Get event ids for tables results of recent Refresh for all channels
GET /api/v6.1.0.26/hubs/{hub}/refresh/tables_results_ids
| Query parameter prototype: |
|
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Agent Configuration Interface
Click here to see all end points in this interface.
Detect whether hub may (re)configure agent of existing location
GET /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: The requested hub or location does not exist
Required Permissions
- ReadOnly access level on hub
Delete agent properties of existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/props_delete
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Delete |
|
Get agent properties of existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/props_get
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| Response headers prototype: |
|
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates no events.
Modify agent properties of existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/props_modify
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Change |
|
Update agent properties of existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/props_patch
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Change |
|
Set/reset agent properties of existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/props_put
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Set |
|
Discover agent loc props of existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/test
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadOnly access level on hub
Events
Creates no events.
Create user on agent for existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/users
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_User_Create |
|
Delete user on agent for existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/users_delete
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_User_Delete |
|
Get list of users on existing agent
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/users_get
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates no events.
Change password of local user on agent for existing location
POST /api/v6.1.0.26/hubs/{hub}/locs/{loc}/agent/users_password
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Location does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_User_Password_Change |
|
Delete agent properties of new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/props_delete
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Delete |
|
Get agent properties of new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/props_get
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| Response headers prototype: |
|
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates no events.
Modify agent properties of new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/props_modify
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Change |
|
Update agent properties of new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/props_patch
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Change |
|
Set/reset agent properties of new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/props_put
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_Properties_Set |
|
Discover agent loc props of new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/test
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadOnly access level on hub
Events
Creates no events.
Create user on agent for new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/users
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_User_Create |
|
Delete user on agent for new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/users_delete
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_User_Delete |
|
Get list of users on new agent
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/users_get
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates no events.
Change password of local user on agent for new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent/users_password
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request: Error connecting to location specified by 'loc_props'
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Agent_User_Password_Change |
|
Detect whether hub may (re)configure agent of new location
POST /api/v6.1.0.26/hubs/{hub}/new_loc/agent_get
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: The requested hub does not exist
Required Permissions
- ReadOnly access level on hub
Events
Creates no events.
Alert Interface
Click here to see all end points in this interface.
List configured alerts
GET /api/v6.1.0.26/hubs/{hub}/alerts
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub not found
Required Permissions
- ReadOnly access level on hub
Create alert configuration
POST /api/v6.1.0.26/hubs/{hub}/alerts
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 201 Created
- STATUS 400 Bad Request: Alert already exists
- STATUS 404 Not Found: Hub not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Create |
|
Delete alert configuration
DELETE /api/v6.1.0.26/hubs/{hub}/alerts/{alert}
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Delete |
|
Clear alert state
POST /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/clear
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Clear |
|
Disable an alert configuration
POST /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/disable
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Disable |
|
Execute alert configuration now
POST /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/execute
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is plain text |
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub not found
Required Permissions
- ReadExec access level on hub
Events
Creates the following event:
| Alert_Notification |
|
Get alert configuration properties
GET /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/props
| Query parameter prototype: |
|
| Request headers prototype: |
|
| No request body | |
| Response headers prototype: |
|
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request: Specified property does not exist
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadOnly access level on hub
Set/reset alert configuration properties
PATCH /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/props
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Property_Change |
|
Replace all alert configuration properties
PUT /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/props
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Property_Set |
|
Delete alert configuration properties
POST /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/props_delete
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Property_Delete |
|
Modify alert configuration properties
POST /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/props_modify
| No query parameters | |
| Request headers prototype: |
|
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub or Alert not found
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Alert_Property_Change |
|
Send test alert notifications
POST /api/v6.1.0.26/hubs/{hub}/alerts/{alert}/test
| No query parameters | |
| No extra request headers | |
| No request body | |
| No extra response headers | |
| Response body is plain text |
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
- STATUS 404 Not Found: Hub not found
Required Permissions
- ReadExec access level on hub
Events
Creates no events.
Definition Interface
Click here to see all end points in this interface.
Fetch hub definition
GET /api/v6.1.0.26/hubs/{hub}/definition
| Query parameter prototype: |
|
| Request headers prototype: |
|
| No request body | |
| Response headers prototype: |
|
| Response body is JSON. Prototype: |
|
HTTP Status Codes
- STATUS 200 OK
- STATUS 400 Bad Request
Required Permissions
- ReadOnly access level on hub
Modify scope or parameters of action
POST /api/v6.1.0.26/hubs/{hub}/definition/action_modify
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Action does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Definition_Change |
|
Replace action
POST /api/v6.1.0.26/hubs/{hub}/definition/action_replace
| No query parameters | |
| No extra request headers | |
| Request body is JSON. Prototype: |
|
| No extra response headers | |
| No response body |
HTTP Status Codes
- STATUS 204 No Content
- STATUS 400 Bad Request
- STATUS 404 Not Found: Action does not exist
Required Permissions
- ReadWrite access level on hub
Events
Creates the following event:
| Definition_Change |
|
Fetch definition changes from events
GET /api/v6.1.0.26/hubs/{hub}/definition/change/events
| Query parameter prototype: |
|
| Request headers prototype: |
|
| No request body | |
| Response headers prototype: |
|
| Response body is JSON. Prototype: | |