Regenerate
POST v1/fibre_channel_configs/id/actions/regenerate
Description
Regenerate Fibre Channel configuration.
Normal Response Codes
200
HTTP Error Codes
400 401 404 409 500 503
Detail Error Codes
Request
| Parameter | Type | JSON Type | Description | Mandatory |
|---|---|---|---|---|
| id | NsObjectID | string | ID of the Fibre Channel configuration. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'. | true |
| wwnn_base_str | NsBaseWWN | string | Base World Wide Node Name(WWNN). Six bytes expressed in hex separated by colons. Example: 'af:32:f1'. | true |
| precheck | NsBoolean | boolean | Check if the interfaces are offline before regenerating the WWNN (World Wide Node Name). Possible values: 'true', 'false'. | true |
JSON Request
Response
| Parameter | Type | JSON Type | Description |
|---|---|---|---|
| fc_config_info | NsFcConfigRegenerateReturn | object | Fibre channel config information after regeneration. Return values of Fibre channel config regeneration. |
JSON Response
