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

Calyptia core_instance_check API

The core_instance_check API from Calyptia — 2 operation(s) for core_instance_check.

Calyptia core_instance_check API is one of 41 APIs that Calyptia publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include core_instance_check. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.0.4, at version 1.0.

Requests are made against 4 base URLs: https://cloud-api.calyptia.com, https://cloud-api-dev.calyptia.com, https://cloud-api-staging.calyptia.com, http://localhost:{port}.

5 operations 2 paths 6 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
1.0
Base URL
https://cloud-api.calyptia.com
Authentication
HTTP Bearer, API Key, OAuth 2.0
Contact
Terms of Service
Resource Areas
1

Authentication & Security 3

Calyptia core_instance_check API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (user). An API key is passed in the header as X-Project-Token (project). It supports OAuth 2.0 (auth0) using the clientCredentials and authorizationCode flows.

Paths & Operations 5

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

core_instance_check 5
POST
/v1/core_instances/{coreInstanceID}/checks
Create core instance check
createCoreInstanceCheck 1 param body → 201
GET
/v1/core_instances/{coreInstanceID}/checks
Core Instance checks
coreInstanceChecks 3 params → 200
GET
/v1/core_instance_checks/{checkID}
Core Instance check
coreInstanceCheck 1 param → 200
PATCH
/v1/core_instance_checks/{checkID}
Update core instance check
updateCoreInstanceCheck 1 param body → 204
DELETE
/v1/core_instance_checks/{checkID}
Delete core instance check
deleteCoreInstanceCheck 1 param → 204

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are CoreInstanceCheck (8 properties), UpdateCoreInstanceCheck (5 properties), CreateCoreInstanceCheck (5 properties), CreatedCoreInstanceCheck (2 properties). Each schema is shown below with its type and property counts.

CoreInstanceCheck
object
Core instance check model.
8 properties 8 required
CreatedCoreInstanceCheck
object
Created core instance check response body.
2 properties 2 required
CreateCoreInstanceCheck
object
Create core instance check request body.
5 properties 3 required
PipelinePortProtocol
string
Valid protocol types defined for a pipelines.
CheckStatus
string
The status of a check.
UpdateCoreInstanceCheck
object
Update a core instance check request body.
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

calyptia-core-instance-check-api-openapi.yml Raw ↑

Other APIs Calyptia publishes across the network.

Calyptia agent API
Calyptia agent_config API
Calyptia agent_error API
Calyptia aggregator API
Calyptia audit_log API
Calyptia aws_marketplace API
Calyptia cluster_object API
Calyptia cluster_object_regex API
Calyptia config_section API
Calyptia config_validator API
Calyptia config_validator_v2 API
Calyptia core_instance API