Skip to main content

Create SASE Config (v3.0)

POST 

/v3.0/api/tenants/:tenant_id/prismasase_connections/configs

Create a new SASE connection config.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

    deployment_mode stringrequired

    The BGP route map deployment mode.

    id string

    The SASE connection global configuration ID.

    ipsec_profile IPSecProfilerequired

    The details of the IPSec profile.

    dpd_delay int32

    The DPD delay time in seconds (should be between 1-60 seconds) for IKEv1.

    dpd_enable boolean

    If DPD is enabled for the IPsec profile.

    esp_group ESPGroup

    The ESP group defined for the IPsec profile.

    lifetime int32

    The life time for the ESP Group. The default lifetime of an ESP Group is 24 hours.

    proposals Proposals[]required

    Information on the IPsec proposals. Proposals is a list of crypto parameters to be used to secure the ESP sessions between the ION device and the endpoint.

  • Array [
  • dh_groups stringrequired

    Possible values: [NONE, MODP768, MODP1024, MODP1536, MODP2048, MODP3072, MODP4096, MODP6144, MODP8192, MODP1024S160, MODP2048S224, MODP2048S256, ECP192, ECP224, ECP256, ECP384, ECP521, ECP224BP, ECP256BP, ECP384BP, ECP512BP, CURVE25519]

    The DH group values.

    encryption stringrequired

    Possible values: [NONE, AES128, AES192, AES256, AES128CTR, AES192CTR, AES256CTR, AES128CCM16, AES128CCM64, AES192CCM64, AES256CCM64, AES128CCM96, AES192CCM96, AES256CCM96, AES128CCM128, AES192CCM128, AES256CCM128, AES128GCM16, AES128GCM64, AES192GCM64, AES256GCM16, AES256GCM64, AES128GCM96, AES192GCM96, AES256GCM96, AES128GCM128, AES192GCM128, AES256GCM128, AES128GMAC, AES192GMAC, AES256GMAC, TRIPLEDES, BLOWFISH128, BLOWFISH192, BLOWFISH256, CAMELLIA128, CAMELLIA192, CAMELLIA256, SERPENT128, SERPENT192, SERPENT256, TWOFISH128, TWOFISH192, TWOFISH256]

    The encryption values.

    hash stringrequired

    Possible values: [MD5, SHA1, SHA256, SHA384, SHA512, SHA256_96, AESXCBC, AES128GMAC, AES192GMAC, AES256GMAC, NONE]

    The hash values.

  • ]
  • ike_group IKEGroup

    The IKE group defined on the IPsec profile.

    lifetime int32

    The life time for the IKE Group. The default lifetime of an IKE Group is 72 hours.

    proposals Proposals[]required

    Information on the IPsec proposals. Proposals is a list of crypto parameters to be used to secure the IKE sessions between the ION device and the endpoint.

  • Array [
  • dh_groups stringrequired

    Possible values: [NONE, MODP768, MODP1024, MODP1536, MODP2048, MODP3072, MODP4096, MODP6144, MODP8192, MODP1024S160, MODP2048S224, MODP2048S256, ECP192, ECP224, ECP256, ECP384, ECP521, ECP224BP, ECP256BP, ECP384BP, ECP512BP, CURVE25519]

    The DH group values.

    encryption stringrequired

    Possible values: [NONE, AES128, AES192, AES256, AES128CTR, AES192CTR, AES256CTR, AES128CCM16, AES128CCM64, AES192CCM64, AES256CCM64, AES128CCM96, AES192CCM96, AES256CCM96, AES128CCM128, AES192CCM128, AES256CCM128, AES128GCM16, AES128GCM64, AES192GCM64, AES256GCM16, AES256GCM64, AES128GCM96, AES192GCM96, AES256GCM96, AES128GCM128, AES192GCM128, AES256GCM128, AES128GMAC, AES192GMAC, AES256GMAC, TRIPLEDES, BLOWFISH128, BLOWFISH192, BLOWFISH256, CAMELLIA128, CAMELLIA192, CAMELLIA256, SERPENT128, SERPENT192, SERPENT256, TWOFISH128, TWOFISH192, TWOFISH256]

    The encryption values.

    hash stringrequired

    Possible values: [MD5, SHA1, SHA256, SHA384, SHA512, SHA256_96, AESXCBC, AES128GMAC, AES192GMAC, AES256GMAC, NONE]

    The hash values.

  • ]
  • prisma_sdwan_bgp_as_number stringrequired

    The Prisma SD-WAN BGP AS number.

    security_zone_id string

    The security zone ID.

    tunnel_cidr stringrequired

    The service link inner IP pool.

Responses

Successful Operation

Schema
    deployment_mode stringrequired

    Deployment Mode: Required(error = BGP_DEPLOYMENT_MODE_MISSING: Bgp route map deployment mode is missing.)

    id string

    Id

    ipsec_profile IPSecProfilerequired

    Ipsec Profile: Required(error = IPSEC_PROFILE_MISSING: IPSec Profile is missing.) Valid

    dpd_delay int32

    The DPD delay time in seconds (should be between 1-60 seconds) for IKEv1.

    dpd_enable boolean

    If DPD is enabled for the IPsec profile.

    esp_group ESPGroup

    The ESP group defined for the IPsec profile.

    lifetime int32

    The life time for the ESP Group. The default lifetime of an ESP Group is 24 hours.

    proposals Proposals[]required

    Information on the IPsec proposals. Proposals is a list of crypto parameters to be used to secure the ESP sessions between the ION device and the endpoint.

  • Array [
  • dh_groups stringrequired

    Possible values: [NONE, MODP768, MODP1024, MODP1536, MODP2048, MODP3072, MODP4096, MODP6144, MODP8192, MODP1024S160, MODP2048S224, MODP2048S256, ECP192, ECP224, ECP256, ECP384, ECP521, ECP224BP, ECP256BP, ECP384BP, ECP512BP, CURVE25519]

    The DH group values.

    encryption stringrequired

    Possible values: [NONE, AES128, AES192, AES256, AES128CTR, AES192CTR, AES256CTR, AES128CCM16, AES128CCM64, AES192CCM64, AES256CCM64, AES128CCM96, AES192CCM96, AES256CCM96, AES128CCM128, AES192CCM128, AES256CCM128, AES128GCM16, AES128GCM64, AES192GCM64, AES256GCM16, AES256GCM64, AES128GCM96, AES192GCM96, AES256GCM96, AES128GCM128, AES192GCM128, AES256GCM128, AES128GMAC, AES192GMAC, AES256GMAC, TRIPLEDES, BLOWFISH128, BLOWFISH192, BLOWFISH256, CAMELLIA128, CAMELLIA192, CAMELLIA256, SERPENT128, SERPENT192, SERPENT256, TWOFISH128, TWOFISH192, TWOFISH256]

    The encryption values.

    hash stringrequired

    Possible values: [MD5, SHA1, SHA256, SHA384, SHA512, SHA256_96, AESXCBC, AES128GMAC, AES192GMAC, AES256GMAC, NONE]

    The hash values.

  • ]
  • ike_group IKEGroup

    The IKE group defined on the IPsec profile.

    lifetime int32

    The life time for the IKE Group. The default lifetime of an IKE Group is 72 hours.

    proposals Proposals[]required

    Information on the IPsec proposals. Proposals is a list of crypto parameters to be used to secure the IKE sessions between the ION device and the endpoint.

  • Array [
  • dh_groups stringrequired

    Possible values: [NONE, MODP768, MODP1024, MODP1536, MODP2048, MODP3072, MODP4096, MODP6144, MODP8192, MODP1024S160, MODP2048S224, MODP2048S256, ECP192, ECP224, ECP256, ECP384, ECP521, ECP224BP, ECP256BP, ECP384BP, ECP512BP, CURVE25519]

    The DH group values.

    encryption stringrequired

    Possible values: [NONE, AES128, AES192, AES256, AES128CTR, AES192CTR, AES256CTR, AES128CCM16, AES128CCM64, AES192CCM64, AES256CCM64, AES128CCM96, AES192CCM96, AES256CCM96, AES128CCM128, AES192CCM128, AES256CCM128, AES128GCM16, AES128GCM64, AES192GCM64, AES256GCM16, AES256GCM64, AES128GCM96, AES192GCM96, AES256GCM96, AES128GCM128, AES192GCM128, AES256GCM128, AES128GMAC, AES192GMAC, AES256GMAC, TRIPLEDES, BLOWFISH128, BLOWFISH192, BLOWFISH256, CAMELLIA128, CAMELLIA192, CAMELLIA256, SERPENT128, SERPENT192, SERPENT256, TWOFISH128, TWOFISH192, TWOFISH256]

    The encryption values.

    hash stringrequired

    Possible values: [MD5, SHA1, SHA256, SHA384, SHA512, SHA256_96, AESXCBC, AES128GMAC, AES192GMAC, AES256GMAC, NONE]

    The hash values.

  • ]
  • prisma_sdwan_bgp_as_number stringrequired

    Prisma Sdwan Bgp As Number: Required(error = PRISMA_ACCESS_BGP_NUMBER_MISSING: Prisma access bgp number missing) Size(max = 256, error = LOCAL_AS_NUM_EXCEEDS_LIMIT: Local as number exceeds limit, min = 0)

    security_zone_id string

    Security Zone Id

    tunnel_cidr stringrequired

    Tunnel Cidr: Required(error = SERVICE_LINK_INNER_IP_POOL_MISSING: Service link inner ip pool missing) IPAddress(allowEmpty = true, allowLinkLocal = false, allowNull = true, bcast = DENY, defaultRoute = false, dnsCheck = false, error = SERVICE_LINK_INNER_IP_POOL_INVALID: Service link inner ip pool invalid, type = SERVICE_LINK_TUNNEL_IP)

Loading...