List of all available namespace for the current user
| 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/allowed_namespaces" \
-H "Content-Type: application/json" \
-H "Authorization: Basic YOURTOKEN" \
-H "Accept: application/json"
Response :
[
{
"application": "test",
"namespace": "ssh:test"
},
{
"application": "geofence",
"namespace": "ssh:geofence"
}
]
| Param name | Description |
|---|---|
|
_token
required |
Validations:
|