How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Spectro Cloud clusterTemplates API

The clusterTemplates API from Spectro Cloud — 11 operation(s) for clustertemplates.

Spectro Cloud clusterTemplates API is one of 42 APIs that Spectro Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 12 operations across 11 paths, and defines 40 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://edge-host-ip:5080.

12 operations 11 paths 40 schemas 1 DELETE5 GET4 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.spectrocloud.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Spectro Cloud clusterTemplates API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Authorization).

  • Authorization — JWT authorization token obtained using /v1/users/default/login API

Paths & Operations 12

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

clusterTemplates 12
POST
/v1/clusterTemplates
Create a new cluster template
V1ClusterTemplatesCreate 1 param body → 201
PATCH
/v1/clusterTemplates/spectroclusters/{clusterUid}/variables
Update the specified cluster's template variables
V1ClusterTemplatesUidSpectroClustersUidVariablesPatch 2 params body → 204
GET
/v1/clusterTemplates/tags
Retrieves a list of cluster template tags
V1ClusterTemplatesTagsGet 1 param → 200
GET
/v1/clusterTemplates/validate/name
Validates the cluster template name
V1ClusterTemplatesValidateName 2 params → 204
DELETE
/v1/clusterTemplates/{uid}
Delete a cluster template by uid
V1ClusterTemplatesUidDelete 2 params → 204
GET
/v1/clusterTemplates/{uid}
Returns the specified cluster template
V1ClusterTemplatesUidGet 2 params → 200
PATCH
/v1/clusterTemplates/{uid}/metadata
Update the specified cluster template metadata
V1ClusterTemplatesUidMetadataUpdate 2 params body → 204
PATCH
/v1/clusterTemplates/{uid}/policies
Update the specified cluster template policies
V1ClusterTemplatesUidPoliciesUpdate 2 params body → 204
PUT
/v1/clusterTemplates/{uid}/profiles
Update the specified cluster template profiles
V1ClusterTemplatesUidProfilesUpdate 2 params body → 204
PATCH
/v1/clusterTemplates/{uid}/profiles/variables
Update variables for profiles in a cluster template
V1ClusterTemplatesUidProfilesVariablesPatch 2 params body → 204
GET
/v1/clusterTemplates/{uid}/profiles/{profileUid}/variables
Retrieve variables for a specific profile in a cluster template
V1ClusterTemplatesUidProfilesProfileUidVariablesGet 3 params → 200
GET
/v1/clusterTemplates/{uid}/spectroclusters/{clusterUid}/reconcile
Returns the cluster reconcile document for a specific cluster launched from a template
V1ClusterTemplatesUidClusterReconcileClusterUidGet 3 params → 200

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are v1Variable (12 properties), v1ObjectMeta (7 properties), v1ClusterReconcileStatus (5 properties), v1ClusterTemplateVariableClusterAssignment (5 properties). Each schema is shown below with its type and property counts.

v1ClusterTemplateStatus
object
Cluster template status
4 properties
v1ClusterTemplate
object
Cluster template entity information
3 properties
v1ClusterReconcile
object
Cluster reconcile document containing all reconciliation information
3 properties
v1ClusterVariableStatus
object
Cluster variable status counts categorized by resolution state
2 properties
v1ObjectMeta
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
7 properties
v1ClusterTemplateSpec
object
Cluster template specification
4 properties
v1ClusterVariableValue
object
Cluster along with specific variable value
2 properties
v1PolicyRef
object
Policy reference
2 properties
v1Time
string
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time pack…
v1VariableFormat
string
Format type of the variable value
v1ClusterTemplateEntitySpec
object
Cluster template specification
3 properties
v1ClusterTemplateProfileVariableWithClusters
object
Variable with cluster assignments
2 properties 2 required
v1Uid
object
1 property 1 required
v1ClusterTemplateProfileVariablesResponse
object
Response for retrieving variables for a specific profile in a cluster template
1 property
v1ClusterTemplateEntity
object
Cluster template entity information
2 properties
v1ClusterTemplateProfilesUpdateEntity
object
Cluster template profiles update entity
1 property 1 required
v1Variable
object
Unique variable field with schema definition
12 properties 1 required
v1ObjectMetaInputEntity
object
ObjectMeta input entity for object creation
3 properties
v1ClusterTemplateProfileVariables
object
Profile variables with grouped resolved and unresolved variables
3 properties 1 required
v1ClusterReconcileStatus
object
Cluster reconcile status
5 properties
v1ClusterTemplateMaintenanceStatus
object
Cluster template maintenance status
2 properties
v1ClusterTemplateProfileVariablesGroup
object
Profile with variables and cluster assignments
2 properties 2 required
v1ClusterTemplateVariable
object
Cluster template variable
4 properties
v1ClusterReconcileStatusCounts
object
Cluster reconcile metadata
1 property
v1ClusterTemplateTags
object
Cluster template tags response
1 property
v1ClusterTemplateProfile
object
Cluster template profile information
2 properties
v1ClusterTemplateProfileVariable
object
Cluster template profile information
2 properties
v1ClusterReconcileSpec
object
Cluster reconcile specification
1 property
v1ClusterVariableReconcileStatus
object
Cluster variable reconciliation status
1 property
v1ClusterTemplateVariablesUpdateEntity
object
Cluster template variables update entity
1 property 1 required
v1ClusterTemplatePoliciesUpdateEntity
object
Cluster template policies update entity
1 property 1 required
v1VariableOption
object
Option for dropdown variable input type
4 properties 1 required
v1ClusterTemplateSpcRef
object
Cluster template cluster reference
2 properties
v1ClusterTemplateProfilesVariablesBatchEntity
object
Cluster template profiles variables batch entity
1 property 1 required
v1ClusterReconcileLog
object
Cluster reconciliation log entry
4 properties
v1ClusterTemplateVariableClusterMapping
object
Variable with cluster assignments
2 properties 2 required
v1VariableInputType
string
Input type for the variable
v1ClusterTemplateVariableClusterAssignment
object
Cluster variable assignment information
5 properties 2 required
v1ObjectMetaInputEntitySchema
object
Resource metadata
1 property 1 required
v1SpectroClusterVariable
object
Variable with value which will be used within the packs of cluster profile
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

spectro-cloud-clustertemplates-api-openapi.yml Raw ↑

Other APIs Spectro Cloud publishes across the network.

Spectro Cloud activations API
Spectro Cloud apiKeys API
Spectro Cloud appDeployments API
Spectro Cloud appProfiles API
Spectro Cloud audits API
Spectro Cloud auth API
Spectro Cloud cloudaccounts API
Spectro Cloud cloudconfigs API
Spectro Cloud clouds API
Spectro Cloud clustergroups API
Spectro Cloud clusterprofiles API
Spectro Cloud dashboard API
Where this information came from

This is an independent, third-party profile of Spectro Cloud clusterTemplates API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.