Authorization: Bearer ********************
{
"status": 200,
"message": "Get tags success",
"error": null,
"data": {
"total": 2,
"tags": [
{
"id": "bea8782e-de99-46ac-b3c1-70dd8408728f",
"key": "tagging2",
"value": "123457!@#$%&*abc",
"color": "#e7a600",
"tenant_org_id": "59409b9c-a19d-4b84-abae-aff8de042ded",
"created_by": "6c73d2db-5782-4373-a766-a190a2748858",
"updated_by": "6c73d2db-5782-4373-a766-a190a2748858",
"created_at": "2024-05-17T15:57:14",
"updated_at": "2024-05-20T08:32:00",
"is_deleted": false
},
{
"id": "fafa0f17-6743-4ed4-8e05-376097954039",
"key": "tagging1",
"value": null,
"color": "#db4646",
"tenant_org_id": "59409b9c-a19d-4b84-abae-aff8de042ded",
"created_by": "6c73d2db-5782-4373-a766-a190a2748858",
"updated_by": null,
"created_at": "2024-05-17T15:56:49",
"updated_at": null,
"is_deleted": false
}
]
}
}
curl --location --request GET '/api/v1/vmware/vpc//tags?available_tags=true' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 200,
"message": "Get tags success",
"error": null,
"data": {
"total": 2,
"tags": [
{
"id": "bea8782e-de99-46ac-b3c1-70dd8408728f",
"key": "tagging2",
"value": "123457!@#$%&*abc",
"color": "#e7a600",
"tenant_org_id": "59409b9c-a19d-4b84-abae-aff8de042ded",
"created_by": "6c73d2db-5782-4373-a766-a190a2748858",
"updated_by": "6c73d2db-5782-4373-a766-a190a2748858",
"created_at": "2024-05-17T15:57:14",
"updated_at": "2024-05-20T08:32:00",
"is_deleted": false
},
{
"id": "fafa0f17-6743-4ed4-8e05-376097954039",
"key": "tagging1",
"value": null,
"color": "#db4646",
"tenant_org_id": "59409b9c-a19d-4b84-abae-aff8de042ded",
"created_by": "6c73d2db-5782-4373-a766-a190a2748858",
"updated_by": null,
"created_at": "2024-05-17T15:56:49",
"updated_at": null,
"is_deleted": false
}
]
}
}'
{}