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

The following fields are returned by SELECT queries:

The request has succeeded.

NameDatatypeDescription
accountIdstringSupport account associated with given resource
accountRegistrationStatusstringaccount registered in Customer Support Portal
creditsinteger (int32)credits purchased, unit per hour
endDateForCreditsstringdate in format yyyy-mm-dd
freeTrialstringProduct usage is in free trial period
freeTrialCreditLeftinteger (int32)Free trial credit remaining
freeTrialDaysLeftinteger (int32)Free trial days remaining
helpURLstringURL for paloaltonetworks live community
hubUrlstringURL for Strata Cloud Manager
monthlyCreditLeftinteger (int32)monthly 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

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringThe ID of the target subscription.

SELECT examples

The request has succeeded.

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 }}' -- required
;