secadm httpendpoint httpendpointgroup - Maintain HTTP Endpoint Group Configuration

secadm httpendpoint httpendpointgroup add httpendpointgroupname [--description description]

secadm httpendpoint httpendpointgroup delete httpendpointgroupname [--deleterefs]

secadm httpendpoint httpendpointgroup assign httpendpointgroupname fqdn httpport https-port

secadm httpendpoint httpendpointgroup remove httpendpointgroupname fqdn httpport https-port

The secadm httpendpoint httpendpointgroup commands maintain HTTP endpoint Group configuration in the system.

Parameter Description
add Add an HTTP endpoint group to the system.
delete Delete an HTTP endpoint group from the system.
assign Assign an HTTP endpoint to an HTTP endpoint group.
remove Remove an HTTP endpoint from an HTTP endpoint group.
httpendpointgroupname The name of the HTTP endpoint group.
fqdn The fully qualified domain name of the endpoint.
httpport The HTTP port for the endpoint.
https-port The HTTPS port for the endpoint. Use -1 if the port is not available.
--deleterefs Delete assignments of the HTTP endpoint to any services and HTTP endpoint groups, as well as deleting the HTTP endpoint.