Retrieves a list of macros
GET/v1/clusterprofiles/macros
Retrieves a list of macros
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
macros
undefined[]
namestring
valuestring
{
  "macros": [
    {
      "name": "string",
      "value": "string"
    }
  ]
}
Loading...