Portworx Documentation has moved to https://docs.portworx.com
Portworx Enterprise version 2.13 has reached end of life and end of extended maintenance. Refer to the release support policy doc here.
Upgrade to the latest version of Portworx Enterprise for continued support. Documentation for the latest version of Portworx Enterprise can be found here.

Pure Storage FlashArray and FlashBlade JSON file reference


Portworx uses a single secret for both FlashArray and FlashBlade configuration. If you’re planning on using both together, specify all of your FlashBlade and FlashArray entries in a single JSON file.

{
    "FlashArrays": [
        {
            "MgmtEndPoint": "<management-endpoint-of-first-fa>",
            "APIToken": "<first-fa-api-token>"
        },
        {
            "MgmtEndPoint": "<management-endpoint-of-second-fa>",
            "APIToken": "<second-fa-api-token>"
        }
    ],
    "FlashBlades": [
        {
            "MgmtEndPoint": "<fb-management-endpoint>",
            "APIToken": "<fb-api-token>",
            "NFSEndPoint": "<fb-nfs-endpoint>"
        },
        {
            "MgmtEndPoint": "<fb-management-endpoint>",
            "APIToken": "<fb-api-token>",
            "NFSEndPoint": "<fb-nfs-endpoint>"
        }
    ]
}

FlashArray object reference

Key Value Required?
MgmtEndPoint Your FlashArray management endpoint.
Data type: string
Format: either an IP address or a fully qualified domain name (without a protocol)
Yes
APIToken Your FlashArray API token.
Data type: string
Format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX
Yes

FlashBlade object reference

Key Value Required?
MgmtEndPoint Your FlashBlade management endpoint.
Data type: string
Format: either an IP address or a fully qualified domain name (without a protocol)
Yes
APIToken Your FlashBlade API token.
Data type: string
Format: T-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX
Yes
NFSEndPoint Your FlashBlade NFS endpoint.
Data type: string
Format: either an IP address or a fully qualified domain name (without a protocol)
Yes


Last edited: Tuesday, May 16, 2023