Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AWS Batch Scheduling Policies API

The Scheduling Policies API from AWS Batch — 5 operation(s) for scheduling policies.

AWS Batch Scheduling Policies API is one of 7 APIs that AWS Batch publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Scheduling Policies. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths. It is described by OpenAPI 3.1.0, at version 2016-08-10.

Requests are made against a single base URL, https://batch.{region}.amazonaws.com.

5 operations 5 paths 0 schemas 5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2016-08-10
Base URL
https://batch.us-east-1.amazonaws.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

AWS Batch Scheduling Policies API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (SigV4). By default, every request must be authenticated.

  • SigV4 — AWS Signature Version 4 signed Authorization header

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 POST. Each is listed below with its method, path, parameters, and response codes.

Scheduling Policies 5
POST
/v1/createschedulingpolicy
Create a scheduling policy
CreateSchedulingPolicy body → 200
POST
/v1/describeschedulingpolicies
Describe scheduling policies
DescribeSchedulingPolicies body → 200
POST
/v1/listschedulingpolicies
List scheduling policies
ListSchedulingPolicies body → 200
POST
/v1/updateschedulingpolicy
Update a scheduling policy
UpdateSchedulingPolicy body → 200
POST
/v1/deleteschedulingpolicy
Delete a scheduling policy
DeleteSchedulingPolicy body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aws-batch-scheduling-policies-api-openapi.yml Raw ↑

Other APIs AWS Batch publishes across the network.

AWS Batch API
AWS Batch Compute Environments API
AWS Batch Job Definitions API
AWS Batch Job Queues API
AWS Batch Jobs API
AWS Batch Tags API