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
The following fields are returned by SELECT
queries:
- list
The request has succeeded.
Name | Datatype | Description |
---|---|---|
accountId | string | Support account associated with given resource |
accountRegistrationStatus | string | account registered in Customer Support Portal |
credits | integer (int32) | credits purchased, unit per hour |
endDateForCredits | string | date in format yyyy-mm-dd |
freeTrial | string | Product usage is in free trial period |
freeTrialCreditLeft | integer (int32) | Free trial credit remaining |
freeTrialDaysLeft | integer (int32) | Free trial days remaining |
helpURL | string | URL for paloaltonetworks live community |
hubUrl | string | URL for Strata Cloud Manager |
monthlyCreditLeft | integer (int32) | 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
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | subscriptionId |
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.
Name | Datatype | Description |
---|---|---|
subscriptionId | string | The ID of the target subscription. |
SELECT
examples
- list
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
;