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 Compute Environments API

The Compute Environments API from AWS Batch — 4 operation(s) for compute environments.

AWS Batch Compute Environments 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 Compute Environments. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 4 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.

4 operations 4 paths 0 schemas 4 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 Compute Environments 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 4

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

Compute Environments 4
POST
/v1/createcomputeenvironment
Create a compute environment
CreateComputeEnvironment body → 200
POST
/v1/describecomputeenvironments
Describe compute environments
DescribeComputeEnvironments body → 200
POST
/v1/updatecomputeenvironment
Update a compute environment
UpdateComputeEnvironment body → 200
POST
/v1/deletecomputeenvironment
Delete a compute environment
DeleteComputeEnvironment body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aws-batch-compute-environments-api-openapi.yml Raw ↑

Other APIs AWS Batch publishes across the network.

AWS Batch API
AWS Batch Job Definitions API
AWS Batch Job Queues API
AWS Batch Jobs API
AWS Batch Scheduling Policies API
AWS Batch Tags API