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 appProfiles API

The appProfiles API from Spectro Cloud — 11 operation(s) for appprofiles.

Spectro Cloud appProfiles 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 20 operations across 11 paths, and defines 36 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.

20 operations 11 paths 36 schemas 3 DELETE7 GET2 PATCH5 POST3 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 appProfiles 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 20

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

appProfiles 20
POST
/v1/appProfiles
Creates a application profile
v1AppProfilesCreate 1 param body → 201
GET
/v1/appProfiles/macros
Retrieves a list of application profile macros
v1AppProfilesMacrosList 1 param → 200
DELETE
/v1/appProfiles/{uid}
Deletes the specified application profile
v1AppProfilesUidDelete 2 params → 204
GET
/v1/appProfiles/{uid}
Returns the specified application profile
v1AppProfilesUidGet 2 params → 200
PUT
/v1/appProfiles/{uid}
Updates the specified application profile
v1AppProfilesUidUpdate 2 params body → 204
POST
/v1/appProfiles/{uid}/clone
Clones the specified application profile
v1AppProfilesUidClone 2 params body → 201
POST
/v1/appProfiles/{uid}/clone/validate
Validates the specified application profile clone
v1AppProfilesUidCloneValidate 2 params body → 204
PATCH
/v1/appProfiles/{uid}/metadata
Updates the specified application profile metadata
v1AppProfilesUidMetadataUpdate 2 params body → 204
GET
/v1/appProfiles/{uid}/tiers
Retrieves a list of tiers of the specified application profile
v1AppProfilesUidTiersGet 2 params → 200
PATCH
/v1/appProfiles/{uid}/tiers
Updates app tier of the specified application profile
v1AppProfilesUidTiersPatch 2 params body → 201
POST
/v1/appProfiles/{uid}/tiers
Adds tier to the specified application profile
v1AppProfilesUidTiersCreate 2 params body → 201
DELETE
/v1/appProfiles/{uid}/tiers/{tierUid}
Deletes the specified application profile tier
v1AppProfilesUidTiersUidDelete 3 params → 204
GET
/v1/appProfiles/{uid}/tiers/{tierUid}
Returns the specified application profile tier information
v1AppProfilesUidTiersUidGet 3 params → 200
PUT
/v1/appProfiles/{uid}/tiers/{tierUid}
Updates the specified application profile tier
v1AppProfilesUidTiersUidUpdate 3 params body → 204
GET
/v1/appProfiles/{uid}/tiers/{tierUid}/manifests
Retrieves a list of manifests of the specified application profile tier
v1AppProfilesUidTiersUidManifestsGet 3 params → 200
POST
/v1/appProfiles/{uid}/tiers/{tierUid}/manifests
Adds manifest to the specified application profile tier
v1AppProfilesUidTiersUidManifestsCreate 3 params body → 201
DELETE
/v1/appProfiles/{uid}/tiers/{tierUid}/manifests/{manifestUid}
Deletes the specified application profile tier manifest
v1AppProfilesUidTiersUidManifestsUidDelete 4 params → 204
GET
/v1/appProfiles/{uid}/tiers/{tierUid}/manifests/{manifestUid}
Returns the specified application profile tier manifest information
v1AppProfilesUidTiersUidManifestsUidGet 4 params → 200
PUT
/v1/appProfiles/{uid}/tiers/{tierUid}/manifests/{manifestUid}
Updates the specified application profile tier manifest information
v1AppProfilesUidTiersUidManifestsUidUpdate 4 params body → 204
GET
/v1/appProfiles/{uid}/tiers/{tierUid}/resolvedValues
Returns the specified application profile tier resolved values
v1AppProfilesUidTiersUidResolvedValuesGet 3 params → 200

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are v1AppTierEntity (10 properties), v1AppTierSpec (9 properties), v1AppTierUpdateEntity (7 properties), v1ObjectMeta (7 properties). Each schema is shown below with its type and property counts.

v1AppTierUpdateEntity
object
Application tier update request payload
7 properties
v1AppProfileCloneTarget
object
Application profile clone target
1 property
v1ObjectMeta
object
ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.
7 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…
v1ManifestPublishedSpec
object
Manifest spec
1 property
v1AppProfileCloneEntity
object
Application profile clone request payload
1 property
v1Macro
object
2 properties
v1Uid
object
1 property 1 required
v1AppTierEntity
object
Application tier request payload
10 properties 1 required
v1AppProfileEntity
object
Application profile request payload
2 properties
v1Manifest
object
Manifest object
2 properties
v1AppProfileTemplateEntity
object
Application profile template spec
1 property
v1AppTierManifests
object
Application tier manifests data
1 property
v1ObjectMetaInputEntity
object
ObjectMeta input entity for object creation
3 properties
v1AppTierResolvedValues
object
Application tier resolved macro values
1 property
v1AppProfileTiers
object
Application profile tiers information
2 properties
v1AppProfileVersion
object
Application profile version
2 properties
v1ManifestRefUpdateEntity
object
Manifest update request payload
3 properties 1 required
v1ManifestData
object
Published manifest object
2 properties
v1AppTierSpec
object
Application tier specs
9 properties
v1AppProfileMetaEntity
object
Application profile metadata request payload
2 properties 1 required
v1AppProfileMetaUpdateEntity
object
Application profile metadata update request payload
2 properties
v1AppTierProperty
object
Application tier property object
4 properties
v1AppTierType
string
v1AppProfileTiersSpec
object
Application profile tiers information
1 property
v1AppProfileCloneMetaInputEntity
object
Application profile clone metadata
3 properties 1 required
v1AppProfile
object
Application profile response
3 properties
v1AppTier
object
2 properties
v1AppTierPatchEntity
object
Application tier patch request payload
2 properties
v1ObjectReference
object
ObjectReference contains enough information to let you inspect or modify the referred object.
3 properties
v1AppTierRef
object
Application tier reference
4 properties
v1AppProfileTemplate
object
Application profile template information
2 properties
v1AppTierPropertyEntity
object
Application tier property object
2 properties
v1ManifestInputEntity
object
Manifest request payload
2 properties
v1Macros
object
1 property
v1ObjectResReference
object
Object resource reference
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

spectro-cloud-appprofiles-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 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 clusterTemplates API
Spectro Cloud dashboard API
Where this information came from

This is an independent, third-party profile of Spectro Cloud appProfiles 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.