NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List ALBHardwareSecurityModuleGroup for infra


Paginated list of all ALBHardwareSecurityModuleGroup for infra.
GET /global-manager/api/v1/global-infra/alb-hardware-security-module-groups

Delete ALBHardwareSecurityModuleGroup and all the entities contained by this ALBHardwareSecurityModuleGroup


Delete the ALBHardwareSecurityModuleGroup along with all the entities contained
by this ALBHardwareSecurityModuleGroup.
DELETE /global-manager/api/v1/global-infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id>

Read ALBHardwareSecurityModuleGroup


Read a ALBHardwareSecurityModuleGroup.
GET /global-manager/api/v1/global-infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id>

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.
PATCH /global-manager/api/v1/global-infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id>

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.
PUT /global-manager/api/v1/global-infra/alb-hardware-security-module-groups/<alb-hardwaresecuritymodulegroup-id>