Returns the specified application profile tier resolved values
GET/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
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
resolved
object
Application tier resolved macro values map
property name*string
{
"resolved": {}
}
Loading...