Merge "api-ref: Update local_id configuration"
This commit is contained in:
@@ -2028,6 +2028,16 @@ local_ep_group_id_1:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
local_id:
|
||||||
|
description: |
|
||||||
|
An ID to be used instead of the external IP address for a virtual
|
||||||
|
router used in traffic between instances on different networks in
|
||||||
|
east-west traffic. Most often, local ID would be domain name, email
|
||||||
|
address, etc. If this is not configured then the external IP address
|
||||||
|
will be used as the ID.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
location:
|
location:
|
||||||
description: |
|
description: |
|
||||||
Full URL to a service or server.
|
Full URL to a service or server.
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ Request
|
|||||||
- dpd: dpd
|
- dpd: dpd
|
||||||
- timeout: timeout
|
- timeout: timeout
|
||||||
- action: action
|
- action: action
|
||||||
|
- local_id: local_id
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
---------------
|
---------------
|
||||||
@@ -219,6 +220,7 @@ Response Parameters
|
|||||||
- dpd: dpd
|
- dpd: dpd
|
||||||
- timeout: timeout
|
- timeout: timeout
|
||||||
- action: action
|
- action: action
|
||||||
|
- local_id: local_id
|
||||||
|
|
||||||
List IPSec connections
|
List IPSec connections
|
||||||
======================
|
======================
|
||||||
@@ -263,6 +265,7 @@ Response Parameters
|
|||||||
- dpd: dpd
|
- dpd: dpd
|
||||||
- timeout: timeout
|
- timeout: timeout
|
||||||
- action: action
|
- action: action
|
||||||
|
- local_id: local_id
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
----------------
|
----------------
|
||||||
@@ -318,6 +321,7 @@ Response Parameters
|
|||||||
- dpd: dpd
|
- dpd: dpd
|
||||||
- timeout: timeout
|
- timeout: timeout
|
||||||
- action: action
|
- action: action
|
||||||
|
- local_id: local_id
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
----------------
|
----------------
|
||||||
@@ -358,6 +362,7 @@ Request
|
|||||||
- peer_id: peer_id
|
- peer_id: peer_id
|
||||||
- name: name
|
- name: name
|
||||||
- connection_id: connection_id
|
- connection_id: connection_id
|
||||||
|
- local_id: local_id
|
||||||
|
|
||||||
Request Example
|
Request Example
|
||||||
---------------
|
---------------
|
||||||
@@ -395,6 +400,7 @@ Response Parameters
|
|||||||
- dpd: dpd
|
- dpd: dpd
|
||||||
- timeout: timeout
|
- timeout: timeout
|
||||||
- action: action
|
- action: action
|
||||||
|
- local_id: local_id
|
||||||
|
|
||||||
Response Example
|
Response Example
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user