{
"data": {
"tags": [
{
"id": 123,
"type": 123,
"kind_id": 123,
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"position": {
"int32": 123,
"valid": true
},
"require_certify": {
"bool": true,
"valid": true
},
"analysis_enabled": {
"bool": true,
"valid": true
}
}
],
"selectors": [
{
"name": "<string>",
"description": "<string>",
"auto_certify": true,
"seeds": [
{
"type": 123,
"value": "<string>"
}
],
"id": 123,
"asset_group_tag_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"disabled_at": "2023-11-07T05:31:56Z",
"disabled_by": "<string>",
"is_default": true,
"allow_disable": true
}
],
"members": [
{
"id": 123,
"object_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {},
"source": 123
}
]
}
}
Supports searching by name on asset group tags and selectors, and by name or object ID on members.
{
"data": {
"tags": [
{
"id": 123,
"type": 123,
"kind_id": 123,
"name": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"position": {
"int32": 123,
"valid": true
},
"require_certify": {
"bool": true,
"valid": true
},
"analysis_enabled": {
"bool": true,
"valid": true
}
}
],
"selectors": [
{
"name": "<string>",
"description": "<string>",
"auto_certify": true,
"seeds": [
{
"type": 123,
"value": "<string>"
}
],
"id": 123,
"asset_group_tag_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"created_by": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"updated_by": "<string>",
"disabled_at": "2023-11-07T05:31:56Z",
"disabled_by": "<string>",
"is_default": true,
"allow_disable": true
}
],
"members": [
{
"id": 123,
"object_id": "<string>",
"primary_kind": "<string>",
"name": "<string>",
"properties": {},
"source": 123
}
]
}
}
Authorization: Bearer $JWT_TOKEN
The request body for searching asset group tags.
The body is of type object
.
OK
The response is of type object
.