Resource Center/Network Service/Network Service Operations/IPsec Operations
PUTIPsec OperationsSince 4.5.0SynchronousAuth Required
ReconnectIPsecConnection
ReconnectIPsecConnection
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
systemTagsListOptional. The system tag.
userTagsListOptional. The user tag.
Responses
Endpoint
PUT/zstack/v1/ipsec/{uuid}/actions
/zstack/v1/ipsec/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/ipsec/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "name": "Test-IPSec", "description": "desc info ", "peerAddress": "100.64.10.10", "authKey": "auth", "vipUuid": "37c2aa27aff4338abb41fb5bdaa90f77", "status": "Connecting", "ikeLifeTime": 0.0, "lifeTime": 0.0, "peerCidrs": [ { "uuid": "0cf06fba80743d09bb31845d0b187197", "cidr": "192.168.100.0/24", "connectionUuid": "654dedd65de8345cae7042a375451146", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM" } ], "l3NetworkRefs": [ {} ] } }Change History
This API has no change history records yet.
