sams.api.admin – Administration API

sams.api.admin.storage_destinations – StorageDestinations

The Destinations Admin API allows to retrieve the list of StorageDestinations.

This service and resource is intended to be used by external clients. To access StorageDestinations inside the SAMS application, use the sams.storage.destinations module instead.

endpoint name

‘admin_destinations’

resource title

‘Destinations’

resource url

[GET] ‘/admin/destinations’

item url

[GET] ‘/admin/destinations/<str>’

schema

sams_client.schemas.destinations.destinationSchema

sams.api.admin.sets – Sets

The Sets Admin API allows to create, update or delete Sets.

This service and resource is intended to be used by external clients. To access Sets inside the SAMS application, use the sams.sets module instead

endpoint name

‘admin_sets’

resource title

‘Set’

resource url

[POST] ‘/admin/sets’

item url

[PATCH, DELETE] ‘/admin/sets/<ObjectId>’

schema

sams_client.schemas.sets.SET_SCHEMA