Returns the associated profile's pack manifests of a specified cluster
GEThttps://api.spectrocloud.com/v1/spectroclusters/:uid/profiles/packs/manifests
Returns the associated profile's pack manifests of a specified cluster
Request
Path Parameters
uid stringrequired
Cluster uid
Query Parameters
includePackMeta string
Includes pack meta such as schema, presets
resolveMacros boolean
Resolve pack macro variables if set to true
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
profiles
object[]
required
{
"profiles": [
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-29T15:51:28.071Z",
"deletionTimestamp": "2024-07-29T15:51:28.071Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-29T15:51:28.071Z",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"selfLink": "string",
"uid": "string"
},
"spec": {
"packs": [
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-29T15:51:28.071Z",
"deletionTimestamp": "2024-07-29T15:51:28.071Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-29T15:51:28.071Z",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"selfLink": "string",
"uid": "string"
},
"spec": {
"addonType": "string",
"annotations": {},
"cloudTypes": [
"all"
],
"digest": "string",
"displayName": "string",
"eol": "string",
"group": "string",
"layer": "kernel",
"logoUrl": "string",
"manifests": [
{
"content": "string",
"name": "string",
"uid": "string"
}
],
"name": "string",
"presets": [
{
"add": "string",
"displayName": "string",
"group": "string",
"name": "string",
"remove": [
"string"
]
}
],
"registryUid": "string",
"schema": [
{
"format": "string",
"hints": [
"string"
],
"listOptions": [
"string"
],
"name": "string",
"readonly": true,
"regex": "string",
"required": true,
"type": "string"
}
],
"type": "spectro",
"values": "string",
"version": "string"
},
"status": {}
}
]
}
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/spectroclusters/:uid/profiles/packs/manifests' \
-H 'Accept: application/json'