Skip to main content

palo_alto_networks_cloudngfw_operations

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

Overview

Namepalo_alto_networks_cloudngfw_operations
TypeResource
Idazure_isv.paloaltonetworksngfw.palo_alto_networks_cloudngfw_operations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
create_product_serial_numberinsertsubscription_idcreate_product_serial_number.
list_cloud_manager_tenantsexecsubscription_idlist_cloud_manager_tenants.
list_product_serial_number_statusexecsubscription_idlist_product_serial_number_status.
list_support_infoexecsubscription_idlist_support_info.

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
subscription_idstring

INSERT examples

create_product_serial_number.

INSERT INTO azure_isv.paloaltonetworksngfw.palo_alto_networks_cloudngfw_operations (
subscription_id
)
SELECT
'{{ subscription_id }}'
RETURNING
status
;

Lifecycle Methods

list_cloud_manager_tenants.

EXEC azure_isv.paloaltonetworksngfw.palo_alto_networks_cloudngfw_operations.list_cloud_manager_tenants 
@subscription_id='{{ subscription_id }}' --required
;