Virtual Tags API
GET/Virtual Tags
GET/Virtual Tags{
"accountId": "e6ad4c08-9ecd-4592-be61-7a13ad456259",
"requestId": "6e0f327e-9948-440b-b577-d0203aa374e9",
"virtualTags": [
{
"accountId": "e6ad4c08-9ecd-4592-be61-7a13ad456259",
"createdBy": "[email protected]",
"name": "Demo Feature cost",
"rules": [
{
"to": "demo",
"filters": {
"costCenter": "AWS",
"key": "f_inst_type",
"displayName": "Instance Type",
"operator": "oneOf",
"value": [
"a1.2xlarge",
"a1.large",
"a1.medium"
]
}
}
],
"createdAt": "Sun Sep 29 2024 08:20:37 GMT+0000 (Greenwich Mean Time)",
"updatedAt": "Tue Oct 29 2024 12:13:50 GMT+0000 (Greenwich Mean Time)",
"updatedBy": "[email protected]",
"id": "d8026cec-6d3b-4c54-87f7-6ea815aa3b89",
"defaultValue": "Untagged"
},
{
"accountId": "e6ad4c08-9ecd-4592-be61-7a13ad456259",
"createdBy": "[email protected]",
"name": "GO/Divisions",
"rules": [
{
"to": "California AW",
"filters": {
"OR": [
{
"costCenter": "AWS",
"key": "aws_account_name",
"displayName": "Account Name",
"operator": "is",
"value": "cc25606f77"
},
{
"costCenter": "Datadog",
"key": "organization",
"displayName": "Organization",
"operator": "is",
"value": "laminated-service"
},
{
"costCenter": "Kubernetes",
"key": "k8s_cluster",
"displayName": "k8s_cluster",
"operator": "oneOf",
"value": [
"aged-shepherd",
"each-bulwark",
"mad-band",
"mild-cleat"
]
}
]
}
}
],
"createdBy": "Abe Kogan",
"updatedBy": "[email protected]",
"createdAt": "Tue Oct 17 2023 18:08:17 GMT+0000 (Greenwich Mean Time)",
"updatedAt": "Fri Aug 16 2024 18:00:49 GMT+0000 (Greenwich Mean Time)",
"id": "4f816fc1-6b3a-4902-b6b5-9759ba5ca83c",
"defaultValue": "Untagged"
}
]
}
POST /Virtual Tag
POST /Virtual TagParameter
Type
Description
PUT/Virtual Tags
PUT/Virtual TagsParameter
Type
Description
Parameter
Type
Description
GET/Virtual Tag By ID
GET/Virtual Tag By IDParameter
Type
Description
DELETE/Virtual Tag
DELETE/Virtual TagParameter
Type
Description
Virtual Tags Objects
Field
Type
Description
Example Value
Supported Filters Operators
Operators
Values structure
Error Handling
Last updated
Was this helpful?