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": "<first-fa-management-endpoint>",
"APIToken": "<first-fa-api-token>"
},
{
"MgmtEndPoint": "<second-fa-management-endpoint>",
"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 |
Related topics
Last edited: Friday, Oct 28, 2022
Questions? Visit the Portworx forum.