Difference between 12.3 and V12.2 AE REST API
What's New
- GET/{client_id}/forecasts List all forecasts, ordered descending by start_time.
- POST/{client_id}/forecasts Create a forecast.
- DELETE/{client_id}/forecasts Delete forecasts using ids.
- GET/{client_id}/forecasts/agents List forecast agents and gaps.
- GET/{client_id}/forecasts/{forecast_id} Get details of a given forecast.
- POST/{client_id}/forecasts/{forecast_id} Changes the title of a forecast item.
- GET/{client_id}/objects/{object_name}/usage Returns a list of objects with a reference name, a boolean to show if the actual result has hidden objects due to acl conflicts, for the given objectname
- GET/{client_id}/objects/{object_name}/usage/calendarevent/{event_name} Returns a list of objects with a reference name, a boolean to show if the actual result has hidden objects due to acl conflicts, for the given objectname
- POST/{client_id}/scripts Runs scripts written in the Automation Engine scripting language.
- GET/{client_id}/system/agents Lists all agents that are defined in the system. The returned list contains running and stopped agents.
- GET/{client_id}/system/clients List of clients in the system.
- DELETE/{client_id}/system/clients/{client_id} Delete a client
What's Changed
- POST/{client_id}/objects
Parameters
- Add overwrite_existing_objects in query
- GET/{client_id}/executions/{run_id}
Response
- Changed response : [200]
Schema
Changed body: 'application/json'
- GET/{client_id}/executions/{run_id}/ert
Response
- Changed response : [200]
Schema
Changed body: 'application/json'
- POST/{client_id}/search
Response
- Changed response : [200]
Schema
Changed body: 'application/json'
- GET/{client_id}/executions
Parameters
- Add run_id in query
- Add name_exclude in query
- Add agent_exclude in query
- Add user in query
- Add user_exclude in query
- Add archive_key1 in query
- Add archive_key1_exclude in query
- Add archive_key2 in query
- Add archive_key2_exclude in query
- Add commented_only in query
- Add modified_only in query
- Add remote_status_number in query
- Add remote_status_text in query
- Add zdu_version in query
- Add sync_usage in query
Response
- Changed response : [200]
Schema
Changed body: 'application/json'
- POST/{client_id}/executions
- GET/{client_id}/executions/{run_id}/children
Response
- Changed response : [200]
Schema
Changed body: 'application/json'