Returns the specified application deployment tier manifest information
GEThttps://api.spectrocloud.com/v1/appDeployments/:uid/profile/tiers/:tierUid/manifests/:manifestUid
Returns the specified application deployment tier manifest information
Request
Path Parameters
uid stringrequired
Application deployment uid
tierUid stringrequired
Application deployment tier uid
manifestUid stringrequired
Application deployment tier manifest uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
metadata
object
spec
{
"metadata": {
"annotations": {},
"creationTimestamp": "2024-07-02T12:47:31.942Z",
"deletionTimestamp": "2024-07-02T12:47:31.942Z",
"labels": {},
"lastModifiedTimestamp": "2024-07-02T12:47:31.942Z",
"name": "string",
"uid": "string"
},
"spec": {
"published": {
"content": "string",
"digest": "string"
}
}
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/appDeployments/:uid/profile/tiers/:tierUid/manifests/:manifestUid' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'