Skip to main content

Create Prisma Access Config with Remote Networks (v2.0)

Create a Prisma Access configuration with remote networks and the security processing node.

Path Parameters
  • site_id string required

    The ID of the site.

Request Body
  • id string

    The ID of the prisma access configs.

  • remote_networks RemoteNetwork[]

    The details of the prisma access configuration remote networks.

  • Array [
  • remote_network_names string[]

    The names of the remote networks.

  • spn_name string required

    The SPN (Security Processing Name) of the prisma access config.

  • ]
  • site_id string required

    The site ID of the prisma access configs.

Responses

Successful operation


Schema
  • id string

    The ID of the prisma access configs.

  • remote_networks RemoteNetwork[]

    The details of the prisma access configuration remote networks.

  • Array [
  • remote_network_names string[]

    The names of the remote networks.

  • spn_name string required

    The SPN (Security Processing Name) of the prisma access config.

  • ]
  • site_id string required

    The site ID of the prisma access configs.

Loading...