Last active
December 2, 2025 00:09
-
-
Save fosterseth/99d71c20ca1ddeb042ef7d179d3e5fc1 to your computer and use it in GitHub Desktop.
x-ai-description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET /api/ | |
| List supported API versions | |
| GET /api/v2/ | |
| List top-level API resources | |
| GET /api/v2/activity_stream/ | |
| List audit trail entries for tracking system changes | |
| GET /api/v2/activity_stream/{id}/ | |
| Retrieve a audit trail entry for tracking system changes | |
| GET /api/v2/ad_hoc_command_events/{id}/ | |
| Retrieve a ad hoc command event detail | |
| GET /api/v2/ad_hoc_commands/ | |
| List ad hoc commands | |
| POST /api/v2/ad_hoc_commands/ | |
| Create a ad hoc command | |
| GET /api/v2/ad_hoc_commands/{id}/ | |
| Retrieve a ad hoc command | |
| DELETE /api/v2/ad_hoc_commands/{id}/ | |
| Delete a ad hoc command | |
| GET /api/v2/ad_hoc_commands/{id}/activity_stream/ | |
| List activity stream of an ad hoc command | |
| GET /api/v2/ad_hoc_commands/{id}/cancel/ | |
| Cancel an ad hoc command | |
| POST /api/v2/ad_hoc_commands/{id}/cancel/ | |
| Cancel an ad hoc command | |
| GET /api/v2/ad_hoc_commands/{id}/events/ | |
| List events of an ad hoc command | |
| GET /api/v2/ad_hoc_commands/{id}/notifications/ | |
| List notifications of an ad hoc command | |
| GET /api/v2/ad_hoc_commands/{id}/relaunch/ | |
| Return passwords needed to start an ad hoc command | |
| POST /api/v2/ad_hoc_commands/{id}/relaunch/ | |
| Relaunch an ad hoc command | |
| GET /api/v2/ad_hoc_commands/{id}/stdout/ | |
| Retrieve a stdout output of an ad hoc command | |
| GET /api/v2/analytics/ | |
| Retrieve list of available analytics endpoints | |
| GET /api/v2/analytics/adoption_rate/ | |
| Retrieve single analytics adoption rate | |
| POST /api/v2/analytics/adoption_rate/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/adoption_rate_options/ | |
| Retrieve single analytics adoption rate option | |
| POST /api/v2/analytics/adoption_rate_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/authorized/ | |
| Get analytics data from Red Hat Insights | |
| POST /api/v2/analytics/authorized/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/event_explorer/ | |
| Retrieve single analytics event explorer | |
| POST /api/v2/analytics/event_explorer/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/event_explorer_options/ | |
| Retrieve single analytics event explorer option | |
| POST /api/v2/analytics/event_explorer_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/host_explorer/ | |
| Retrieve single analytics host explorer | |
| POST /api/v2/analytics/host_explorer/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/host_explorer_options/ | |
| Retrieve single analytics host explorer option | |
| POST /api/v2/analytics/host_explorer_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/job_explorer/ | |
| Retrieve single analytics job explorer | |
| POST /api/v2/analytics/job_explorer/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/job_explorer_options/ | |
| Retrieve single analytics job explorer option | |
| POST /api/v2/analytics/job_explorer_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/probe_template_for_hosts/ | |
| Retrieve single analytics probe template for host | |
| POST /api/v2/analytics/probe_template_for_hosts/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/probe_template_for_hosts_options/ | |
| Retrieve single analytics probe template for hosts option | |
| POST /api/v2/analytics/probe_template_for_hosts_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/probe_templates/ | |
| Retrieve single analytics probe template | |
| POST /api/v2/analytics/probe_templates/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/probe_templates_options/ | |
| Retrieve single analytics probe templates option | |
| POST /api/v2/analytics/probe_templates_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/report/{slug}/ | |
| Get specific analytics resource from Red Hat Insights | |
| POST /api/v2/analytics/report/{slug}/ | |
| Post query for specific analytics resource to Red Hat Insights | |
| GET /api/v2/analytics/report_options/ | |
| Get analytics data from Red Hat Insights | |
| POST /api/v2/analytics/report_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/reports/ | |
| Retrieve single analytics report | |
| POST /api/v2/analytics/reports/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/roi_templates/ | |
| Retrieve single analytics roi template | |
| POST /api/v2/analytics/roi_templates/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/analytics/roi_templates_options/ | |
| Retrieve single analytics roi templates option | |
| POST /api/v2/analytics/roi_templates_options/ | |
| Post query to Red Hat Insights analytics | |
| GET /api/v2/bulk/ | |
| Retrieves a list of available bulk actions | |
| GET /api/v2/bulk/host_create/ | |
| Get information about bulk host create endpoint | |
| POST /api/v2/bulk/host_create/ | |
| Bulk create hosts | |
| GET /api/v2/bulk/host_delete/ | |
| Get information about bulk host delete endpoint | |
| POST /api/v2/bulk/host_delete/ | |
| Bulk delete hosts | |
| GET /api/v2/bulk/job_launch/ | |
| Get information about bulk job launch endpoint | |
| POST /api/v2/bulk/job_launch/ | |
| Bulk launch job templates | |
| GET /api/v2/config/ | |
| Return various configuration settings | |
| POST /api/v2/config/ | |
| Upload a subscription manifest | |
| DELETE /api/v2/config/ | |
| Remove the current subscription | |
| POST /api/v2/config/attach/ | |
| Attach a subscription | |
| POST /api/v2/config/subscriptions/ | |
| List valid AAP subscriptions | |
| GET /api/v2/constructed_inventories/ | |
| List constructed inventories | |
| POST /api/v2/constructed_inventories/ | |
| Create a constructed inventory | |
| GET /api/v2/constructed_inventories/{id}/ | |
| Retrieve a constructed inventory | |
| PUT /api/v2/constructed_inventories/{id}/ | |
| Update a constructed inventory | |
| PATCH /api/v2/constructed_inventories/{id}/ | |
| Update a constructed inventory | |
| DELETE /api/v2/constructed_inventories/{id}/ | |
| Delete a constructed inventory | |
| GET /api/v2/credential_input_sources/ | |
| List credential input sources | |
| POST /api/v2/credential_input_sources/ | |
| Create a credential input source | |
| GET /api/v2/credential_input_sources/{id}/ | |
| Retrieve a credential input source | |
| PUT /api/v2/credential_input_sources/{id}/ | |
| Update a credential input source | |
| PATCH /api/v2/credential_input_sources/{id}/ | |
| Update a credential input source | |
| DELETE /api/v2/credential_input_sources/{id}/ | |
| Delete a credential input source | |
| GET /api/v2/credential_types/ | |
| List credential types | |
| POST /api/v2/credential_types/ | |
| Create a credential type | |
| GET /api/v2/credential_types/{id}/ | |
| Retrieve a credential type | |
| PUT /api/v2/credential_types/{id}/ | |
| Update a credential type | |
| PATCH /api/v2/credential_types/{id}/ | |
| Update a credential type | |
| DELETE /api/v2/credential_types/{id}/ | |
| Delete a credential type | |
| GET /api/v2/credential_types/{id}/activity_stream/ | |
| Get activity stream for credential type | |
| GET /api/v2/credential_types/{id}/credentials/ | |
| List credentials of a credential type | |
| POST /api/v2/credential_types/{id}/credentials/ | |
| Create a credential of a credential type | |
| GET /api/v2/credential_types/{id}/test/ | |
| Retrieve single test for a credential_type | |
| POST /api/v2/credential_types/{id}/test/ | |
| Test a complete set of input values for an external credential | |
| GET /api/v2/credentials/ | |
| List credentials | |
| POST /api/v2/credentials/ | |
| Create a new credential. The `inputs` field contain type-specific input fields. The required fields depend on related `credential_type`. Use GET /v2/credential_types/{id}/ (tool name: controller.credential_types_retrieve) and inspect `inputs` field for the specific credential type's expected schema. | |
| GET /api/v2/credentials/{id}/ | |
| Retrieve a credential | |
| PUT /api/v2/credentials/{id}/ | |
| Update a credential | |
| PATCH /api/v2/credentials/{id}/ | |
| Update a credential | |
| DELETE /api/v2/credentials/{id}/ | |
| Delete a credential | |
| GET /api/v2/credentials/{id}/access_list/ | |
| Get access list for a credential | |
| GET /api/v2/credentials/{id}/activity_stream/ | |
| Get activity stream for a credential | |
| GET /api/v2/credentials/{id}/copy/ | |
| Copy credential | |
| POST /api/v2/credentials/{id}/copy/ | |
| Copy credential | |
| GET /api/v2/credentials/{id}/input_sources/ | |
| List all sources for a credential | |
| POST /api/v2/credentials/{id}/input_sources/ | |
| Create new source for a credential | |
| GET /api/v2/credentials/{id}/object_roles/ | |
| List roles of a credential | |
| GET /api/v2/credentials/{id}/owner_teams/ | |
| List all teams for a credential | |
| GET /api/v2/credentials/{id}/owner_users/ | |
| List all users for a credential | |
| GET /api/v2/credentials/{id}/test/ | |
| Retrieve a test external credential | |
| POST /api/v2/credentials/{id}/test/ | |
| Test update the input values and metadata of an external credential | |
| GET /api/v2/dashboard/ | |
| Get aggregate statistics for Tower | |
| GET /api/v2/dashboard/graphs/jobs/ | |
| Get dasboard data for jobs | |
| GET /api/v2/execution_environments/ | |
| List execution environments | |
| POST /api/v2/execution_environments/ | |
| Create a execution environment | |
| GET /api/v2/execution_environments/{id}/ | |
| Retrieve a execution environment | |
| PUT /api/v2/execution_environments/{id}/ | |
| Update a execution environment | |
| PATCH /api/v2/execution_environments/{id}/ | |
| Update a execution environment | |
| DELETE /api/v2/execution_environments/{id}/ | |
| Delete a execution environment | |
| GET /api/v2/execution_environments/{id}/activity_stream/ | |
| List activity stream of an execution environment | |
| GET /api/v2/execution_environments/{id}/copy/ | |
| Retrieve single copy for an execution_environment | |
| POST /api/v2/execution_environments/{id}/copy/ | |
| Create new copy for an execution_environment | |
| GET /api/v2/execution_environments/{id}/unified_job_templates/ | |
| List unified job templates using this execution environment | |
| GET /api/v2/groups/ | |
| List groups | |
| POST /api/v2/groups/ | |
| Create a group | |
| GET /api/v2/groups/{id}/ | |
| Retrieve a group | |
| PUT /api/v2/groups/{id}/ | |
| Update a group | |
| PATCH /api/v2/groups/{id}/ | |
| Update a group | |
| DELETE /api/v2/groups/{id}/ | |
| Delete a group | |
| GET /api/v2/groups/{id}/activity_stream/ | |
| List activity stream for a group | |
| GET /api/v2/groups/{id}/ad_hoc_commands/ | |
| List ad hoc commands for a group | |
| POST /api/v2/groups/{id}/ad_hoc_commands/ | |
| Create a ad hoc command for a group | |
| GET /api/v2/groups/{id}/all_hosts/ | |
| List all hosts for a group | |
| GET /api/v2/groups/{id}/children/ | |
| List all children for a group | |
| POST /api/v2/groups/{id}/children/ | |
| Create new child for a group | |
| GET /api/v2/groups/{id}/hosts/ | |
| List hosts of a group | |
| POST /api/v2/groups/{id}/hosts/ | |
| Create a host of a group | |
| GET /api/v2/groups/{id}/inventory_sources/ | |
| List inventory sources of a group | |
| GET /api/v2/groups/{id}/job_events/ | |
| List job events for a group | |
| GET /api/v2/groups/{id}/job_host_summaries/ | |
| List job host summaries for a group | |
| GET /api/v2/groups/{id}/potential_children/ | |
| List all children for a group | |
| GET /api/v2/groups/{id}/variable_data/ | |
| Retrieve a variable datum for a group | |
| PUT /api/v2/groups/{id}/variable_data/ | |
| Update a variable datum for a group | |
| PATCH /api/v2/groups/{id}/variable_data/ | |
| Update a variable datum for a group | |
| GET /api/v2/host_metric_summary_monthly/ | |
| List monthly summaries for host metrics | |
| GET /api/v2/host_metrics/ | |
| List host metrics | |
| GET /api/v2/host_metrics/{id}/ | |
| Retrieve a host metric | |
| DELETE /api/v2/host_metrics/{id}/ | |
| Soft delete a host metric | |
| GET /api/v2/hosts/ | |
| List hosts | |
| POST /api/v2/hosts/ | |
| Create a host | |
| GET /api/v2/hosts/{id}/ | |
| Retrieve a host | |
| PUT /api/v2/hosts/{id}/ | |
| Update a host | |
| PATCH /api/v2/hosts/{id}/ | |
| Update a host | |
| DELETE /api/v2/hosts/{id}/ | |
| Delete a host | |
| GET /api/v2/hosts/{id}/activity_stream/ | |
| List activity stream for a host | |
| GET /api/v2/hosts/{id}/ad_hoc_command_events/ | |
| List events of ad hoc command of a host | |
| GET /api/v2/hosts/{id}/ad_hoc_commands/ | |
| List ad hoc commands of a host | |
| POST /api/v2/hosts/{id}/ad_hoc_commands/ | |
| Create a ad hoc command of a host | |
| GET /api/v2/hosts/{id}/all_groups/ | |
| List all groups for a host | |
| GET /api/v2/hosts/{id}/ansible_facts/ | |
| Get Ansible facts for a host | |
| GET /api/v2/hosts/{id}/groups/ | |
| List the list of groups a host is directly a member of | |
| POST /api/v2/hosts/{id}/groups/ | |
| Create a the list of groups a host is directly a member of | |
| GET /api/v2/hosts/{id}/inventory_sources/ | |
| List inventory sources of a host | |
| GET /api/v2/hosts/{id}/job_events/ | |
| List job events of a host | |
| GET /api/v2/hosts/{id}/job_host_summaries/ | |
| List job summaries of a host | |
| GET /api/v2/hosts/{id}/smart_inventories/ | |
| List all inventories for a host | |
| GET /api/v2/hosts/{id}/variable_data/ | |
| Retrieve a variable datum for a host | |
| PUT /api/v2/hosts/{id}/variable_data/ | |
| Update a variable datum for a host | |
| PATCH /api/v2/hosts/{id}/variable_data/ | |
| Update a variable datum for a host | |
| GET /api/v2/instance_groups/ | |
| List instance groups | |
| POST /api/v2/instance_groups/ | |
| Create a instance group | |
| GET /api/v2/instance_groups/{id}/ | |
| Retrieve a instance group | |
| PUT /api/v2/instance_groups/{id}/ | |
| Update a instance group | |
| PATCH /api/v2/instance_groups/{id}/ | |
| Update a instance group | |
| DELETE /api/v2/instance_groups/{id}/ | |
| Delete a instance group | |
| GET /api/v2/instance_groups/{id}/access_list/ | |
| Retrieve access list of an instance group | |
| GET /api/v2/instance_groups/{id}/instances/ | |
| List instance of an instance group | |
| POST /api/v2/instance_groups/{id}/instances/ | |
| Create a instance of an instance group | |
| GET /api/v2/instance_groups/{id}/jobs/ | |
| List jobs of an instance group | |
| GET /api/v2/instance_groups/{id}/object_roles/ | |
| List all roles for an instance_group | |
| GET /api/v2/instances/ | |
| List instances | |
| POST /api/v2/instances/ | |
| Create a instance | |
| GET /api/v2/instances/{id}/ | |
| Retrieve a instance | |
| PUT /api/v2/instances/{id}/ | |
| Update a instance | |
| PATCH /api/v2/instances/{id}/ | |
| Update a instance | |
| GET /api/v2/instances/{id}/health_check/ | |
| Get instance health check result | |
| POST /api/v2/instances/{id}/health_check/ | |
| Perform instance health check | |
| GET /api/v2/instances/{id}/install_bundle/ | |
| Generate and download install bundle for an instance | |
| GET /api/v2/instances/{id}/instance_groups/ | |
| List instance groups of an instance | |
| POST /api/v2/instances/{id}/instance_groups/ | |
| Create a instance group of an instance | |
| GET /api/v2/instances/{id}/jobs/ | |
| List jobs executed on an instance | |
| GET /api/v2/instances/{id}/peers/ | |
| List all peers for an instance | |
| GET /api/v2/instances/{id}/receptor_addresses/ | |
| List receptor addresses of instance group | |
| GET /api/v2/inventories/ | |
| List inventories | |
| POST /api/v2/inventories/ | |
| Create a inventory | |
| GET /api/v2/inventories/{id}/ | |
| Retrieve a inventory | |
| PUT /api/v2/inventories/{id}/ | |
| Update a inventory | |
| PATCH /api/v2/inventories/{id}/ | |
| Update a inventory | |
| DELETE /api/v2/inventories/{id}/ | |
| Delete a inventory | |
| GET /api/v2/inventories/{id}/access_list/ | |
| List users who can access the inventory | |
| GET /api/v2/inventories/{id}/activity_stream/ | |
| Get activity stream for an inventory | |
| GET /api/v2/inventories/{id}/ad_hoc_commands/ | |
| List ad hoc command for an inventory | |
| POST /api/v2/inventories/{id}/ad_hoc_commands/ | |
| Create a ad hoc command for an inventory | |
| GET /api/v2/inventories/{id}/copy/ | |
| Retrieve a copy of an inventory | |
| POST /api/v2/inventories/{id}/copy/ | |
| Create a copy of an inventory | |
| GET /api/v2/inventories/{id}/groups/ | |
| List groups of an inventory | |
| POST /api/v2/inventories/{id}/groups/ | |
| Create a group of an inventory | |
| GET /api/v2/inventories/{id}/hosts/ | |
| List hosts of an inventory | |
| POST /api/v2/inventories/{id}/hosts/ | |
| Create a host of an inventory | |
| GET /api/v2/inventories/{id}/input_inventories/ | |
| Get or create input inventory inventory | |
| POST /api/v2/inventories/{id}/input_inventories/ | |
| Get or create input inventory inventory | |
| GET /api/v2/inventories/{id}/instance_groups/ | |
| List instance groups of an inventory | |
| POST /api/v2/inventories/{id}/instance_groups/ | |
| Create a instance group of an inventory | |
| GET /api/v2/inventories/{id}/inventory_sources/ | |
| List inventory sources | |
| POST /api/v2/inventories/{id}/inventory_sources/ | |
| Create a inventory source | |
| GET /api/v2/inventories/{id}/job_templates/ | |
| List job templates using an inventory | |
| GET /api/v2/inventories/{id}/labels/ | |
| List labels of an inventory | |
| POST /api/v2/inventories/{id}/labels/ | |
| Create or attach a label to a resource | |
| GET /api/v2/inventories/{id}/object_roles/ | |
| List roles of an inventory | |
| GET /api/v2/inventories/{id}/root_groups/ | |
| List root (top-level) groups of an inventory | |
| POST /api/v2/inventories/{id}/root_groups/ | |
| List root (top-level) groups of an inventory | |
| GET /api/v2/inventories/{id}/script/ | |
| Generate inventory group and host data as needed for an inventory script | |
| GET /api/v2/inventories/{id}/tree/ | |
| Create group tree for an inventory | |
| GET /api/v2/inventories/{id}/update_inventory_sources/ | |
| Retrieve single source for an inventory | |
| POST /api/v2/inventories/{id}/update_inventory_sources/ | |
| Update inventory sources | |
| GET /api/v2/inventories/{id}/variable_data/ | |
| Retrieve single datum for an inventory | |
| PUT /api/v2/inventories/{id}/variable_data/ | |
| Update existing datum for an inventory | |
| PATCH /api/v2/inventories/{id}/variable_data/ | |
| Partially update existing datum for an inventory | |
| GET /api/v2/inventory_sources/ | |
| List inventory sources | |
| POST /api/v2/inventory_sources/ | |
| Create a inventory source | |
| GET /api/v2/inventory_sources/{id}/ | |
| Retrieve a inventory source | |
| PUT /api/v2/inventory_sources/{id}/ | |
| Update a inventory source | |
| PATCH /api/v2/inventory_sources/{id}/ | |
| Update a inventory source | |
| DELETE /api/v2/inventory_sources/{id}/ | |
| Delete a inventory source | |
| GET /api/v2/inventory_sources/{id}/activity_stream/ | |
| List activity stream of an inventory source | |
| GET /api/v2/inventory_sources/{id}/credentials/ | |
| List credentials of an inventory source | |
| POST /api/v2/inventory_sources/{id}/credentials/ | |
| Create a credential of an inventory source | |
| GET /api/v2/inventory_sources/{id}/groups/ | |
| List groups of an inventory source | |
| DELETE /api/v2/inventory_sources/{id}/groups/ | |
| Delete a group of an inventory source | |
| GET /api/v2/inventory_sources/{id}/hosts/ | |
| List hosts of an inventory source | |
| DELETE /api/v2/inventory_sources/{id}/hosts/ | |
| Delete a host of an inventory source | |
| GET /api/v2/inventory_sources/{id}/inventory_updates/ | |
| List inventory updates of an inventory source | |
| GET /api/v2/inventory_sources/{id}/notification_templates_error/ | |
| List notification templates triggered on inventory source update error | |
| POST /api/v2/inventory_sources/{id}/notification_templates_error/ | |
| Add a notification template to an inventory source | |
| GET /api/v2/inventory_sources/{id}/notification_templates_started/ | |
| List notification templates triggered on inventory source update start | |
| POST /api/v2/inventory_sources/{id}/notification_templates_started/ | |
| Add a notification template to an inventory source | |
| GET /api/v2/inventory_sources/{id}/notification_templates_success/ | |
| List notification templates triggered on inventory source update success | |
| POST /api/v2/inventory_sources/{id}/notification_templates_success/ | |
| Add a notification template to an inventory source | |
| GET /api/v2/inventory_sources/{id}/schedules/ | |
| List schedules of an inventory source | |
| POST /api/v2/inventory_sources/{id}/schedules/ | |
| Create a schedule of an inventory source | |
| GET /api/v2/inventory_sources/{id}/update/ | |
| Retrieve a update an inventory source | |
| POST /api/v2/inventory_sources/{id}/update/ | |
| Update inventory source | |
| GET /api/v2/inventory_updates/ | |
| List inventory updates | |
| GET /api/v2/inventory_updates/{id}/ | |
| Retrieve a inventory update | |
| DELETE /api/v2/inventory_updates/{id}/ | |
| Delete a inventory update | |
| GET /api/v2/inventory_updates/{id}/cancel/ | |
| Retrieve a cancel for an inventory update | |
| POST /api/v2/inventory_updates/{id}/cancel/ | |
| Create a cancel for an inventory update | |
| GET /api/v2/inventory_updates/{id}/credentials/ | |
| List credentials of an inventory update | |
| GET /api/v2/inventory_updates/{id}/events/ | |
| List events of an inventory update | |
| GET /api/v2/inventory_updates/{id}/notifications/ | |
| List notifications of an inventory update | |
| GET /api/v2/inventory_updates/{id}/stdout/ | |
| Retrieve a stdout output of an inventory update | |
| GET /api/v2/job_events/{id}/ | |
| Retrieve a job event detail | |
| GET /api/v2/job_events/{id}/children/ | |
| List child events of a job event | |
| GET /api/v2/job_host_summaries/{id}/ | |
| Retrieve a job host summary detail | |
| GET /api/v2/job_templates/ | |
| List job templates | |
| POST /api/v2/job_templates/ | |
| Create a job template | |
| GET /api/v2/job_templates/{id}/ | |
| Retrieve a job template | |
| PUT /api/v2/job_templates/{id}/ | |
| Update a job template | |
| PATCH /api/v2/job_templates/{id}/ | |
| Update a job template | |
| DELETE /api/v2/job_templates/{id}/ | |
| Delete a job template | |
| GET /api/v2/job_templates/{id}/access_list/ | |
| List users who can access a job template | |
| GET /api/v2/job_templates/{id}/activity_stream/ | |
| List activity stream of a job template | |
| POST /api/v2/job_templates/{id}/bitbucket_dc/ | |
| Receive a webhook event and trigger a job | |
| GET /api/v2/job_templates/{id}/callback/ | |
| Get job template callback configuration | |
| POST /api/v2/job_templates/{id}/callback/ | |
| Trigger job template via provisioning callback | |
| GET /api/v2/job_templates/{id}/copy/ | |
| Retrieve a copy a job template | |
| POST /api/v2/job_templates/{id}/copy/ | |
| Create a copy a job template | |
| GET /api/v2/job_templates/{id}/credentials/ | |
| List credentials of a job template | |
| POST /api/v2/job_templates/{id}/credentials/ | |
| Create a credential of a job template | |
| POST /api/v2/job_templates/{id}/github/ | |
| Receive a webhook event and trigger a job | |
| POST /api/v2/job_templates/{id}/gitlab/ | |
| Receive a webhook event and trigger a job | |
| GET /api/v2/job_templates/{id}/instance_groups/ | |
| List instance groups of a job template | |
| POST /api/v2/job_templates/{id}/instance_groups/ | |
| Create a instance group of a job template | |
| GET /api/v2/job_templates/{id}/jobs/ | |
| List jobs of a job template | |
| GET /api/v2/job_templates/{id}/labels/ | |
| List labels of a job template | |
| POST /api/v2/job_templates/{id}/labels/ | |
| Create or attach a label to a resource | |
| GET /api/v2/job_templates/{id}/launch/ | |
| Retrieve single launch for a job_template | |
| POST /api/v2/job_templates/{id}/launch/ | |
| Launch a job | |
| GET /api/v2/job_templates/{id}/notification_templates_error/ | |
| List notification templates triggered on job error | |
| POST /api/v2/job_templates/{id}/notification_templates_error/ | |
| Create a notification templates triggered on job error | |
| GET /api/v2/job_templates/{id}/notification_templates_started/ | |
| List notification templates triggered on job start | |
| POST /api/v2/job_templates/{id}/notification_templates_started/ | |
| Create a notification templates triggered on job start | |
| GET /api/v2/job_templates/{id}/notification_templates_success/ | |
| List notification templates triggered on job success | |
| POST /api/v2/job_templates/{id}/notification_templates_success/ | |
| Create a notification templates triggered on job success | |
| GET /api/v2/job_templates/{id}/object_roles/ | |
| List roles of a job template | |
| GET /api/v2/job_templates/{id}/schedules/ | |
| List schedules of a job template | |
| POST /api/v2/job_templates/{id}/schedules/ | |
| Create a schedule of a job template | |
| GET /api/v2/job_templates/{id}/slice_workflow_jobs/ | |
| List all jobs for a job_template | |
| POST /api/v2/job_templates/{id}/slice_workflow_jobs/ | |
| Create new job for a job_template | |
| GET /api/v2/job_templates/{id}/survey_spec/ | |
| Get job template survey specification | |
| POST /api/v2/job_templates/{id}/survey_spec/ | |
| Update job template survey specification | |
| DELETE /api/v2/job_templates/{id}/survey_spec/ | |
| Delete job template survey specification | |
| GET /api/v2/job_templates/{id}/webhook_key/ | |
| Get the webhook key for a template | |
| POST /api/v2/job_templates/{id}/webhook_key/ | |
| Rotate the webhook key for a template | |
| GET /api/v2/jobs/ | |
| List jobs | |
| GET /api/v2/jobs/{id}/ | |
| Retrieve a job | |
| DELETE /api/v2/jobs/{id}/ | |
| Delete a job | |
| GET /api/v2/jobs/{id}/activity_stream/ | |
| List activity stream of a job | |
| GET /api/v2/jobs/{id}/cancel/ | |
| Retrieve a cancel for a job | |
| POST /api/v2/jobs/{id}/cancel/ | |
| Create a cancel for a job | |
| GET /api/v2/jobs/{id}/create_schedule/ | |
| Retrieve single schedule for a job | |
| POST /api/v2/jobs/{id}/create_schedule/ | |
| Create a schedule from a job | |
| GET /api/v2/jobs/{id}/credentials/ | |
| List credentials of a job | |
| GET /api/v2/jobs/{id}/job_events/ | |
| List job events of a job | |
| GET /api/v2/jobs/{id}/job_events/children_summary/ | |
| Get children summary for job events | |
| GET /api/v2/jobs/{id}/job_host_summaries/ | |
| List job host summaries of a job | |
| GET /api/v2/jobs/{id}/labels/ | |
| List labels of a job | |
| GET /api/v2/jobs/{id}/notifications/ | |
| List notifications of a job | |
| GET /api/v2/jobs/{id}/relaunch/ | |
| Retrieve single relaunch for a job | |
| POST /api/v2/jobs/{id}/relaunch/ | |
| Relaunch a job | |
| GET /api/v2/jobs/{id}/stdout/ | |
| Retrieve a stdout output of a job | |
| GET /api/v2/labels/ | |
| List labels | |
| POST /api/v2/labels/ | |
| Create a label | |
| GET /api/v2/labels/{id}/ | |
| Retrieve a label | |
| PUT /api/v2/labels/{id}/ | |
| Update a label | |
| PATCH /api/v2/labels/{id}/ | |
| Update a label | |
| GET /api/v2/me/ | |
| List current authenticated user | |
| GET /api/v2/mesh_visualizer/ | |
| Get mesh network topology visualization data | |
| GET /api/v2/metrics/ | |
| Get Prometheus metrics data | |
| GET /api/v2/notification_templates/ | |
| List notification templates | |
| POST /api/v2/notification_templates/ | |
| Create a notification template | |
| GET /api/v2/notification_templates/{id}/ | |
| Retrieve a notification template | |
| PUT /api/v2/notification_templates/{id}/ | |
| Update a notification template | |
| PATCH /api/v2/notification_templates/{id}/ | |
| Update a notification template | |
| DELETE /api/v2/notification_templates/{id}/ | |
| Delete a notification template | |
| GET /api/v2/notification_templates/{id}/copy/ | |
| Retrieve a copy a notification template | |
| POST /api/v2/notification_templates/{id}/copy/ | |
| Create a copy a notification template | |
| GET /api/v2/notification_templates/{id}/notifications/ | |
| List notifications of a notification template | |
| POST /api/v2/notification_templates/{id}/test/ | |
| Send a test notification from a notification template | |
| GET /api/v2/notifications/ | |
| List notifications | |
| GET /api/v2/notifications/{id}/ | |
| Retrieve a notification | |
| GET /api/v2/organizations/ | |
| List organizations | |
| POST /api/v2/organizations/ | |
| Create a organization | |
| GET /api/v2/organizations/{id}/ | |
| Retrieve a organization | |
| PUT /api/v2/organizations/{id}/ | |
| Update a organization | |
| PATCH /api/v2/organizations/{id}/ | |
| Update a organization | |
| DELETE /api/v2/organizations/{id}/ | |
| Delete a organization | |
| GET /api/v2/organizations/{id}/access_list/ | |
| List users who can access the organization | |
| GET /api/v2/organizations/{id}/activity_stream/ | |
| List activity stream for an organization | |
| GET /api/v2/organizations/{id}/admins/ | |
| List all admins for an organization | |
| POST /api/v2/organizations/{id}/admins/ | |
| Create new admin for an organization | |
| GET /api/v2/organizations/{id}/credentials/ | |
| List credentials of an organization | |
| POST /api/v2/organizations/{id}/credentials/ | |
| Create a credential of an organization | |
| GET /api/v2/organizations/{id}/execution_environments/ | |
| List execution environments of an organization | |
| POST /api/v2/organizations/{id}/execution_environments/ | |
| Create a execution environment of an organization | |
| GET /api/v2/organizations/{id}/galaxy_credentials/ | |
| List all credentials for an organization | |
| POST /api/v2/organizations/{id}/galaxy_credentials/ | |
| Create new credential for an organization | |
| GET /api/v2/organizations/{id}/instance_groups/ | |
| List instance groups of an organization | |
| POST /api/v2/organizations/{id}/instance_groups/ | |
| Create a instance group of an organization | |
| GET /api/v2/organizations/{id}/inventories/ | |
| List inventories of an organization | |
| GET /api/v2/organizations/{id}/job_templates/ | |
| List job templates of an organization | |
| POST /api/v2/organizations/{id}/job_templates/ | |
| Create a job template of an organization | |
| GET /api/v2/organizations/{id}/notification_templates/ | |
| List notification templates of an organization | |
| POST /api/v2/organizations/{id}/notification_templates/ | |
| Create a notification template of an organization | |
| GET /api/v2/organizations/{id}/notification_templates_approvals/ | |
| List all approvals for an organization | |
| POST /api/v2/organizations/{id}/notification_templates_approvals/ | |
| Create new approval for an organization | |
| GET /api/v2/organizations/{id}/notification_templates_error/ | |
| List all error for an organization | |
| POST /api/v2/organizations/{id}/notification_templates_error/ | |
| Create new error for an organization | |
| GET /api/v2/organizations/{id}/notification_templates_started/ | |
| List all started for an organization | |
| POST /api/v2/organizations/{id}/notification_templates_started/ | |
| Create new started for an organization | |
| GET /api/v2/organizations/{id}/notification_templates_success/ | |
| List all success for an organization | |
| POST /api/v2/organizations/{id}/notification_templates_success/ | |
| Create new success for an organization | |
| GET /api/v2/organizations/{id}/object_roles/ | |
| List roles of an organization | |
| GET /api/v2/organizations/{id}/projects/ | |
| List projects of an organization | |
| POST /api/v2/organizations/{id}/projects/ | |
| Create a project of an organization | |
| GET /api/v2/organizations/{id}/teams/ | |
| List teams of an organization | |
| POST /api/v2/organizations/{id}/teams/ | |
| Create a team of an organization | |
| GET /api/v2/organizations/{id}/users/ | |
| List users of an organization | |
| POST /api/v2/organizations/{id}/users/ | |
| Create a user of an organization | |
| GET /api/v2/organizations/{id}/workflow_job_templates/ | |
| List workflow job templates of an organization | |
| POST /api/v2/organizations/{id}/workflow_job_templates/ | |
| Create a workflow job template of an organization | |
| GET /api/v2/ping/ | |
| Return basic information about this instance | |
| GET /api/v2/project_updates/ | |
| List project updates | |
| GET /api/v2/project_updates/{id}/ | |
| Retrieve a project update | |
| DELETE /api/v2/project_updates/{id}/ | |
| Delete a project update | |
| GET /api/v2/project_updates/{id}/cancel/ | |
| Retrieve single cancel for a project_update | |
| POST /api/v2/project_updates/{id}/cancel/ | |
| Create new cancel for a project_update | |
| GET /api/v2/project_updates/{id}/events/ | |
| List all events for a project_update | |
| GET /api/v2/project_updates/{id}/notifications/ | |
| List notifications of a project update | |
| GET /api/v2/project_updates/{id}/scm_inventory_updates/ | |
| List all updates for a project_update | |
| GET /api/v2/project_updates/{id}/stdout/ | |
| Retrieve single stdout for a project_update | |
| GET /api/v2/projects/ | |
| List projects | |
| POST /api/v2/projects/ | |
| Create a project | |
| GET /api/v2/projects/{id}/ | |
| Retrieve a project | |
| PUT /api/v2/projects/{id}/ | |
| Update a project | |
| PATCH /api/v2/projects/{id}/ | |
| Update a project | |
| DELETE /api/v2/projects/{id}/ | |
| Delete a project | |
| GET /api/v2/projects/{id}/access_list/ | |
| List users who can access the project | |
| GET /api/v2/projects/{id}/activity_stream/ | |
| List activity stream for a project | |
| GET /api/v2/projects/{id}/copy/ | |
| Retrieve a copy of a project | |
| POST /api/v2/projects/{id}/copy/ | |
| Create a copy of a project | |
| GET /api/v2/projects/{id}/inventories/ | |
| Retrieve a inventory from a project | |
| GET /api/v2/projects/{id}/notification_templates_error/ | |
| List notification templates for project error events | |
| POST /api/v2/projects/{id}/notification_templates_error/ | |
| Create a notification template for project error events | |
| GET /api/v2/projects/{id}/notification_templates_started/ | |
| List notification templates for project started events | |
| POST /api/v2/projects/{id}/notification_templates_started/ | |
| Create a notification template for project started events | |
| GET /api/v2/projects/{id}/notification_templates_success/ | |
| List notification templates for project success events | |
| POST /api/v2/projects/{id}/notification_templates_success/ | |
| Create a notification template for project success events | |
| GET /api/v2/projects/{id}/object_roles/ | |
| List roles of a project | |
| GET /api/v2/projects/{id}/playbooks/ | |
| Retrieve single playbook for a project | |
| GET /api/v2/projects/{id}/project_updates/ | |
| List project updates of a project | |
| GET /api/v2/projects/{id}/schedules/ | |
| List schedules of a project | |
| POST /api/v2/projects/{id}/schedules/ | |
| Create a schedule of a project | |
| GET /api/v2/projects/{id}/scm_inventory_sources/ | |
| List all sources for a project | |
| GET /api/v2/projects/{id}/teams/ | |
| List teams with access to a project | |
| GET /api/v2/projects/{id}/update/ | |
| Retrieve single update for a project | |
| POST /api/v2/projects/{id}/update/ | |
| Trigger a project update | |
| GET /api/v2/receptor_addresses/ | |
| List receptor addresses | |
| GET /api/v2/receptor_addresses/{id}/ | |
| Retrieve a receptor address | |
| GET /api/v2/roles/ | |
| List roles | |
| GET /api/v2/roles/{id}/ | |
| Retrieve a role | |
| GET /api/v2/roles/{id}/teams/ | |
| List teams with a role | |
| POST /api/v2/roles/{id}/teams/ | |
| Add a team to a role | |
| GET /api/v2/roles/{id}/users/ | |
| List users with a role | |
| POST /api/v2/roles/{id}/users/ | |
| Add a user to a role | |
| GET /api/v2/schedules/ | |
| List schedules | |
| POST /api/v2/schedules/ | |
| Create a schedule | |
| GET /api/v2/schedules/{id}/ | |
| Retrieve a schedule | |
| PUT /api/v2/schedules/{id}/ | |
| Update a schedule | |
| PATCH /api/v2/schedules/{id}/ | |
| Update a schedule | |
| DELETE /api/v2/schedules/{id}/ | |
| Delete a schedule | |
| GET /api/v2/schedules/{id}/credentials/ | |
| List credentials of a schedule | |
| POST /api/v2/schedules/{id}/credentials/ | |
| Create a credential of a schedule | |
| GET /api/v2/schedules/{id}/instance_groups/ | |
| List instance groups of a schedule | |
| POST /api/v2/schedules/{id}/instance_groups/ | |
| Create a instance group of a schedule | |
| GET /api/v2/schedules/{id}/jobs/ | |
| List jobs created by a schedule | |
| GET /api/v2/schedules/{id}/labels/ | |
| List labels of a schedule | |
| POST /api/v2/schedules/{id}/labels/ | |
| Create or attach a label to a resource | |
| POST /api/v2/schedules/preview/ | |
| Preview schedule recurrence rule occurrences | |
| GET /api/v2/schedules/zoneinfo/ | |
| Get timezone information for schedules | |
| GET /api/v2/settings/ | |
| List all settings | |
| GET /api/v2/settings/{category_slug}/ | |
| Retrieve single setting | |
| PUT /api/v2/settings/{category_slug}/ | |
| Update existing setting | |
| PATCH /api/v2/settings/{category_slug}/ | |
| Partially update existing setting | |
| DELETE /api/v2/settings/{category_slug}/ | |
| Delete existing setting | |
| POST /api/v2/settings/logging/test/ | |
| Create new settings logging test | |
| GET /api/v2/system_job_templates/ | |
| List system job templates | |
| GET /api/v2/system_job_templates/{id}/ | |
| Retrieve a system job template | |
| GET /api/v2/system_job_templates/{id}/jobs/ | |
| List system jobs of a system job template | |
| GET /api/v2/system_job_templates/{id}/launch/ | |
| Get system job template launch information | |
| POST /api/v2/system_job_templates/{id}/launch/ | |
| Launch a system job | |
| GET /api/v2/system_job_templates/{id}/notification_templates_error/ | |
| List notification templates triggered on system job error | |
| POST /api/v2/system_job_templates/{id}/notification_templates_error/ | |
| Create a notification templates triggered on system job error | |
| GET /api/v2/system_job_templates/{id}/notification_templates_started/ | |
| List notification templates triggered on system job start | |
| POST /api/v2/system_job_templates/{id}/notification_templates_started/ | |
| Create a notification templates triggered on system job start | |
| GET /api/v2/system_job_templates/{id}/notification_templates_success/ | |
| List notification templates triggered on system job success | |
| POST /api/v2/system_job_templates/{id}/notification_templates_success/ | |
| Create a notification templates triggered on system job success | |
| GET /api/v2/system_job_templates/{id}/schedules/ | |
| List schedules of a system job template | |
| POST /api/v2/system_job_templates/{id}/schedules/ | |
| Create a schedule of a system job template | |
| GET /api/v2/system_jobs/ | |
| List system jobs | |
| GET /api/v2/system_jobs/{id}/ | |
| Retrieve a system job | |
| DELETE /api/v2/system_jobs/{id}/ | |
| Delete a system job | |
| GET /api/v2/system_jobs/{id}/cancel/ | |
| Retrieve a cancel for a system job | |
| POST /api/v2/system_jobs/{id}/cancel/ | |
| Create a cancel for a system job | |
| GET /api/v2/system_jobs/{id}/events/ | |
| List events of a system job | |
| GET /api/v2/system_jobs/{id}/notifications/ | |
| List notifications of a system job | |
| GET /api/v2/teams/ | |
| List teams | |
| POST /api/v2/teams/ | |
| Create a team | |
| GET /api/v2/teams/{id}/ | |
| Retrieve a team | |
| PUT /api/v2/teams/{id}/ | |
| Update a team | |
| PATCH /api/v2/teams/{id}/ | |
| Update a team | |
| DELETE /api/v2/teams/{id}/ | |
| Delete a team | |
| GET /api/v2/teams/{id}/access_list/ | |
| List users who can access the team | |
| GET /api/v2/teams/{id}/activity_stream/ | |
| List activity stream for a team | |
| GET /api/v2/teams/{id}/credentials/ | |
| List credentials owned by a team | |
| POST /api/v2/teams/{id}/credentials/ | |
| Create a credentials owned by a team | |
| GET /api/v2/teams/{id}/object_roles/ | |
| List object roles of a team | |
| GET /api/v2/teams/{id}/projects/ | |
| List projects accessible to a team | |
| GET /api/v2/teams/{id}/roles/ | |
| List roles of a team | |
| POST /api/v2/teams/{id}/roles/ | |
| Add a role to a team | |
| GET /api/v2/teams/{id}/users/ | |
| List users of a team | |
| POST /api/v2/teams/{id}/users/ | |
| Create a user of a team | |
| GET /api/v2/unified_job_templates/ | |
| List unified job templates | |
| GET /api/v2/unified_jobs/ | |
| List unified jobs | |
| GET /api/v2/users/ | |
| List users | |
| POST /api/v2/users/ | |
| Create a user | |
| GET /api/v2/users/{id}/ | |
| Retrieve a user | |
| PUT /api/v2/users/{id}/ | |
| Update a user | |
| PATCH /api/v2/users/{id}/ | |
| Update a user | |
| DELETE /api/v2/users/{id}/ | |
| Delete a user | |
| GET /api/v2/users/{id}/access_list/ | |
| List users who can access the user | |
| GET /api/v2/users/{id}/activity_stream/ | |
| List activity stream for a user | |
| GET /api/v2/users/{id}/admin_of_organizations/ | |
| List all organizations for an user | |
| GET /api/v2/users/{id}/credentials/ | |
| List credentials owned by a user | |
| POST /api/v2/users/{id}/credentials/ | |
| Create a credentials owned by a user | |
| GET /api/v2/users/{id}/organizations/ | |
| List organizations of a user | |
| GET /api/v2/users/{id}/projects/ | |
| List projects accessible to a user | |
| GET /api/v2/users/{id}/roles/ | |
| List roles of a user | |
| POST /api/v2/users/{id}/roles/ | |
| Add a role to a user | |
| GET /api/v2/users/{id}/teams/ | |
| List teams of a user | |
| GET /api/v2/workflow_approval_templates/{id}/ | |
| Retrieve a workflow approval template detail | |
| PUT /api/v2/workflow_approval_templates/{id}/ | |
| Update a workflow approval template detail | |
| PATCH /api/v2/workflow_approval_templates/{id}/ | |
| Update a workflow approval template detail | |
| DELETE /api/v2/workflow_approval_templates/{id}/ | |
| Delete a workflow approval template detail | |
| GET /api/v2/workflow_approval_templates/{id}/approvals/ | |
| List all approvals for a workflow_approval_template | |
| GET /api/v2/workflow_approvals/ | |
| List workflow approvals | |
| GET /api/v2/workflow_approvals/{id}/ | |
| Retrieve a workflow approval | |
| DELETE /api/v2/workflow_approvals/{id}/ | |
| Delete a workflow approval | |
| GET /api/v2/workflow_approvals/{id}/approve/ | |
| Retrieve single approve for a workflow_approval | |
| POST /api/v2/workflow_approvals/{id}/approve/ | |
| Approve a workflow approval | |
| GET /api/v2/workflow_approvals/{id}/deny/ | |
| Retrieve single deny for a workflow_approval | |
| POST /api/v2/workflow_approvals/{id}/deny/ | |
| Deny a workflow approval | |
| GET /api/v2/workflow_job_nodes/ | |
| List workflow job nodes | |
| GET /api/v2/workflow_job_nodes/{id}/ | |
| Retrieve a workflow job node | |
| GET /api/v2/workflow_job_nodes/{id}/always_nodes/ | |
| List always nodes of a workflow job node | |
| GET /api/v2/workflow_job_nodes/{id}/credentials/ | |
| List credentials of a workflow job node | |
| GET /api/v2/workflow_job_nodes/{id}/failure_nodes/ | |
| List failure nodes of a workflow job node | |
| GET /api/v2/workflow_job_nodes/{id}/instance_groups/ | |
| List instance groups of a workflow job node | |
| POST /api/v2/workflow_job_nodes/{id}/instance_groups/ | |
| Create a instance group of a workflow job node | |
| GET /api/v2/workflow_job_nodes/{id}/labels/ | |
| List labels of a workflow job node | |
| GET /api/v2/workflow_job_nodes/{id}/success_nodes/ | |
| List success nodes of a workflow job node | |
| GET /api/v2/workflow_job_template_nodes/ | |
| List workflow job template nodes | |
| POST /api/v2/workflow_job_template_nodes/ | |
| Create a workflow job template node | |
| GET /api/v2/workflow_job_template_nodes/{id}/ | |
| Retrieve a workflow job template node | |
| PUT /api/v2/workflow_job_template_nodes/{id}/ | |
| Update a workflow job template node | |
| PATCH /api/v2/workflow_job_template_nodes/{id}/ | |
| Update a workflow job template node | |
| DELETE /api/v2/workflow_job_template_nodes/{id}/ | |
| Delete a workflow job template node | |
| GET /api/v2/workflow_job_template_nodes/{id}/always_nodes/ | |
| List all nodes for a workflow_job_template_node | |
| POST /api/v2/workflow_job_template_nodes/{id}/always_nodes/ | |
| Create new node for a workflow_job_template_node | |
| GET /api/v2/workflow_job_template_nodes/{id}/create_approval_template/ | |
| Retrieve single template for a workflow_job_template_node | |
| POST /api/v2/workflow_job_template_nodes/{id}/create_approval_template/ | |
| Create an approval node for a workflow job template node | |
| GET /api/v2/workflow_job_template_nodes/{id}/credentials/ | |
| List credentials of a workflow job template node | |
| POST /api/v2/workflow_job_template_nodes/{id}/credentials/ | |
| Create a credential of a workflow job template node | |
| GET /api/v2/workflow_job_template_nodes/{id}/failure_nodes/ | |
| List all nodes for a workflow_job_template_node | |
| POST /api/v2/workflow_job_template_nodes/{id}/failure_nodes/ | |
| Create new node for a workflow_job_template_node | |
| GET /api/v2/workflow_job_template_nodes/{id}/instance_groups/ | |
| List instance groups of a workflow job template node | |
| POST /api/v2/workflow_job_template_nodes/{id}/instance_groups/ | |
| Create a instance group of a workflow job template node | |
| GET /api/v2/workflow_job_template_nodes/{id}/labels/ | |
| List labels of a workflow job template node | |
| POST /api/v2/workflow_job_template_nodes/{id}/labels/ | |
| Create or attach a label to a resource | |
| GET /api/v2/workflow_job_template_nodes/{id}/success_nodes/ | |
| List all nodes for a workflow_job_template_node | |
| POST /api/v2/workflow_job_template_nodes/{id}/success_nodes/ | |
| Create new node for a workflow_job_template_node | |
| GET /api/v2/workflow_job_templates/ | |
| List workflow job templates | |
| POST /api/v2/workflow_job_templates/ | |
| Create a workflow job template | |
| GET /api/v2/workflow_job_templates/{id}/ | |
| Retrieve a workflow job template | |
| PUT /api/v2/workflow_job_templates/{id}/ | |
| Update a workflow job template | |
| PATCH /api/v2/workflow_job_templates/{id}/ | |
| Update a workflow job template | |
| DELETE /api/v2/workflow_job_templates/{id}/ | |
| Delete a workflow job template | |
| GET /api/v2/workflow_job_templates/{id}/access_list/ | |
| List users who can access a workflow job template | |
| GET /api/v2/workflow_job_templates/{id}/activity_stream/ | |
| List activity stream of a workflow job template | |
| POST /api/v2/workflow_job_templates/{id}/bitbucket_dc/ | |
| Receive a webhook event and trigger a job | |
| GET /api/v2/workflow_job_templates/{id}/copy/ | |
| Get workflow job template copy status | |
| POST /api/v2/workflow_job_templates/{id}/copy/ | |
| Create a copy a workflow job template | |
| POST /api/v2/workflow_job_templates/{id}/github/ | |
| Receive a webhook event and trigger a job | |
| POST /api/v2/workflow_job_templates/{id}/gitlab/ | |
| Receive a webhook event and trigger a job | |
| GET /api/v2/workflow_job_templates/{id}/labels/ | |
| List labels of a workflow job template | |
| POST /api/v2/workflow_job_templates/{id}/labels/ | |
| Create or attach a label to a resource | |
| GET /api/v2/workflow_job_templates/{id}/launch/ | |
| Retrieve a launch a workflow job from a workflow job template | |
| POST /api/v2/workflow_job_templates/{id}/launch/ | |
| Launch a workflow job | |
| GET /api/v2/workflow_job_templates/{id}/notification_templates_approvals/ | |
| List notification templates triggered on workflow approval | |
| POST /api/v2/workflow_job_templates/{id}/notification_templates_approvals/ | |
| Create a notification templates triggered on workflow approval | |
| GET /api/v2/workflow_job_templates/{id}/notification_templates_error/ | |
| List notification templates triggered on workflow job error | |
| POST /api/v2/workflow_job_templates/{id}/notification_templates_error/ | |
| Create a notification templates triggered on workflow job error | |
| GET /api/v2/workflow_job_templates/{id}/notification_templates_started/ | |
| List notification templates triggered on workflow job start | |
| POST /api/v2/workflow_job_templates/{id}/notification_templates_started/ | |
| Create a notification templates triggered on workflow job start | |
| GET /api/v2/workflow_job_templates/{id}/notification_templates_success/ | |
| List notification templates triggered on workflow job success | |
| POST /api/v2/workflow_job_templates/{id}/notification_templates_success/ | |
| Create a notification templates triggered on workflow job success | |
| GET /api/v2/workflow_job_templates/{id}/object_roles/ | |
| List roles of a workflow job template | |
| GET /api/v2/workflow_job_templates/{id}/schedules/ | |
| List schedules of a workflow job template | |
| POST /api/v2/workflow_job_templates/{id}/schedules/ | |
| Create a schedule of a workflow job template | |
| GET /api/v2/workflow_job_templates/{id}/survey_spec/ | |
| Get job template survey specification | |
| POST /api/v2/workflow_job_templates/{id}/survey_spec/ | |
| Update job template survey specification | |
| DELETE /api/v2/workflow_job_templates/{id}/survey_spec/ | |
| Delete job template survey specification | |
| GET /api/v2/workflow_job_templates/{id}/webhook_key/ | |
| Get the webhook key for a template | |
| POST /api/v2/workflow_job_templates/{id}/webhook_key/ | |
| Rotate the webhook key for a template | |
| GET /api/v2/workflow_job_templates/{id}/workflow_jobs/ | |
| List workflow jobs of a workflow job template | |
| GET /api/v2/workflow_job_templates/{id}/workflow_nodes/ | |
| List all nodes for a workflow_job_template | |
| POST /api/v2/workflow_job_templates/{id}/workflow_nodes/ | |
| Create new node for a workflow_job_template | |
| GET /api/v2/workflow_jobs/ | |
| List workflow jobs | |
| GET /api/v2/workflow_jobs/{id}/ | |
| Retrieve a workflow job | |
| DELETE /api/v2/workflow_jobs/{id}/ | |
| Delete a workflow job | |
| GET /api/v2/workflow_jobs/{id}/activity_stream/ | |
| List activity stream of a workflow job | |
| GET /api/v2/workflow_jobs/{id}/cancel/ | |
| Retrieve a cancel for a workflow job | |
| POST /api/v2/workflow_jobs/{id}/cancel/ | |
| Cancel a workflow job | |
| GET /api/v2/workflow_jobs/{id}/labels/ | |
| List labels of a workflow job | |
| GET /api/v2/workflow_jobs/{id}/notifications/ | |
| List notifications of a workflow job | |
| GET /api/v2/workflow_jobs/{id}/relaunch/ | |
| Get workflow job relaunch information | |
| POST /api/v2/workflow_jobs/{id}/relaunch/ | |
| Relaunch a workflow job | |
| GET /api/v2/workflow_jobs/{id}/workflow_nodes/ | |
| List workflow nodes of a workflow job | |
| GET /api/debug/ | |
| List available debug endpoints | |
| GET /api/debug/dependency_manager/ | |
| Trigger dependency manager scheduling | |
| GET /api/debug/task_manager/ | |
| Trigger task manager scheduling | |
| GET /api/debug/workflow_manager/ | |
| Trigger workflow manager scheduling | |
| GET /api/v2/feature_flags/states/ | |
| List all feature flags states | |
| GET /api/v2/feature_flags/states/{id}/ | |
| Retrieve single feature flags state | |
| GET /api/v2/feature_flags_state/ | |
| Retrieve single feature flags state | |
| GET /api/v2/role_definitions/ | |
| List RBAC roles defining permissions that can be managed and assigned to users and teams | |
| POST /api/v2/role_definitions/ | |
| Create a RBAC roles defining permissions that can be managed and assigned to users and teams | |
| GET /api/v2/role_definitions/{id}/ | |
| Retrieve a RBAC roles defining permissions that can be managed and assigned to users and teams | |
| PUT /api/v2/role_definitions/{id}/ | |
| Update a RBAC roles defining permissions that can be managed and assigned to users and teams | |
| PATCH /api/v2/role_definitions/{id}/ | |
| Update a RBAC roles defining permissions that can be managed and assigned to users and teams | |
| DELETE /api/v2/role_definitions/{id}/ | |
| Delete a RBAC roles defining permissions that can be managed and assigned to users and teams | |
| GET /api/v2/role_definitions/{id}/team_assignments/ | |
| List all assignments for a role_definition | |
| GET /api/v2/role_definitions/{id}/user_assignments/ | |
| List all assignments for a role_definition | |
| GET /api/v2/role_metadata/ | |
| Retrieve single role metadatum | |
| GET /api/v2/role_team_access/{model_name}/{id}/ | |
| List all role team access | |
| GET /api/v2/role_team_access/{model_name}/{id}/{actor_id}/ | |
| List all role team access | |
| GET /api/v2/role_team_assignments/ | |
| List RBAC role grants assigning permissions to teams for specific resources | |
| POST /api/v2/role_team_assignments/ | |
| Create a RBAC role grants assigning permissions to team for specific resources | |
| GET /api/v2/role_team_assignments/{id}/ | |
| Retrieve a RBAC role grants assigning permissions to team for specific resources | |
| DELETE /api/v2/role_team_assignments/{id}/ | |
| Delete a RBAC role grants assigning permissions to team for specific resources | |
| GET /api/v2/role_user_access/{model_name}/{id}/ | |
| List all role user access | |
| GET /api/v2/role_user_access/{model_name}/{id}/{actor_id}/ | |
| List all role user access | |
| GET /api/v2/role_user_assignments/ | |
| List RBAC role grants assigning permissions to users for specific resources | |
| POST /api/v2/role_user_assignments/ | |
| Create a RBAC role grants assigning permissions to user for specific resources | |
| GET /api/v2/role_user_assignments/{id}/ | |
| Retrieve a RBAC role grants assigning permissions to user for specific resources | |
| DELETE /api/v2/role_user_assignments/{id}/ | |
| Delete a RBAC role grants assigning permissions to user for specific resources | |
| GET /api/v2/service-index/ | |
| Retrieve single service index | |
| GET /api/v2/service-index/metadata/ | |
| Retrieve single service index metadatum | |
| POST /api/v2/service-index/object-delete/ | |
| Remove all role assignments for a resource indexed from connected AAP services | |
| GET /api/v2/service-index/resource-types/ | |
| List all service index resource types | |
| GET /api/v2/service-index/resource-types/{name}/ | |
| Retrieve single service index resource type | |
| GET /api/v2/service-index/resource-types/{name}/manifest/ | |
| Retrieve single manifest for a resource-type | |
| GET /api/v2/service-index/resources/ | |
| List all service index resources | |
| POST /api/v2/service-index/resources/ | |
| Create new service index resource | |
| GET /api/v2/service-index/resources/{ansible_id}/ | |
| Retrieve single service index resource | |
| PUT /api/v2/service-index/resources/{ansible_id}/ | |
| Update existing service index resource | |
| PATCH /api/v2/service-index/resources/{ansible_id}/ | |
| Partially update existing service index resource | |
| DELETE /api/v2/service-index/resources/{ansible_id}/ | |
| Delete existing service index resource | |
| GET /api/v2/service-index/role-permissions/ | |
| List all service index role permissions | |
| GET /api/v2/service-index/role-team-assignments/ | |
| List all service index role team assignments | |
| POST /api/v2/service-index/role-team-assignments/assign/ | |
| Create new service index role team assignments assign | |
| POST /api/v2/service-index/role-team-assignments/unassign/ | |
| Create new service index role team assignments unassign | |
| GET /api/v2/service-index/role-types/ | |
| List all service index role types | |
| GET /api/v2/service-index/role-user-assignments/ | |
| List all service index role user assignments | |
| POST /api/v2/service-index/role-user-assignments/assign/ | |
| Create new service index role user assignments assign | |
| POST /api/v2/service-index/role-user-assignments/unassign/ | |
| Create new service index role user assignments unassign |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment