Cisco Meraki v0.4.4 published on Wednesday, Oct 22, 2025 by Pulumi
meraki.networks.getPiiRequests
Example Usage
Using getPiiRequests
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPiiRequests(args: GetPiiRequestsArgs, opts?: InvokeOptions): Promise<GetPiiRequestsResult>
function getPiiRequestsOutput(args: GetPiiRequestsOutputArgs, opts?: InvokeOptions): Output<GetPiiRequestsResult>def get_pii_requests(network_id: Optional[str] = None,
                     request_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPiiRequestsResult
def get_pii_requests_output(network_id: Optional[pulumi.Input[str]] = None,
                     request_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetPiiRequestsResult]func GetPiiRequests(ctx *Context, args *GetPiiRequestsArgs, opts ...InvokeOption) (*GetPiiRequestsResult, error)
func GetPiiRequestsOutput(ctx *Context, args *GetPiiRequestsOutputArgs, opts ...InvokeOption) GetPiiRequestsResultOutput> Note: This function is named GetPiiRequests in the Go SDK.
public static class GetPiiRequests 
{
    public static Task<GetPiiRequestsResult> InvokeAsync(GetPiiRequestsArgs args, InvokeOptions? opts = null)
    public static Output<GetPiiRequestsResult> Invoke(GetPiiRequestsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPiiRequestsResult> getPiiRequests(GetPiiRequestsArgs args, InvokeOptions options)
public static Output<GetPiiRequestsResult> getPiiRequests(GetPiiRequestsArgs args, InvokeOptions options)
fn::invoke:
  function: meraki:networks/getPiiRequests:getPiiRequests
  arguments:
    # arguments dictionaryThe following arguments are supported:
- network_id str
- networkId path parameter. Network ID
- request_id str
- requestId path parameter. Request ID
getPiiRequests Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetPii Requests Item 
- Items
List<GetPii Requests Item> 
- Array of ResponseNetworksGetNetworkPiiRequests
- NetworkId string
- networkId path parameter. Network ID
- RequestId string
- requestId path parameter. Request ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetPii Requests Item 
- Items
[]GetPii Requests Item 
- Array of ResponseNetworksGetNetworkPiiRequests
- NetworkId string
- networkId path parameter. Network ID
- RequestId string
- requestId path parameter. Request ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
GetPii Requests Item 
- items
List<GetPii Requests Item> 
- Array of ResponseNetworksGetNetworkPiiRequests
- networkId String
- networkId path parameter. Network ID
- requestId String
- requestId path parameter. Request ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
GetPii Requests Item 
- items
GetPii Requests Item[] 
- Array of ResponseNetworksGetNetworkPiiRequests
- networkId string
- networkId path parameter. Network ID
- requestId string
- requestId path parameter. Request ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
GetPii Requests Item 
- items
Sequence[GetPii Requests Item] 
- Array of ResponseNetworksGetNetworkPiiRequests
- network_id str
- networkId path parameter. Network ID
- request_id str
- requestId path parameter. Request ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- items List<Property Map>
- Array of ResponseNetworksGetNetworkPiiRequests
- networkId String
- networkId path parameter. Network ID
- requestId String
- requestId path parameter. Request ID
Supporting Types
GetPiiRequestsItem   
- CompletedAt int
- The request's completion time
- CreatedAt int
- The request's creation time
- Datasets string
- The stringified array of datasets related to the provided key that should be deleted.
- Id string
- The network or organization identifier
- Mac string
- The MAC address of the PII request
- NetworkId string
- The network identifier
- OrganizationWide bool
- If the data returned is organization-wide. False indicates the data is network-wide.
- Status string
- The status of the PII request
- Type string
- The type of PII request
- CompletedAt int
- The request's completion time
- CreatedAt int
- The request's creation time
- Datasets string
- The stringified array of datasets related to the provided key that should be deleted.
- Id string
- The network or organization identifier
- Mac string
- The MAC address of the PII request
- NetworkId string
- The network identifier
- OrganizationWide bool
- If the data returned is organization-wide. False indicates the data is network-wide.
- Status string
- The status of the PII request
- Type string
- The type of PII request
- completedAt Integer
- The request's completion time
- createdAt Integer
- The request's creation time
- datasets String
- The stringified array of datasets related to the provided key that should be deleted.
- id String
- The network or organization identifier
- mac String
- The MAC address of the PII request
- networkId String
- The network identifier
- organizationWide Boolean
- If the data returned is organization-wide. False indicates the data is network-wide.
- status String
- The status of the PII request
- type String
- The type of PII request
- completedAt number
- The request's completion time
- createdAt number
- The request's creation time
- datasets string
- The stringified array of datasets related to the provided key that should be deleted.
- id string
- The network or organization identifier
- mac string
- The MAC address of the PII request
- networkId string
- The network identifier
- organizationWide boolean
- If the data returned is organization-wide. False indicates the data is network-wide.
- status string
- The status of the PII request
- type string
- The type of PII request
- completed_at int
- The request's completion time
- created_at int
- The request's creation time
- datasets str
- The stringified array of datasets related to the provided key that should be deleted.
- id str
- The network or organization identifier
- mac str
- The MAC address of the PII request
- network_id str
- The network identifier
- organization_wide bool
- If the data returned is organization-wide. False indicates the data is network-wide.
- status str
- The status of the PII request
- type str
- The type of PII request
- completedAt Number
- The request's completion time
- createdAt Number
- The request's creation time
- datasets String
- The stringified array of datasets related to the provided key that should be deleted.
- id String
- The network or organization identifier
- mac String
- The MAC address of the PII request
- networkId String
- The network identifier
- organizationWide Boolean
- If the data returned is organization-wide. False indicates the data is network-wide.
- status String
- The status of the PII request
- type String
- The type of PII request
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the merakiTerraform Provider.
 
