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
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
resolved
object
Application tier resolved macro values map
property name*string
{
"resolved": {}
}
Loading...