palo_alto_networks_cloudngfw_product_serial_number_status
Creates, updates, deletes, gets or lists a palo_alto_networks_cloudngfw_product_serial_number_status resource.
Overview
| Name | palo_alto_networks_cloudngfw_product_serial_number_status |
| Type | Resource |
| Id | azure_isv.paloalto.palo_alto_networks_cloudngfw_product_serial_number_status |
Fields
The following fields are returned by SELECT queries:
- list
The request has succeeded.
| Name | Datatype | Description |
|---|---|---|
serialNumber | string | product Serial associated with given resource |
status | string | allocation status of the product serial number |
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
serialNumber,
status
FROM azure_isv.paloalto.palo_alto_networks_cloudngfw_product_serial_number_status
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;