Reads an event
GET
/accounts/{account_id}/cloudforce-one/events/{event_id} https://api.cloudflare.com/client/v4
Parameters
path Path Parameters
| Name | Type |
|---|---|
account_id
required
Account ID. | number |
event_id
required
Event UUID. | string |
Responses
200 application/json
Returns an event.
{
attacker: string;
attackerCountry: string;
category: string;
date: string;
event: string;
indicatorType: string;
insight?: string;
killChain: number;
mitreAttack: string[];
numReferenced: number;
numReferences: number;
referenced: string[];
referencedIds: number[];
references: string[];
referencesIds: number[];
tags: string[];
targetCountry: string;
targetIndustry: string;
tlp: string;
uuid: string;
}
attacker: string;
attackerCountry: string;
category: string;
date: string;
event: string;
indicatorType: string;
insight?: string;
killChain: number;
mitreAttack: string[];
numReferenced: number;
numReferences: number;
referenced: string[];
referencedIds: number[];
references: string[];
referencesIds: number[];
tags: string[];
targetCountry: string;
targetIndustry: string;
tlp: string;
uuid: string;
}
Client Errors
400 application/json
Bad Request.
{ errors: { message: string; }[];result: {};success: boolean; }