Skip to main content

vw_tickets_no_subscriptions

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

Overview

Namevw_tickets_no_subscriptions
TypeView
Idazure.support.vw_tickets_no_subscriptions

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, '$.supportTicketId') as "support_ticket_id",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.problemClassificationId') as "problem_classification_id",
JSON_EXTRACT(properties, '$.problemClassificationDisplayName') as "problem_classification_display_name",
JSON_EXTRACT(properties, '$.severity') as "severity",
JSON_EXTRACT(properties, '$.enrollmentId') as "enrollment_id",
JSON_EXTRACT(properties, '$.require24X7Response') as "require24_x7_response",
JSON_EXTRACT(properties, '$.advancedDiagnosticConsent') as "advanced_diagnostic_consent",
JSON_EXTRACT(properties, '$.problemScopingQuestions') as "problem_scoping_questions",
JSON_EXTRACT(properties, '$.supportPlanId') as "support_plan_id",
JSON_EXTRACT(properties, '$.contactDetails') as "contact_details",
JSON_EXTRACT(properties, '$.serviceLevelAgreement') as "service_level_agreement",
JSON_EXTRACT(properties, '$.supportEngineer') as "support_engineer",
JSON_EXTRACT(properties, '$.supportPlanType') as "support_plan_type",
JSON_EXTRACT(properties, '$.supportPlanDisplayName') as "support_plan_display_name",
JSON_EXTRACT(properties, '$.title') as "title",
JSON_EXTRACT(properties, '$.problemStartTime') as "problem_start_time",
JSON_EXTRACT(properties, '$.serviceId') as "service_id",
JSON_EXTRACT(properties, '$.serviceDisplayName') as "service_display_name",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.createdDate') as "created_date",
JSON_EXTRACT(properties, '$.modifiedDate') as "modified_date",
JSON_EXTRACT(properties, '$.fileWorkspaceName') as "file_workspace_name",
JSON_EXTRACT(properties, '$.isTemporaryTicket') as "is_temporary_ticket",
JSON_EXTRACT(properties, '$.technicalTicketDetails') as "technical_ticket_details",
JSON_EXTRACT(properties, '$.quotaTicketDetails') as "quota_ticket_details",
JSON_EXTRACT(properties, '$.secondaryConsent') as "secondary_consent",
supportTicketName
FROM azure.support.tickets_no_subscriptions
WHERE supportTicketName = 'replace-me';