Skip to main content

palo_alto_networks_cloudngfw_support_info

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

Overview

Namepalo_alto_networks_cloudngfw_support_info
TypeResource
Idazure_isv.paloalto.palo_alto_networks_cloudngfw_support_info

Fields

NameDatatypeDescription
accountIdstringSupport account associated with given resource
accountRegistrationStatusstringRegistration status
creditsintegercredits purchased, unit per hour
endDateForCreditsstringdate in format yyyy-mm-dd
freeTrialstringEnable status
freeTrialCreditLeftintegerFree trial credit remaining
freeTrialDaysLeftintegerFree trial days remaining
helpURLstringURL for paloaltonetworks live community
hubUrlstringURL for Strata Cloud Manager
monthlyCreditLeftintegermonthly credit is computed as credits * days in calendar month
productSerialstringproduct Serial associated with given resource
productSkustringproduct SKU associated with given resource
registerURLstringURL for registering product in paloaltonetworks Customer Service Portal
startDateForCreditsstringdate in format yyyy-mm-dd
supportURLstringURL for paloaltonetworks Customer Service Portal

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionId

SELECT examples

SELECT
accountId,
accountRegistrationStatus,
credits,
endDateForCredits,
freeTrial,
freeTrialCreditLeft,
freeTrialDaysLeft,
helpURL,
hubUrl,
monthlyCreditLeft,
productSerial,
productSku,
registerURL,
startDateForCredits,
supportURL
FROM azure_isv.paloalto.palo_alto_networks_cloudngfw_support_info
WHERE subscriptionId = '{{ subscriptionId }}';