M2A Compute Internal API (jenkins)

Download OpenAPI specification:Download

Endpoints to perform CRUD (create, read, update, delete) operations on compute-resources.

M2A Computer Public API

Create and delete compute resources to run custom pre-defined services.

Get Health Status

Authorizations:
public

Responses

Response samples

Content type
application/json
{
  • "status": "string",
  • "api-version": "string",
  • "build-version": "string"
}

Get Compute Resource

Authorizations:
http_security_schema
path Parameters
compute_resource_id
required
string
query Parameters
owner
required
string <uuid>
header Parameters
accept
string
Value: "application/vnd.api+json"

Content type (expressed as MIME types) the client is able to understand.

Content-Type
string
Value: "application/vnd.api+json"

The original media type of the resource.

Responses

Response samples

Content type
application/vnd.api+json
{
  • "data": {
    }
}