System Administration > Configuration > Fabric > Nodes > File Store

List node files

Request:

Method:
GET
URI Path(s):
/api/v1/node/file-store
/api/v1/transport-nodes/<transport-node-id>/node/file-store
/api/v1/cluster/<cluster-node-id>/node/file-store
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/node/file-store

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
FilePropertiesListResult+

Example Response:

{ "_schema": "FilePropertiesListResult", "_self": "/node/file-store", "result_count": 2, "results": [ { "_schema": "FileProperties", "_self": "/node/file-store/test1.txt", "created_epoch_ms": 1457048893748, "modified_epoch_ms": 1457048860639, "name": "test1.txt", "size": 71 }, { "_schema": "FileProperties", "_self": "/node/file-store/test.txt", "created_epoch_ms": 1457048848624, "modified_epoch_ms": 1457048560936, "name": "test.txt", "size": 50 } ] }

Required Permissions:

read

Feature:

system_administration

Additional Errors: