NSX-T Data Center REST API
Create or update a ALBApplicationPersistenceProfile
If a ALBApplicationPersistenceProfile with the alb-ApplicationPersistenceProfile-id is notalready present, create a new ALBApplicationPersistenceProfile. If it already exists,
update the ALBApplicationPersistenceProfile. This is a full replace.
This API is only available when using VMware NSX-T.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/alb-application-persistence-profiles/<alb-applicationpersistenceprofile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBApplicationPersistenceProfile+
Example Request:
{ "display_name": "test-persistence-profile", "ip_persistence_profile": { "ip_mask": 10, "ip_persistent_timeout": 5 }, "is_federated": false, "persistence_type": "PERSISTENCE_TYPE_CLIENT_IP_ADDRESS", "server_hm_down_recovery": "HM_DOWN_PICK_NEW_SERVER" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ALBApplicationPersistenceProfile+