palo_alto_networks_cloudngfw_support_info
Creates, updates, deletes, gets or lists a palo_alto_networks_cloudngfw_support_info
resource.
Overview
Name | palo_alto_networks_cloudngfw_support_info |
Type | Resource |
Id | azure_isv.paloalto.palo_alto_networks_cloudngfw_support_info |
Fields
Name | Datatype | Description |
---|---|---|
accountId | string | Support account associated with given resource |
accountRegistrationStatus | string | Registration status |
credits | integer | credits purchased, unit per hour |
endDateForCredits | string | date in format yyyy-mm-dd |
freeTrial | string | Enable status |
freeTrialCreditLeft | integer | Free trial credit remaining |
freeTrialDaysLeft | integer | Free trial days remaining |
helpURL | string | URL for paloaltonetworks live community |
hubUrl | string | URL for Strata Cloud Manager |
monthlyCreditLeft | integer | monthly credit is computed as credits * days in calendar month |
productSerial | string | product Serial associated with given resource |
productSku | string | product SKU associated with given resource |
registerURL | string | URL for registering product in paloaltonetworks Customer Service Portal |
startDateForCredits | string | date in format yyyy-mm-dd |
supportURL | string | URL for paloaltonetworks Customer Service Portal |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId |
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 }}';