Skip to main content

Edit a service connection

PUT 

/sse/config/v1/service-connections/:id

Edit a service connection.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The service connection you want to edit

    backup_SC string
    bgp_peer object
    local_ip_address string
    local_ipv6_address string
    peer_ip_address string
    peer_ipv6_address string
    same_as_primary boolean
    secret string
    ipsec_tunnel stringrequired
    name stringrequired
    nat_pool string
    no_export_community string

    Possible values: [Disabled, Enabled-In, Enabled-Out, Enabled-Both]

    onboarding_type string

    Possible values: [classic]

    Default value: classic

    protocol object
    bgp object
    do_not_export_routes boolean
    enable boolean
    fast_failover boolean
    local_ip_address string
    originate_default_route boolean
    peer_as string
    peer_ip_address string
    secret string
    summarize_mobile_user_routes boolean
    qos object
    enable boolean
    qos_profile string
    region stringrequired
    secondary_ipsec_tunnel string
    source_nat boolean
    subnets string[]

Responses

Ok

Loading...