Skip to main content

vw_packet_captures

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

Overview

Namevw_packet_captures
TypeView
Idazure.mobile_network.vw_packet_captures

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.reason') as "reason",
JSON_EXTRACT(properties, '$.captureStartTime') as "capture_start_time",
JSON_EXTRACT(properties, '$.networkInterfaces') as "network_interfaces",
JSON_EXTRACT(properties, '$.bytesToCapturePerPacket') as "bytes_to_capture_per_packet",
JSON_EXTRACT(properties, '$.totalBytesPerSession') as "total_bytes_per_session",
JSON_EXTRACT(properties, '$.timeLimitInSeconds') as "time_limit_in_seconds",
JSON_EXTRACT(properties, '$.outputFiles') as "output_files",
subscriptionId,
resourceGroupName,
packetCoreControlPlaneName,
packetCaptureName
FROM azure.mobile_network.packet_captures
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND packetCoreControlPlaneName = 'replace-me';