{
"data": {
"selector": {
"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
}
}
}
Retrieves an asset group tag selector by ID
{
"data": {
"selector": {
"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
}
}
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
ID of the asset_group_tag to update a selector on
Selector ID
OK
The response is of type object
.