List of visible files for a specific user (token authentication) and namespace
Code | Description |
---|---|
400 | Various errors: the specific error is provided in the message field of the response |
401 | Token is invalid |
401 | You must authenticate to perform this request. |
404 | The requested resource was not found. |
curl -X "GET" "http://manager.integration.cloudconnect.io/api/v2/services/remote_files?namespace=ssh:testnamespace" \ -H "Content-Type: application/json" \ -H "Authorization: Basic YOURTOKEN" \ -H "Accept: application/json" Response : [ { "id": "ssh_4588658e9e7e7745e319e4c2c86a483e", "filename": "check.json", "md5": "73bf1791e9500f421eb218253fc24e93", "upload_date": "2015-02-17T11:35:19+01:00" }, { "id": "ssh_4738e8b402e08448714ed350e66f1e25", "filename": "dtc.json", "md5": "54ed7b08aab9f54a82c324b8223b5032", "upload_date": "2015-02-17T11:35:32+01:00" }, { "id": "ssh_d21049fd3b45f5172dfa5d787ba9d05a", "filename": "geofence.geo", "md5": "1837f0fd18804d4d2840193ee5f2e4b6", "upload_date": "2015-02-17T11:42:15+01:00" } ]
Param name | Description |
---|---|
_token required |
Validations:
|
namespace required |
The namespace where you want to look for remote files Validations:
|