Storage

Storage Object

API endpoint that allows Storage Objects to be viewed or edited.

GET /api/storage-objects/

http

GET /api/storage-objects/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

curl

curl -i -X GET https://localhost/api/storage-objects/ -H "Accept: application/json" --user admin:admin

response

GET /api/storage-objects/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

Storage Medium

API endpoint that allows Storage Mediums to be viewed or edited.

GET /api/storage-mediums/

http

GET /api/storage-mediums/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

curl

curl -i -X GET https://localhost/api/storage-mediums/ -H "Accept: application/json" --user admin:admin

response

GET /api/storage-mediums/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

Storage Methods

API endpoint that allows storage methods to be viewed or edited.

GET /api/storage-methods/

http

GET /api/storage-methods/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

curl

curl -i -X GET https://localhost/api/storage-methods/ -H "Accept: application/json" --user admin:admin

response

GET /api/storage-methods/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

Storage Method Target Relation

API endpoint that allows Storage Method Target Relations to be viewed or edited.

GET /api/storage-method-target-relations/

http

GET /api/storage-method-target-relations/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

curl

curl -i -X GET https://localhost/api/storage-method-target-relations/ -H "Accept: application/json" --user admin:admin

response

GET /api/storage-method-target-relations/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

Storage Policy

API endpoint that allows Storage Method Target Relations to be viewed or edited.

GET /api/storage-policies/

http

GET /api/storage-policies/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

curl

curl -i -X GET https://localhost/api/storage-policies/ -H "Accept: application/json" --user admin:admin

response

GET /api/storage-policies/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

Storage Target

API endpoint that allows Storage Targets Relations to be viewed or edited.

GET /api/storage-targets/

http

GET /api/storage-targets/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=

curl

curl -i -X GET https://localhost/api/storage-targets/ -H "Accept: application/json" --user admin:admin

response

GET /api/storage-targets/ HTTP/1.1
Host: localhost
Accept: application/json
Authorization: Basic YWRtaW46YWRtaW4=