API ReferenceTags

List provider and virtual tag keys

GET
/api/v1/tags/keys

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

origin?|null
provider?|null
search?|null
start?|null
end?|null

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/tags/keys"
{
  "success": true,
  "timestamp": "2019-08-24T14:15:22Z",
  "data": [
    {
      "id": "string",
      "name": "string",
      "origin": "virtual",
      "description": "string",
      "providers": [
        "aws"
      ],
      "value_count": 0,
      "resource_count": 0,
      "spend": 0,
      "spend_share_pct": 0,
      "status": "active",
      "shares_provider_key": false,
      "values": [
        {
          "id": "string",
          "name": "string"
        }
      ]
    }
  ]
}
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  },
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  },
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  },
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  },
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  },
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "property1": null,
  "property2": null
}
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  },
  "timestamp": "2019-08-24T14:15:22Z"
}
{
  "success": false,
  "error": {
    "code": "string",
    "message": "string",
    "details": null
  },
  "timestamp": "2019-08-24T14:15:22Z"
}