fc.fc_host.create

Creates FC host (pairing).

This will associate an alias with a corresponding Fibre Channel WWPN. For HA sytems the alias will be associated with a pair of WWPNs, one per node.

alias is a user-readable name for FC host (pairing).

wwpn is the WWPN in naa format (Controller A if HA)

wwpn_b is the WWPN in naa format (Controller B, only applicable for HA)

npiv is the number of NPIV hosts to create for this FC host.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: fc_host_create

fc_host_create

Type: object
No Additional Properties

Alias

Type: string
Must match regular expression: ^[a-zA-Z0-9,\-_:]+$

Must be at least 1 characters long

Must be at most 32 characters long

Wwpn

Default: null

Type: string
Must match regular expression: ^naa.[0-9a-fA-F]{16}$
Type: null

Wwpn B

Default: null

Type: string
Must match regular expression: ^naa.[0-9a-fA-F]{16}$
Type: null

Npiv

Type: integer Default: 0

FCHostEntry

Type: object
No Additional Properties

Id

Type: integer

Alias

Type: string
Must match regular expression: ^[a-zA-Z0-9,\-_:]+$

Must be at least 1 characters long

Must be at most 32 characters long

Wwpn

Default: null

Type: string
Must match regular expression: ^naa.[0-9a-fA-F]{16}$
Type: null

Wwpn B

Default: null

Type: string
Must match regular expression: ^naa.[0-9a-fA-F]{16}$
Type: null

Npiv

Type: integer Default: 0


Required roles: SHARING_ISCSI_TARGET_WRITE