What's New
- DELETE/{client_id}/system/agentgroups/{agent_group_name}/connections Disconnect an agent group
- DELETE/{client_id}/system/agents/{object_name}/connections Disconnect an agent
- DELETE/{client_id}/system/usergroups/{group_name}/users Removes all users in query parameter from the group, or nothing (all users needs to exist in group)
- GET/{client_id}/system/users/{user_name}/tokens Retrieves a list of all tokens generated for a user by their username and client.
- POST/{client_id}/system/users/{user_name}/tokens Generates a unique token and associates it with the authenticated user.
- DELETE/{client_id}/system/users/{user_name}/tokens/{tokenName} Deletes a user's token.
- GET/{client_id}/system/zdu Gets the Zero Downtime Upgrade status.
- POST/{client_id}/system/zdu Performs an action in the Zero Downtime Upgrade Process.
- GET/{client_id}/transportcase Exports the currently selected objects in the Transport Case as a Transport Case
- POST/{client_id}/transportcase Import a transport case
What's Changed
- GET/{client_id}/system/metrics/prometheus
Parameters
- scrapeIntervalSeconds in query Notes change into
- DELETE/{client_id}/system/users/{user_name}/connections
Parameters
- user_name in path Notes change into
- POST/{client_id}/executions/{run_id}/comments
Request
Schema
Changed body: '*/*'
- PATCH/{client_id}/folderobjects/{folder_path}/move
Parameters
- folder_path in path Notes change into
- POST/{client_id}/scripts
Request
Schema
Changed body: '*/*'
- POST/{client_id}/system/agents/{object_name}/rename
Request
Schema
Changed body: '*/*'
- PATCH/{client_id}/system/users/{user}/move
Parameters
- user in path Notes change into
- GET/{client_id}/executions/{run_id}
Response
- Changed response : [200]
Schema
Changed body: 'application/json'
- GET/{client_id}/system/users
Parameters
- name in query Notes change into
- POST/{client_id}/system/users
Request
Schema incompatible
Changed body: '*/*'
- GET/{client_id}/executions
Response
- Changed response : [200]
Schema
Changed body: 'application/json'
- GET/{client_id}/executions/{run_id}/children
Response
- Changed response : [200]
Schema
Changed body: 'application/json'
- POST/{client_id}/folderobjects
Parameters
- folder_path in query Notes change into
Request
Schema incompatible
Changed body: 'application/json'Schema incompatible
Changed body: 'application/octet-stream'
- DELETE/{client_id}/folderobjects/{folder_path}
Parameters
- folder_path in path Notes change into
- PATCH/{client_id}/folderobjects/{folder_path}
Parameters
- folder_path in path Notes change into
- GET/{client_id}/folderobjects/{folder_path}
Parameters
- folder_path in path Notes change into
Response
- Changed response : [200]
Schema incompatible
Changed body: 'application/octet-stream'
- POST/{client_id}/objects
Request
Schema incompatible
Changed body: 'application/json'
- GET/{client_id}/objects/{object_name}
Response
- Changed response : [200]
Schema incompatible
Changed body: 'application/json'
- PATCH/{client_id}/objects/{object_name}
Request
Schema incompatible
Changed body: 'application/json'