Skip to main content

vw_events_events

Creates, updates, deletes, gets or lists a vw_events_events resource.

Overview

Namevw_events_events
TypeView
Idazure.migrate_projects.vw_events_events

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.instanceType') as "instance_type",
JSON_EXTRACT(properties, '$.errorCode') as "error_code",
JSON_EXTRACT(properties, '$.errorMessage') as "error_message",
JSON_EXTRACT(properties, '$.recommendation') as "recommendation",
JSON_EXTRACT(properties, '$.possibleCauses') as "possible_causes",
JSON_EXTRACT(properties, '$.solution') as "solution",
JSON_EXTRACT(properties, '$.clientRequestId') as "client_request_id",
subscriptionId,
resourceGroupName,
migrateProjectName,
eventName
FROM azure.migrate_projects.events_events
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND migrateProjectName = 'replace-me' AND eventName = 'replace-me';