Policy > Networking > Network Services > Advanced Load Balancing > Alb Hardware Security Module Groups

Create or update a ALBhardwaresecuritymodulegroup

If a ALBhardwaresecuritymodulegroup with the alb-hardwaresecuritymodulegroup-id is not already present,
create a new ALBhardwaresecuritymodulegroup. If it already exists, update the
ALBhardwaresecuritymodulegroup. This is a full replace.
This API is only available when using VMware NSX-T.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBHardwareSecurityModuleGroup+

Example Request:

{ "hsm": { "nethsm": [ { "esn": "12345", "keyhash": "12345", "module_id": 0, "priority": 100, "remote_ip": { "addr": "1.2.3.4", "type": "V4" }, "remote_port": 9004 } ], "type": "HSM_TYPE_THALES_NETHSM" }, "name": "test-HSM" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: