Retrieves a list of application profile macros
GEThttps://api.spectrocloud.com/v1/appProfiles/macros
Retrieves a list of application profile macros
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
macros
undefined[]
{
"macros": [
{
"name": "string",
"value": "string"
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL