Returns the specified application profile tier resolved values
GEThttps://api.spectrocloud.com/v1/appProfiles/:uid/tiers/:tierUid/resolvedValues
Returns the specified application profile tier resolved values
Request
Path Parameters
uid stringrequired
Application profile uid
tierUid stringrequired
Application profile tier uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
resolved
object
{
"resolved": {}
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/appProfiles/:uid/tiers/:tierUid/resolvedValues' \
-H 'Accept: application/json'