---
title: "Changes to POST /activations/"
method: POST
path: "/activations/"
---

# Changes to POST /activations/

`POST /activations/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 8 revisions.

- **2026-07-17** `c04fc5f09692` — 2 breaking, 3 warning, 23 info
- **2024-04-29** `feeac1db5ade` — 1 breaking, 3 warning, 5 info
- **2024-04-23** `cbf68ddd9760` — 1 breaking, 2 warning, 33 info
- **2023-10-17** `cf4bda9538d3` — 5 breaking, 6 warning, 6 info
- **2023-09-05** `011f9cfbad09` — 1 breaking, 2 warning
- **2023-08-21** `c84b4813cab1` — 4 warning, 2 info
- **2023-05-19** `f84d9240fdf2` — 7 breaking, 10 info
- **2023-04-25** `62d33b790834` — 5 breaking, 39 warning, 17 info

## Changes

- **2026-07-17** `c04fc5f09692` — 2 breaking, 3 warning, 23 info
  - removed the required property `eda_credentials/items/credential_type/allOf[#/components/schemas/CredentialTypeRef]/organization_id` from the response with the `201` status
  - removed the required property `instances/items/event_stream_id` from the response with the `201` status
  - removed the request property `event_streams` (media type: application/json)
  - removed the request property `event_streams` (media type: application/x-www-form-urlencoded)
  - removed the request property `event_streams` (media type: multipart/form-data)
  - added the new optional request property `skip_audit_events` (media type: application/json)
  - added the new optional request property `skip_audit_events` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `skip_audit_events` (media type: multipart/form-data)
  - added the new optional request property `source_mappings` (media type: application/json)
  - added the new optional request property `source_mappings` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `source_mappings` (media type: multipart/form-data)
  - added the optional property `event_streams/items/additional_data_headers` to the response with the `201` status
  - added the optional property `event_streams/items/event_stream_type` to the response with the `201` status
  - added the optional property `event_streams/items/test_mode` to the response with the `201` status
  - added the optional property `skip_audit_events` to the response with the `201` status
  - added the optional property `source_mappings` to the response with the `201` status
  - added the required property `event_streams/items/created_at` to the response with the `201` status
  - added the required property `event_streams/items/eda_credential` to the response with the `201` status
  - added the required property `event_streams/items/events_received` to the response with the `201` status
  - added the required property `event_streams/items/last_event_received_at` to the response with the `201` status
  - added the required property `event_streams/items/modified_at` to the response with the `201` status
  - added the required property `event_streams/items/organization` to the response with the `201` status
  - added the required property `event_streams/items/owner` to the response with the `201` status
  - added the required property `event_streams/items/test_content` to the response with the `201` status
  - added the required property `event_streams/items/test_content_type` to the response with the `201` status
  - added the required property `event_streams/items/test_error_message` to the response with the `201` status
  - added the required property `event_streams/items/test_headers` to the response with the `201` status
  - added the required property `event_streams/items/url` to the response with the `201` status
- **2024-04-29** `feeac1db5ade` — 1 breaking, 3 warning, 5 info
  - the `extra_var` response's property type/format changed from ``/`` to `string`/`` for status `201`
  - removed the request property `extra_var_id` (media type: application/json)
  - removed the request property `extra_var_id` (media type: application/x-www-form-urlencoded)
  - removed the request property `extra_var_id` (media type: multipart/form-data)
  - added the new optional request property `extra_var` (media type: application/json)
  - added the new optional request property `extra_var` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `extra_var` (media type: multipart/form-data)
  - removed `#/components/schemas/ExtraVarRef` from the `extra_var` response property `allOf` list for the response status `201`
  - added the required property `instances/items/queue_name` to the response with the `201` status
- **2024-04-23** `cbf68ddd9760` — 1 breaking, 2 warning, 33 info
  - the response property `instances/items/activation_id` became nullable for the status `201`
  - added the new `workers offline` enum value to the `instances/items/status` response property for the response status `201`
  - added the new `workers offline` enum value to the `status` response property for the response status `201`
  - the endpoint scheme security `EDAJWTAuthentication` was added to the API
  - the endpoint scheme security `jwtAuth` was added to the API
  - added the new optional request property `awx_token_id` (media type: application/json)
  - added the new optional request property `awx_token_id` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `awx_token_id` (media type: multipart/form-data)
  - added the new optional request property `eda_credentials` (media type: application/json)
  - added the new optional request property `eda_credentials` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `eda_credentials` (media type: multipart/form-data)
  - added the new optional request property `event_streams` (media type: application/json)
  - added the new optional request property `event_streams` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `event_streams` (media type: multipart/form-data)
  - added the new optional request property `k8s_service_name` (media type: application/json)
  - added the new optional request property `k8s_service_name` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `k8s_service_name` (media type: multipart/form-data)
  - added the new optional request property `log_level` (media type: application/json)
  - added the new optional request property `log_level` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `log_level` (media type: multipart/form-data)
  - added the new optional request property `organization_id` (media type: application/json)
  - added the new optional request property `organization_id` (media type: application/x-www-form-urlencoded)
  - added the new optional request property `organization_id` (media type: multipart/form-data)
  - added the non-success response with the status `400`
  - added the optional property `eda_credentials` to the response with the `201` status
  - added the optional property `event_streams` to the response with the `201` status
  - added the optional property `k8s_service_name` to the response with the `201` status
  - added the optional property `log_level` to the response with the `201` status
  - added the optional property `project/allOf[#/components/schemas/ProjectRef]/scm_type` to the response with the `201` status
  - added the required property `awx_token_id` to the response with the `201` status
  - added the required property `decision_environment/allOf[#/components/schemas/DecisionEnvironmentRef]/organization_id` to the response with the `201` status
  - added the required property `instances/items/event_stream_id` to the response with the `201` status
  - added the required property `instances/items/organization_id` to the response with the `201` status
  - added the required property `organization` to the response with the `201` status
  - added the required property `project/allOf[#/components/schemas/ProjectRef]/organization_id` to the response with the `201` status
  - added the required property `rulebook/allOf[#/components/schemas/RulebookRef]/organization_id` to the response with the `201` status
- **2023-10-17** `cf4bda9538d3` — 5 breaking, 6 warning, 6 info
  - the response property `rulebook` became nullable for the status `201`
  - the response property `rulebook` became optional for the status `201`
  - the `rulebook` response's property type/format changed from `object`/`` to ``/`` for status `201`
  - removed the required property `rulebook/id` from the response with the `201` status
  - removed the required property `rulebook/name` from the response with the `201` status
  - removed the request property `project_id` (media type: application/json)
  - removed the request property `project_id` (media type: application/x-www-form-urlencoded)
  - removed the request property `project_id` (media type: multipart/form-data)
  - removed the optional property `rulebook/description` from the response with the `201` status
  - added the new `error` enum value to the `instances/items/status` response property for the response status `201`
  - added the new `error` enum value to the `status` response property for the response status `201`
  - added the optional property `current_job_id` to the response with the `201` status
  - added the optional property `git_hash` to the response with the `201` status
  - added the optional property `instances/items/git_hash` to the response with the `201` status
  - added the optional property `instances/items/status_message` to the response with the `201` status
  - added the optional property `status_message` to the response with the `201` status
  - added `#/components/schemas/RulebookRef` to the `rulebook` response property `allOf` list for the response status `201`
- **2023-09-05** `011f9cfbad09` — 1 breaking, 2 warning
  - the response property `status` became optional for the status `201`
  - added the new `deleting` enum value to the `instances/items/status` response property for the response status `201`
  - added the new `deleting` enum value to the `status` response property for the response status `201`
- **2023-08-21** `c84b4813cab1` — 4 warning, 2 info
  - added the new `stopping` enum value to the `instances/items/status` response property for the response status `201`
  - added the new `stopping` enum value to the `status` response property for the response status `201`
  - added the new `unresponsive` enum value to the `instances/items/status` response property for the response status `201`
  - added the new `unresponsive` enum value to the `status` response property for the response status `201`
  - the endpoint scheme security `cookieAuth` was added to the API
  - added the optional property `restarted_at` to the response with the `201` status
- **2023-05-19** `f84d9240fdf2` — 7 breaking, 10 info
  - the request property `decision_environment_id` became not nullable (media type: application/json)
  - the request property `decision_environment_id` became not nullable (media type: application/x-www-form-urlencoded)
  - the request property `decision_environment_id` became not nullable (media type: multipart/form-data)
  - removed the required property `decision_environment_id` from the response with the `201` status
  - removed the required property `extra_var_id` from the response with the `201` status
  - removed the required property `project_id` from the response with the `201` status
  - removed the required property `rulebook_id` from the response with the `201` status
  - the endpoint scheme security `cookieAuth` was removed from the API
  - added the optional property `decision_environment` to the response with the `201` status
  - added the optional property `extra_var` to the response with the `201` status
  - added the optional property `project` to the response with the `201` status
  - added the required property `instances` to the response with the `201` status
  - added the required property `rulebook` to the response with the `201` status
  - added the required property `rules_count` to the response with the `201` status
  - added the required property `rules_fired_count` to the response with the `201` status
  - added the required property `status` to the response with the `201` status
  - the response required property `rulebook_name` became not read-only for the status `201`
- **2023-04-25** `62d33b790834` — 5 breaking, 39 warning, 17 info
  - removed the required property `awx_token_id` from the response with the `201` status
  - removed the required property `instances` from the response with the `201` status
  - removed the required property `organization` from the response with the `201` status
  - removed the required property `rules_count` from the response with the `201` status
  - removed the required property `rules_fired_count` from the response with the `201` status
  - removed the request property `awx_token_id` (media type: application/json)
  - removed the request property `awx_token_id` (media type: application/x-www-form-urlencoded)
  - removed the request property `awx_token_id` (media type: multipart/form-data)
  - removed the request property `eda_credentials` (media type: application/json)
  - removed the request property `eda_credentials` (media type: application/x-www-form-urlencoded)
  - removed the request property `eda_credentials` (media type: multipart/form-data)
  - removed the request property `extra_var` (media type: application/json)
  - removed the request property `extra_var` (media type: application/x-www-form-urlencoded)
  - removed the request property `extra_var` (media type: multipart/form-data)
  - removed the request property `k8s_service_name` (media type: application/json)
  - removed the request property `k8s_service_name` (media type: application/x-www-form-urlencoded)
  - removed the request property `k8s_service_name` (media type: multipart/form-data)
  - removed the request property `log_level` (media type: application/json)
  - removed the request property `log_level` (media type: application/x-www-form-urlencoded)
  - removed the request property `log_level` (media type: multipart/form-data)
  - removed the request property `organization_id` (media type: application/json)
  - removed the request property `organization_id` (media type: application/x-www-form-urlencoded)
  - removed the request property `organization_id` (media type: multipart/form-data)
  - removed the request property `skip_audit_events` (media type: application/json)
  - removed the request property `skip_audit_events` (media type: application/x-www-form-urlencoded)
  - removed the request property `skip_audit_events` (media type: multipart/form-data)
  - removed the request property `source_mappings` (media type: application/json)
  - removed the request property `source_mappings` (media type: application/x-www-form-urlencoded)
  - removed the request property `source_mappings` (media type: multipart/form-data)
  - removed the optional property `current_job_id` from the response with the `201` status
  - removed the optional property `decision_environment` from the response with the `201` status
  - removed the optional property `eda_credentials` from the response with the `201` status
  - removed the optional property `event_streams` from the response with the `201` status
  - removed the optional property `extra_var` from the response with the `201` status
  - removed the optional property `git_hash` from the response with the `201` status
  - removed the optional property `k8s_service_name` from the response with the `201` status
  - removed the optional property `log_level` from the response with the `201` status
  - removed the optional property `project` from the response with the `201` status
  - removed the optional property `restarted_at` from the response with the `201` status
  - removed the optional property `rulebook` from the response with the `201` status
  - …21 more

---

[Operation](https://skmtc.dev/ansible/apis/event-driven-ansible-api/docs/activations/post.md) · [API](https://skmtc.dev/ansible/apis/event-driven-ansible-api.md) · [Page](https://skmtc.dev/ansible/apis/event-driven-ansible-api/changes/activations/post)
