POST /hardwaresecuritymodulegroup
/hardwaresecuritymodulegroup
Avi Tenant Header
Avi Tenant Header UUID
The caller is required to set Avi Version Header to the expected version of configuration. The response from the controller will provide and accept data according to the specified version. The controller will reject POST and PUT requests where the data is not compatible with the specified version.
Avi Controller may send back CSRF token in the response cookies. The caller should update the request headers with this token else controller will reject requests.
HardwareSecurityModuleGroup object creation
Show optional properties
{
"hsm": {
"type": "string"
},
"name": "string"
}
{
"_last_modified": "string",
"configpb_attributes": {
"version": 0
},
"hsm": {
"cloudhsm": {
"client_config": "string",
"cluster_cert": "string",
"crypto_user_name": "string",
"crypto_user_password": "string",
"hsm_ip": [
"string"
],
"mgmt_config": "string"
},
"nethsm": [
{
"esn": "string",
"keyhash": "string",
"module_id": 0,
"priority": 0,
"remote_ip": {
"addr": "string",
"type": "string"
},
"remote_port": 0
}
],
"rfs": {
"ip": {
"addr": "string",
"type": "string"
},
"port": 0
},
"sluna": {
"ha_group_num": 0,
"is_ha": false,
"node_info": [
{
"chrystoki_conf": "string",
"client_cert": "string",
"client_ip": "string",
"client_priv_key": "string",
"session_major_number": 0,
"session_minor_number": 0
}
],
"server": [
{
"index": 0,
"partition_passwd": "string",
"partition_serial_number": "string",
"remote_ip": "string",
"server_cert": "string"
}
],
"server_pem": "string",
"use_dedicated_network": false
},
"type": "string"
},
"markers": [
{
"key": "string",
"values": [
"string"
]
}
],
"name": "string",
"tenant_ref": "string",
"url": "string",
"uuid": "string"
}
OK
"HardwareSecurityModuleGroup Object"
UNIX time since epoch in microseconds. Units(MICROSECONDS).
configpb_attributes
hsm
List of labels to be used for granular RBAC. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.
Name of the HSM Group configuration object. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
url
UUID of the HSM Group configuration object. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.
log in failed
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"hsm:"object","name:"string"}' https://{api_host}/api/hardwaresecuritymodulegroup