Retrieves a list of edge hosts tags
GET/v1/edgehosts/tags
Retrieves a list of edge hosts tags
Request
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of edge hosts tags
- application/json
- Schema
- Example (from schema)
Schema
tagsstring[]
{
"tags": [
"string"
]
}
Loading...