Tag Keys

List all tag keys matching the given key, if key is empty it will return all tag keys

get
Authorizations
Query parameters
keystringOptionalDefault: ""
Responses
200
OK
*/*
get
GET /itcare/compute/tag-keys HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "tagKey": "text",
    "tagValue": "text"
  }
]

Last updated