System Administration >
Configuration
>
Fabric
>
Nodes
>
NSX Edge
>
Services
>
Ipsecvpn Service
Update NSX Edge Ipsec VPN service properties
Request:
Method:
PUT
URI Path(s):
/api/v1/transport-nodes/<transport-node-id>/node/services/ipsecvpn
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
EdgeNodeServiceLoggingProperties
+
EdgeNodeServiceLoggingProperties
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
service_name
Service name
string
Required
service_properties
Example Request:
PUT https://<ip>/api/v1/node/services/ipsecvpn { "service_name": "ipsecvpn", "service_properties": { "logging_level": "DEBUG" } }
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EdgeNodeServiceLoggingProperties
+
EdgeNodeServiceLoggingProperties
(
schema
)
Name
Description
Type
Notes
_links
References related to this resource
The server will populate this field when returing the resource. Ignored on PUT and POST.
array of
ResourceLink
Readonly
_schema
Schema for this resource
string
Readonly
_self
Link to this resource
SelfResourceLink
Readonly
service_name
Service name
string
Required
service_properties
Example Response:
{ "_schema": "EdgeNodeServiceLoggingProperties", "_self": { "href": "/node/services/ipsecvpn", "rel": "self" }, "service_name": "ipsecvpn", "service_properties": { "logging_level": "DEBUG" } }
Required Permissions:
crud
Feature:
system_administration
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable