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

Kion Custom Variables API

Manage custom variables and overrides

Kion Custom Variables API is one of 25 APIs that Kion publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 16 JSON Schema definitions.

Tagged areas include Custom Variables. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 16 JSON Schemas.

This API exposes 10 operations across 4 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 3.10.0.

Requests are made against a single base URL, https://{kion-instance}/api/v3.

10 operations 4 paths 5 schemas 2 DELETE4 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.10.0
Base URL
https://{kion-instance}/api/v3
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kion Custom Variables API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Kion App API Key. Generate in Kion under your user profile settings. Use in the Authorization header as: Bearer YOURAPIKEY

Paths & Operations 10

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

Custom Variables 10

Manage custom variables and overrides

GET
/custom-variable
Kion List custom variables
listCustomVariables → 200401
POST
/custom-variable
Kion Create a custom variable
createCustomVariable body → 201401
GET
/custom-variable/{id}
Kion Get a custom variable
getCustomVariable 1 param → 200401404
PATCH
/custom-variable/{id}
Kion Update a custom variable
updateCustomVariable 1 param body → 200401404
DELETE
/custom-variable/{id}
Kion Delete a custom variable
deleteCustomVariable 1 param → 204401404
GET
/custom-variable-override
Kion List custom variable overrides
listCustomVariableOverrides → 200401
POST
/custom-variable-override
Kion Create a custom variable override
createCustomVariableOverride body → 201401
GET
/custom-variable-override/{id}
Kion Get a custom variable override
getCustomVariableOverride 1 param → 200401404
PATCH
/custom-variable-override/{id}
Kion Update a custom variable override
updateCustomVariableOverride 1 param body → 200401404
DELETE
/custom-variable-override/{id}
Kion Delete a custom variable override
deleteCustomVariableOverride 1 param → 204401404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are CustomVariable (6 properties), CustomVariableUpdate (4 properties), CustomVariableCreate (4 properties), CustomVariableOverrideCreate (4 properties). Each schema is shown below with its type and property counts.

CustomVariableOverrideCreate
object
4 properties 2 required
CustomVariableCreate
object
4 properties 2 required
CustomVariable
object
6 properties
CustomVariableOverrideUpdate
object
1 property
CustomVariableUpdate
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kion-custom-variables-api-openapi.yml Raw ↑

Other APIs Kion publishes across the network.

Kion Accounts API
Kion App Configuration API
Kion Azure ARM Templates API
Kion Azure Policies API
Kion Azure Roles API
Kion Cloud Access Roles API
Kion Cloud Rules API
Kion CloudFormation Templates API
Kion Compliance Checks API
Kion Compliance Standards API
Kion Enforcements API
Kion Funding Sources API