Skip to main content

Create User ID Agent (v2.0)

POST 

/sdwan/v2.0/api/useridagents

Create an user ID agent.

Request

Body

Details of the User ID Agent

    authentication UserIDAgentAuthentication

    The user ID agent authentication details.

    collector_name string

    Collector Name

    collector_secret string

    Collector Secret

    collector_secret_encrypted string

    Collector Secret Encrypted

    local_certificate string

    Local Certificate

    local_private_key string

    Local Private Key

    passphrase string

    Passphrase

    remote_ca_certificate string

    Remote Ca Certificate

    description

    The user ID agent description.

    enabled boolean

    The user ID agent enabled.

    id string

    The ID.

    name stringrequired

    The user ID agent name.

    port int32required

    The user agent port range. Must be between 1 - 65535.

    server_fqdn string

    The server fqdn.

    server_ip string

    The user agent server IP.

    site_id stringrequired

    The site ID.

    source_interface string

    The user agent server source interface.

    tags string[]

    An information field that can be added to identify the user agent. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    authentication UserIDAgentAuthentication

    The user ID agent authentication details.

    collector_name string

    Collector Name

    collector_secret string

    Collector Secret

    collector_secret_encrypted string

    Collector Secret Encrypted

    local_certificate string

    Local Certificate

    local_private_key string

    Local Private Key

    passphrase string

    Passphrase

    remote_ca_certificate string

    Remote Ca Certificate

    description

    The user ID agent description.

    enabled boolean

    The user ID agent enabled.

    id string

    The ID.

    name stringrequired

    The user ID agent name.

    port int32required

    The user agent port range. Must be between 1 - 65535.

    server_fqdn string

    The server fqdn.

    server_ip string

    The user agent server IP.

    site_id stringrequired

    The site ID.

    source_interface string

    The user agent server source interface.

    tags string[]

    An information field that can be added to identify the user agent. Maximum 10 unique tags of length 1024 each are allowed.

Loading...