Start a Conversation

Unsolved

This post is more than 5 years old

1951

August 28th, 2015 14:00

Vplex initiator-ports

Hello

We are using the rest api /vplex/clusters/ /exports/initiator-ports/* to get information about vplex initiator ports. It returns data fine, but there are some cases where the value for node-wwn and port-wwn is null as shown below. Why would a port-wwn and node-wwn be null? Is this valid scenario?


{

                "type": "fc-initiator-port",

                "parent": "/clusters/cluster-2/exports/initiator-ports",

                "attributes": [

                    {

                        "name": "name",

                        "value": "as_riecdcc21n02_2"

                    },

                    {

                        "name": "node-wwn",

                        "value": null

                    },

                    {

                        "name": "port-wwn",

                        "value": null

                    },

                    {

                        "name": "suspend-on-detach",

                        "value": "false"

                    },

                    {

                        "name": "target-ports",

                        "value": [

                            "P0000000017602769-A1-FC01",

                            "P00000000177029AA-B1-FC01"

                        ]

                    },

                    {

                        "name": "type",

                        "value": "default"

                    }

                ],

                "children": [

                ]

            },

No Responses!
No Events found!

Top