Skip to main content
Version: 3.1

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": "<management-endpoint-of-first-fb>",
"APIToken": "<api-token-of-first-fb>",
"NFSEndPoint": "<nfs-endpoints-of-first-fb>"
},
{
"MgmtEndPoint": "<management-endpoint-of-second-fb>",
"APIToken": "<api-token-of-second-fb>",
"NFSEndPoint": "<nfs-endpoints-of-second-fb>"
}
]
}

FlashArray object reference

KeyValueRequired?
MgmtEndPointYour FlashArray management endpoint.
Data type: string
Format: either an IP address or a fully qualified domain name (without a protocol)
Yes
APITokenYour FlashArray API token.
Data type: string
Format: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX
Yes

FlashBlade object reference

KeyValueRequired?
MgmtEndPointYour FlashBlade management endpoint.
Data type: string
Format: either an IP address or a fully qualified domain name (without a protocol)
Yes
APITokenYour FlashBlade API token.
Data type: string
Format: T-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX
Yes
NFSEndPointYour FlashBlade NFS endpoint.
Data type: string
Format: either an IP address or a fully qualified domain name (without a protocol)
Yes
Was this page helpful?