RUAL Documentation

GET /_system/storages/{guid}

Retrieve storage configuration details

Retrieve storage configuration details
Key Type Example
:guid required string
"example-guid"
Key Type Example
authorization required string
"Bearer your-jwt-token"
{ "_meta": { "guid": "example-string", "entity": "example-value", "created": "example-value", "modified": "example-value", "updated": "example-value" }, "name": "user_profiles", "type": "elasticsearch", "configuration": {}, "is_active": true, "schema_definition": {}, "permissions": { "read": [ "example-string" ], "write": [ "example-string" ], "delete": [ "example-string" ] } }
{ "success": false, "error": "HTTP_401", "message": "Error response" }
Error Code Description
HTTP_401 HTTP 401 error
HTTP_404 Storage not found
permission description
BearerAuth JWT access token obtained from login endpoint required

Back to System Storages Return to the System Storages category to view other endpoints All API Categories Browse all available API categories