/storeadapters/{name}
Mount Point: /auth/api/v1/storeadapters/{name}/
GET
Retrieve a specified store adapter.
Parameters
| name | description | type | default | 
|---|---|---|---|
| name | The name of the store adapter to be retrieved. | path | 
Response Body
| element: | (custom) | 
| media types: | application/json | 
The specified store adapter.
Status Codes
| code | description | 
|---|---|
| 200 | Success | 
| 404 | No such object |