System Administration > Configuration > Fabric > Nodes > File Store

Read file properties

Request:

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

Example Request:

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

Successful Response:

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

Example Response:

{ "_schema": "FileProperties", "_self": "/node/file-store/test1.txt", "created_epoch_ms": 1457049714901, "modified_epoch_ms": 1457048860639, "name": "test1.txt", "size": 71 }

Required Permissions:

read

Feature:

system_administration

Additional Errors: