Properties
| Name | Type | Description |
|---|---|---|
| account_tag | string | The account tag that owns this sinkhole |
| created_on | string | The date and time when the sinkhole was created |
| id | object | |
| modified_on | string | The date and time when the sinkhole was last modified |
| name | object | |
| r2_bucket | string | The name of the R2 bucket to store results |
| r2_id | string | The id of the R2 instance |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/intel-sinkholes_sinkhole_item",
"title": "intel-sinkholes_sinkhole_item",
"example": {
"account_tag": "233f45e61fd1f7e21e1e154ede4q2859",
"created_on": "2023-05-12T12:21:56.777653Z",
"description": "user specified description 1",
"id": 1,
"modified_on": "2023-06-18T03:13:34.123321Z",
"name": "sinkhole_1",
"r2_bucket": "my_bucket",
"r2_id": "<r2_id>"
},
"properties": {
"account_tag": {
"description": "The account tag that owns this sinkhole",
"type": "string"
},
"created_on": {
"description": "The date and time when the sinkhole was created",
"format": "date-time",
"type": "string"
},
"id": {
"$ref": "#/components/schemas/intel-sinkholes_id"
},
"modified_on": {
"description": "The date and time when the sinkhole was last modified",
"format": "date-time",
"type": "string"
},
"name": {
"$ref": "#/components/schemas/intel-sinkholes_name"
},
"r2_bucket": {
"description": "The name of the R2 bucket to store results",
"type": "string"
},
"r2_id": {
"description": "The id of the R2 instance",
"type": "string"
}
}
}