Anthropic Claude Modeling Rule

Modeling Rule

Anthropic Claude

Details

IDAnthropicClaude_ModelingRule
From Version8.15.0

Schema

anthropic_claude_raw

Field Type Array?
actor string
created_at string
id string
request_id string
request_method string
status_code string
type string
url string
{
    "anthropic_claude_raw": {
        "id": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "url": {
            "type": "string",
            "is_array": false
        },
        "actor": {
            "type": "string",
            "is_array": false
        },
        "status_code": {
            "type": "string",
            "is_array": false
        },
        "request_method": {
            "type": "string",
            "is_array": false
        },
        "request_id": {
            "type": "string",
            "is_array": false
        },
        "created_at": {
            "type": "string",
            "is_array": false
        }
    }
}