For the complete documentation index, see llms.txt. This page is also available as Markdown.

Storage

Enclave Storage Actions

Get permitted Enclave Storage

get

Gets a list of Butler Enclave Storage user is permitted to access

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
idsstringOptional

Optional comma separated Ids

Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Resource list success
eventstring · enumOptionalPossible values:
get/v1/resources

Create new Enclave Storage

post

Create and assign new Enclave Storage

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
displayNamestringRequired

The Enclave Storage name

storageTypestring · enumOptionalPossible values:
Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Enclave Storage create success
eventstring · enumOptionalPossible values:
itemsarrayOptional
post/v1/resources

Delete Enclave Storage by Id

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The Enclave Storage Id

Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Enclave Storage delete success
eventstring · enumOptionalPossible values:
itemsarrayOptionalExample: [""]
delete/v1/resources/{id}

Assign Enclave Storage

post

Assign Enclave Storage

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequired

The Id

Responses
200Success
application/json
statusCodeintegerOptionalExample: 200
successbooleanOptionalExample: true
messageanyOptionalExample: Enclave Storage assignment success
eventstring · enumOptionalPossible values:
itemsarrayOptional
post/v1/resources/assignments/{id}

Last updated

Was this helpful?