Get User ID Agent (v2.0)
GET/sdwan/v2.0/api/useridagents/:id
Get an user ID agent.
Request
Path Parameters
id stringrequired
The user agent ID.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
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.
{
"authentication": {
"collector_name": "string",
"collector_secret": "string",
"collector_secret_encrypted": "string",
"local_certificate": "string",
"local_private_key": "string",
"passphrase": "string",
"remote_ca_certificate": "string"
},
"enabled": true,
"id": "string",
"name": "string",
"port": 0,
"server_fqdn": "string",
"server_ip": "string",
"site_id": "string",
"source_interface": "string",
"tags": [
"string"
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INVALID_JSON_EXTRA_ATTRIBUTE"
}
]
}
}
Loading...