@akamai/openapi-ts
    Preparing search index...

    Type Alias GetFirewallData

    type GetFirewallData = {
        body?: never;
        path: { firewallId: number };
        query?: never;
        url: "networking/firewalls/{firewallId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { firewallId: number }

    Type Declaration

    • firewallId: number

      ID of the Firewall to access.

    query?: never
    url: "networking/firewalls/{firewallId}"