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
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 |