Last active
September 25, 2025 18:56
-
-
Save goneri/351e748fbd7df8d6de36681bd6d35b0f to your computer and use it in GitHub Desktop.
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
{ | |
"tools": [ | |
{ | |
"name": "api_list", | |
"description": "List supported API versions", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_debug_list", | |
"description": "List of available debug urls", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_feature_flags_state_list", | |
"description": "A view class for displaying feature flags", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_definitions_list", | |
"description": "Role Definitions (roles) contain a list of permissions and can be used to assign those permissions to a user or team through the respective assignment endpoints.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_definitions_read", | |
"description": "Role Definitions (roles) contain a list of permissions and can be used to assign those permissions to a user or team through the respective assignment endpoints.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_definitions_team_assignments_list", | |
"description": "Manage Role Team Assignment objects in the 'team_assignments' relationship of this particular Role Definition.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_definitions_user_assignments_list", | |
"description": "Manage Role User Assignment objects in the 'user_assignments' relationship of this particular Role Definition.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_metadata_list", | |
"description": "General data about models and permissions tracked by django-ansible-base RBAC", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_team_assignments_list", | |
"description": "Use this endpoint to give a team permission to a resource or an organization. The needed data is the team, the role definition, and the object id. The object must be of the type specified in the role definition.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_team_assignments_read", | |
"description": "Use this endpoint to give a team permission to a resource or an organization. The needed data is the team, the role definition, and the object id. The object must be of the type specified in the role definition.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_user_assignments_list", | |
"description": "Use this endpoint to give a user permission to a resource or an organization. The needed data is the user, the role definition, and the object id. The object must be of the type specified in the role definition.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_role_user_assignments_read", | |
"description": "Use this endpoint to give a user permission to a resource or an organization. The needed data is the user, the role definition, and the object id. The object must be of the type specified in the role definition.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_service-index_list", | |
"description": "Link other resource registry endpoints", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_service-index_resource-types_list", | |
"description": "Index of the resource types that are configured in the system.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_service-index_resource-types_read", | |
"description": "Index of the resource types that are configured in the system.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"name": { | |
"type": "string", | |
"description": "Path parameter name" | |
} | |
}, | |
"required": [ | |
"name" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_service-index_resource-types_manifest", | |
"description": "Returns the as a stream the csv of resource_id,hash for a given resource type.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"name": { | |
"type": "string", | |
"description": "Path parameter name" | |
} | |
}, | |
"required": [ | |
"name" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_service-index_resources_list", | |
"description": "Index of all the resources in the system.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_v2_service-index_resources_read", | |
"description": "Index of all the resources in the system.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"ansible_id": { | |
"type": "string", | |
"description": "Path parameter ansible_id" | |
} | |
}, | |
"required": [ | |
"ansible_id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_read", | |
"description": "List top level resources", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_activity_stream_list", | |
"description": "# List Activity Streams:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_activity_stream_read", | |
"description": "# Retrieve an Activity Stream:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_command_events_read", | |
"description": "# Retrieve an Ad Hoc Command Event:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_list", | |
"description": "# List Ad Hoc Commands:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_read", | |
"description": "# Retrieve an Ad Hoc Command:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_activity_stream_list", | |
"description": "# List Activity Streams for an Ad Hoc Command:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_cancel_read", | |
"description": "# Retrieve an Ad Hoc Command:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_events_list", | |
"description": "# List Ad Hoc Command Events for an Ad Hoc Command:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_notifications_list", | |
"description": "# List Notifications for an Ad Hoc Command:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_relaunch_list", | |
"description": "Relaunch an Ad Hoc Command:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ad_hoc_commands_stdout_read", | |
"description": "# Retrieve Ad Hoc Command Stdout:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_bulk_list", | |
"description": "List top level resources", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_bulk_host_create_list", | |
"description": "# Bulk Host Create", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_bulk_host_delete_list", | |
"description": "# Bulk Host Delete", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_bulk_job_launch_list", | |
"description": "# Bulk Job Launch", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_config_list", | |
"description": "Return various sitewide configuration settings", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_constructed_inventories_list", | |
"description": "# List Inventories:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_constructed_inventories_read", | |
"description": "# Retrieve an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credential_input_sources_list", | |
"description": "# List Credential Input Sources:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credential_input_sources_read", | |
"description": "# Retrieve a Credential Input Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credential_types_list", | |
"description": "# List Credential Types:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credential_types_read", | |
"description": "# Retrieve a Credential Type:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credential_types_activity_stream_list", | |
"description": "# List Activity Streams for a Credential Type:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credential_types_credentials_list", | |
"description": "# List Credentials for a Credential Type:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credential_types_test_read", | |
"description": "# Retrieve a Credential Type:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_list", | |
"description": "# List Credentials:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_read", | |
"description": "# Retrieve a Credential:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_activity_stream_list", | |
"description": "# List Activity Streams for a Credential:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_input_sources_list", | |
"description": "# List Credential Input Sources for a Credential:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_owner_teams_list", | |
"description": "# List Teams for a Credential:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_owner_users_list", | |
"description": "# List Users for a Credential:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_credentials_test_read", | |
"description": "# Retrieve a Credential:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_dashboard_list", | |
"description": "Show Dashboard Details", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_dashboard_graphs_jobs_list", | |
"description": "# View Statistics for Job Runs", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_execution_environments_list", | |
"description": "# List Execution Environments:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_execution_environments_read", | |
"description": "# Retrieve an Execution Environment:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_execution_environments_activity_stream_list", | |
"description": "# List Activity Streams for an Execution Environment:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_execution_environments_unified_job_templates_list", | |
"description": "# List Unified Job Templates for an Execution Environment:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_list", | |
"description": "# List Groups:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_read", | |
"description": "# Retrieve a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_activity_stream_list", | |
"description": "# List Activity Streams for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_ad_hoc_commands_list", | |
"description": "# List Ad Hoc Commands for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_all_hosts_list", | |
"description": "# List All Hosts for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_children_list", | |
"description": "# List Groups for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_hosts_list", | |
"description": "# List Hosts for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_inventory_sources_list", | |
"description": "# List Inventory Sources for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_job_events_list", | |
"description": "# List Job Events for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_job_host_summaries_list", | |
"description": "# List Job Host Summaries for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_potential_children_list", | |
"description": "# List Potential Child Groups for a Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_groups_variable_data_read", | |
"description": "# Retrieve Group Variable Data:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_host_metric_summary_monthly_list", | |
"description": "# List Host Metric Summary Monthlys:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_host_metrics_list", | |
"description": "# List Host Metrics:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_host_metrics_read", | |
"description": "# Retrieve a Host Metric:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_list", | |
"description": "# List Hosts:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_read", | |
"description": "# Retrieve a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_activity_stream_list", | |
"description": "# List Activity Streams for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_ad_hoc_command_events_list", | |
"description": "# List Ad Hoc Command Events for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_ad_hoc_commands_list", | |
"description": "# List Ad Hoc Commands for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_all_groups_list", | |
"description": "# List All Groups for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_ansible_facts_read", | |
"description": "# Retrieve a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_groups_list", | |
"description": "# List Groups for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_inventory_sources_list", | |
"description": "# List Inventory Sources for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_job_events_list", | |
"description": "# List Job Events for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_job_host_summaries_list", | |
"description": "# List Job Host Summaries for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_smart_inventories_list", | |
"description": "# List Inventories for a Host:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_hosts_variable_data_read", | |
"description": "# Retrieve Host Variable Data:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instance_groups_list", | |
"description": "# List Instance Groups:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instance_groups_read", | |
"description": "# Retrieve an Instance Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instance_groups_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instance_groups_instances_list", | |
"description": "# List Instances for an Instance Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instance_groups_jobs_list", | |
"description": "# List Unified Jobs for an Instance Group:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instance_groups_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instances_list", | |
"description": "# List Instances:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instances_read", | |
"description": "# Retrieve an Instance:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instances_health_check_list", | |
"description": "# Health Check Data", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instances_instance_groups_list", | |
"description": "# List Instance Groups for an Instance:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instances_jobs_list", | |
"description": "# List Unified Jobs for an Instance:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instances_peers_list", | |
"description": "# List Receptor Addresss for an Instance:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_instances_receptor_addresses_list", | |
"description": "# List Receptor Addresss for an Instance:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_list", | |
"description": "# List Inventories:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_read", | |
"description": "# Retrieve an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_activity_stream_list", | |
"description": "# List Activity Streams for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_ad_hoc_commands_list", | |
"description": "# List Ad Hoc Commands for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_groups_list", | |
"description": "# List Groups for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_hosts_list", | |
"description": "# List Hosts for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_input_inventories_list", | |
"description": "# List Inventories for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_instance_groups_list", | |
"description": "# List Instance Groups for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_inventory_sources_list", | |
"description": "# List Inventory Sources for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_job_templates_list", | |
"description": "# List Job Templates for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_labels_list", | |
"description": "# List Labels for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_root_groups_list", | |
"description": "# List Root Groups for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_script_read", | |
"description": "Generate inventory group and host data as needed for an inventory script.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_tree_read", | |
"description": "# Group Tree for an Inventory:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_update_inventory_sources_read", | |
"description": "# Update Inventory Sources", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventories_variable_data_read", | |
"description": "# Retrieve Inventory Variable Data:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_list", | |
"description": "# List Inventory Sources:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_read", | |
"description": "# Retrieve an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_activity_stream_list", | |
"description": "# List Activity Streams for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_credentials_list", | |
"description": "# List Credentials for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_groups_list", | |
"description": "# List Groups for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_hosts_list", | |
"description": "# List Hosts for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_inventory_updates_list", | |
"description": "# List Inventory Updates for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_notification_templates_error_list", | |
"description": "# List Notification Templates for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_notification_templates_started_list", | |
"description": "# List Notification Templates for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_notification_templates_success_list", | |
"description": "# List Notification Templates for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_schedules_list", | |
"description": "# List Schedules for an Inventory Source:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_sources_update_read", | |
"description": "# Update Inventory Source", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_updates_list", | |
"description": "# List Inventory Updates:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_updates_read", | |
"description": "# Retrieve an Inventory Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_updates_cancel_read", | |
"description": "# Retrieve an Inventory Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_updates_credentials_list", | |
"description": "# List Credentials for an Inventory Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_updates_events_list", | |
"description": "# List Inventory Update Events for an Inventory Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_updates_notifications_list", | |
"description": "# List Notifications for an Inventory Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_inventory_updates_stdout_read", | |
"description": "# Retrieve Inventory Update Stdout:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_events_read", | |
"description": "# Retrieve a Job Event:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_events_children_list", | |
"description": "# List Job Events for a Job Event:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_host_summaries_read", | |
"description": "# Retrieve a Job Host Summary:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_list", | |
"description": "# List Job Templates:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_read", | |
"description": "# Retrieve a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_activity_stream_list", | |
"description": "# List Activity Streams for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_callback_list", | |
"description": "The job template callback allows for ephemeral hosts to launch a new job.", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_credentials_list", | |
"description": "# List Credentials for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_instance_groups_list", | |
"description": "# List Instance Groups for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_jobs_list", | |
"description": "# List Jobs for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_labels_list", | |
"description": "# List Labels for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_launch_read", | |
"description": "Launch a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_notification_templates_error_list", | |
"description": "# List Notification Templates for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_notification_templates_started_list", | |
"description": "# List Notification Templates for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_notification_templates_success_list", | |
"description": "# List Notification Templates for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_schedules_list", | |
"description": "# List Schedules for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_slice_workflow_jobs_list", | |
"description": "# List Workflow Jobs for a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_job_templates_survey_spec_list", | |
"description": "POST requests to this resource should include the full specification for a Job Template's Survey", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_list", | |
"description": "# List Jobs:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_read", | |
"description": "# Retrieve a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_activity_stream_list", | |
"description": "# List Activity Streams for a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_cancel_read", | |
"description": "# Determine if a Job can be canceled", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_create_schedule_read", | |
"description": "Create a schedule based on a job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_credentials_list", | |
"description": "# List Credentials for a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_job_events_list", | |
"description": "# List Job Events for a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_job_events_children_summary_list", | |
"description": "# View a summary of children events", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_job_host_summaries_list", | |
"description": "# List Job Host Summaries for a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_labels_list", | |
"description": "# List Labels for a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_notifications_list", | |
"description": "# List Notifications for a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_relaunch_read", | |
"description": "Relaunch a Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_jobs_stdout_read", | |
"description": "# Retrieve Job Stdout:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_labels_list", | |
"description": "# List Labels:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_labels_read", | |
"description": "# Retrieve a Label:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_me_list", | |
"description": "# Retrieve Information about the current User", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_mesh_visualizer_list", | |
"description": "Make a GET request to this resource to obtain a list all Receptor Nodes and their links.", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_metrics_list", | |
"description": "Show Metrics Details", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_notification_templates_list", | |
"description": "# List Notification Templates:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_notification_templates_read", | |
"description": "# Retrieve a Notification Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_notification_templates_notifications_list", | |
"description": "# List Notifications for a Notification Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_notifications_list", | |
"description": "# List Notifications:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_notifications_read", | |
"description": "# Retrieve a Notification:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_list", | |
"description": "# List Organizations:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_read", | |
"description": "# Retrieve an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_activity_stream_list", | |
"description": "# List Activity Streams for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_admins_list", | |
"description": "# List Admin Users for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_credentials_list", | |
"description": "# List Credentials for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_execution_environments_list", | |
"description": "# List Execution Environments for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_galaxy_credentials_list", | |
"description": "# List Credentials for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_instance_groups_list", | |
"description": "# List Instance Groups for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_inventories_list", | |
"description": "# List Inventories for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_job_templates_list", | |
"description": "# List Job Templates for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_notification_templates_list", | |
"description": "# List Notification Templates for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_notification_templates_approvals_list", | |
"description": "# List Notification Templates for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_notification_templates_error_list", | |
"description": "# List Notification Templates for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_notification_templates_started_list", | |
"description": "# List Notification Templates for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_notification_templates_success_list", | |
"description": "# List Notification Templates for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_projects_list", | |
"description": "# List Projects for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_teams_list", | |
"description": "# List Teams for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_users_list", | |
"description": "# List Users for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_organizations_workflow_job_templates_list", | |
"description": "# List Workflow Job Templates for an Organization:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_ping_list", | |
"description": "Return some basic information about this instance", | |
"inputSchema": { | |
"type": "object", | |
"properties": {}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_project_updates_list", | |
"description": "# List Project Updates:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_project_updates_read", | |
"description": "# Retrieve a Project Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_project_updates_cancel_read", | |
"description": "# Cancel Project Update", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_project_updates_events_list", | |
"description": "# List Project Update Events for a Project Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_project_updates_notifications_list", | |
"description": "# List Notifications for a Project Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_project_updates_scm_inventory_updates_list", | |
"description": "# List Inventory Updates for a Project Update:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_project_updates_stdout_read", | |
"description": "# Retrieve Project Update Stdout:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_list", | |
"description": "# List Projects:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_read", | |
"description": "# Retrieve a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_activity_stream_list", | |
"description": "# List Activity Streams for a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_inventories_read", | |
"description": "# Retrieve a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_notification_templates_error_list", | |
"description": "# List Notification Templates for a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_notification_templates_started_list", | |
"description": "# List Notification Templates for a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_notification_templates_success_list", | |
"description": "# List Notification Templates for a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_playbooks_read", | |
"description": "# Retrieve Project Playbooks:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_project_updates_list", | |
"description": "# List Project Updates for a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_schedules_list", | |
"description": "# List Schedules for a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_scm_inventory_sources_list", | |
"description": "# List Inventory Sources for a Project:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_teams_list", | |
"description": "# List Teams:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_projects_update_read", | |
"description": "# Update Project", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_receptor_addresses_list", | |
"description": "# List Receptor Addresss:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_receptor_addresses_read", | |
"description": "# Retrieve a Receptor Address:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_roles_read", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_roles_children_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_roles_parents_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_roles_teams_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_roles_users_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_schedules_list", | |
"description": "# List Schedules:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_schedules_read", | |
"description": "# Retrieve a Schedule:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_schedules_credentials_list", | |
"description": "# List Credentials for a Schedule:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_schedules_instance_groups_list", | |
"description": "# List Instance Groups for a Schedule:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_schedules_jobs_list", | |
"description": "# List Unified Jobs for a Schedule:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_schedules_labels_list", | |
"description": "# List Labels for a Schedule:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_settings_list", | |
"description": "# List Settings:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_settings_read", | |
"description": "# Retrieve a Setting:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"category_slug": { | |
"type": "string", | |
"description": "Path parameter category_slug" | |
} | |
}, | |
"required": [ | |
"category_slug" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_list", | |
"description": "# List System Job Templates:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_read", | |
"description": "# Retrieve a System Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_jobs_list", | |
"description": "# List System Jobs for a System Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_launch_list", | |
"description": "Launch a Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_notification_templates_error_list", | |
"description": "# List Notification Templates for a System Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_notification_templates_started_list", | |
"description": "# List Notification Templates for a System Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_notification_templates_success_list", | |
"description": "# List Notification Templates for a System Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_job_templates_schedules_list", | |
"description": "# List Schedules for a System Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_jobs_list", | |
"description": "# List System Jobs:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_jobs_read", | |
"description": "# Retrieve a System Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_jobs_cancel_read", | |
"description": "# Retrieve a System Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_jobs_events_list", | |
"description": "# List System Job Events for a System Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_system_jobs_notifications_list", | |
"description": "# List Notifications for a System Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_list", | |
"description": "# List Teams:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_read", | |
"description": "# Retrieve a Team:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_activity_stream_list", | |
"description": "# List Activity Streams for a Team:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_credentials_list", | |
"description": "# List Credentials for a Team:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_projects_list", | |
"description": "# List Projects for a Team:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_teams_users_list", | |
"description": "# List Users for a Team:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_unified_job_templates_list", | |
"description": "# List Unified Job Templates:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_unified_jobs_list", | |
"description": "# List Unified Jobs:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_list", | |
"description": "# List Users:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_read", | |
"description": "# Retrieve a User:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_activity_stream_list", | |
"description": "# List Activity Streams for a User:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_admin_of_organizations_list", | |
"description": "# List Organizations Administered by this User:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_credentials_list", | |
"description": "# List Credentials for a User:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_organizations_list", | |
"description": "# List Organizations for a User:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_projects_list", | |
"description": "# List Projects for a User:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_users_teams_list", | |
"description": "# List Teams for a User:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_approval_templates_read", | |
"description": "# Retrieve a Workflow Approval Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_approval_templates_approvals_list", | |
"description": "# List Workflow Approvals for a Workflow Approval Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_approvals_list", | |
"description": "# List Workflow Approvals:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_approvals_read", | |
"description": "# Retrieve a Workflow Approval:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_approvals_approve_read", | |
"description": "# Retrieve a Workflow Approval:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_approvals_deny_read", | |
"description": "# Retrieve a Workflow Approval:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_list", | |
"description": "# List Workflow Job Nodes:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_read", | |
"description": "# Retrieve a Workflow Job Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_always_nodes_list", | |
"description": "# List Workflow Job Nodes for a Workflow Job Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_credentials_list", | |
"description": "# List Credentials for a Workflow Job Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_failure_nodes_list", | |
"description": "# List Workflow Job Nodes for a Workflow Job Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_instance_groups_list", | |
"description": "# List Instance Groups for a Workflow Job Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_labels_list", | |
"description": "# List Labels for a Workflow Job Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_nodes_success_nodes_list", | |
"description": "# List Workflow Job Nodes for a Workflow Job Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_list", | |
"description": "# List Workflow Job Template Nodes:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_read", | |
"description": "# Retrieve a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_always_nodes_list", | |
"description": "# List Workflow Job Template Nodes for a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_create_approval_template_read", | |
"description": "# Retrieve a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_credentials_list", | |
"description": "# List Credentials for a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_failure_nodes_list", | |
"description": "# List Workflow Job Template Nodes for a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_instance_groups_list", | |
"description": "# List Instance Groups for a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_labels_list", | |
"description": "# List Labels for a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_template_nodes_success_nodes_list", | |
"description": "# List Workflow Job Template Nodes for a Workflow Job Template Node:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_list", | |
"description": "# List Workflow Job Templates:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_read", | |
"description": "# Retrieve a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_access_list_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_activity_stream_list", | |
"description": "# List Activity Streams for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_copy_list", | |
"description": "Copy a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_labels_list", | |
"description": "# List Labels for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_launch_read", | |
"description": "Launch a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_notification_templates_approvals_list", | |
"description": "# List Notification Templates for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_notification_templates_error_list", | |
"description": "# List Notification Templates for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_notification_templates_started_list", | |
"description": "# List Notification Templates for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_notification_templates_success_list", | |
"description": "# List Notification Templates for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_object_roles_list", | |
"description": "> _This resource has been deprecated and will be removed in a future release_", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_schedules_list", | |
"description": "# List Schedules for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_survey_spec_list", | |
"description": "POST requests to this resource should include the full specification for a Workflow Job Template's Survey", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_workflow_jobs_list", | |
"description": "# List Workflow Jobs for a Workflow Job Template:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_job_templates_workflow_nodes_list", | |
"description": "# Workflow Job Template Workflow Node List", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_list", | |
"description": "# List Workflow Jobs:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_read", | |
"description": "# Retrieve a Workflow Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_activity_stream_list", | |
"description": "# List Activity Streams for a Workflow Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_cancel_read", | |
"description": "# Cancel Workflow Job", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_labels_list", | |
"description": "# List Labels for a Workflow Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_notifications_list", | |
"description": "# List Notifications for a Workflow Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_relaunch_list", | |
"description": "Relaunch a workflow job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
}, | |
{ | |
"name": "api_workflow_jobs_workflow_nodes_list", | |
"description": "# List Workflow Job Nodes for a Workflow Job:", | |
"inputSchema": { | |
"type": "object", | |
"properties": { | |
"id": { | |
"type": "string", | |
"description": "Path parameter id" | |
}, | |
"search": { | |
"type": "string", | |
"description": "A search term." | |
}, | |
"page": { | |
"type": "string", | |
"description": "A page number within the paginated result set." | |
}, | |
"page_size": { | |
"type": "string", | |
"description": "Number of results to return per page." | |
} | |
}, | |
"required": [ | |
"id" | |
], | |
"additionalProperties": false | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment