Previous Topic: Grid DeletionNext Topic: Curl and Python Examples


Check External Storage

POST  BFC/admin/grids/operations/checkExternalStorage
Arguments:

Payload is a external_storage_nfs record identifying the NFS server and export path of the desired storage. At present, NFS is the only supported external storage type.

Result:

200 on success (the storage is accessible) or HTTP error code (with driver_fault payload) on error.

Description:

This operation checks the accessibility of the given NFS storage. A client may wish to confirm this before proceeding with creation of a grid that intends to use the storage.

Note: The GET, PUT, and DELETE actions are not supported for this operation.