Skip to content

DefaultApi

All URIs are relative to https://localhost:8082

Method HTTP request Description
allocateStorage POST /allocateStorage This REST API allocates storage based on the storage account selected by Fybrik
deleteStorage DELETE /deleteStorage This REST API deletes allocated storage
getSupportedStorageTypes POST /getSupportedStorageTypes This REST API returns a list of supported storage types

allocateStorage

AllocateStorageResponse allocateStorage(AllocateStorageRequest)

This REST API allocates storage based on the storage account selected by Fybrik

Parameters

Name Type Description Notes
AllocateStorageRequest AllocateStorageRequest Allocate Storage Request

Return type

AllocateStorageResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to API-Specification]

deleteStorage

deleteStorage(DeleteStorageRequest)

This REST API deletes allocated storage

Parameters

Name Type Description Notes
DeleteStorageRequest DeleteStorageRequest Delete Storage Request

Return type

null (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: Not defined

[Back to API-Specification]

getSupportedStorageTypes

GetSupportedStorageTypesResponse getSupportedStorageTypes()

This REST API returns a list of supported storage types

Parameters

This endpoint does not need any parameter.

Return type

GetSupportedStorageTypesResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to API-Specification]