GET /v1/services/storageServices/{id}
Retrieve a Storage Service
Get a storage service by ID or fully qualified name
GET
GET /v1/services/storageServices/{id}
Retrieve a Storage Service
Get a single storage service by its unique ID or fully qualified name.Get by ID
string
required
UUID of the storage service to retrieve.
string
Comma-separated list of fields to include (e.g.,
owners,tags,domains).string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/services/storageServices/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the storage service (e.g.,
s3_datalake).string
Comma-separated list of fields to include:
owners, tags, domains.string
default:"non-deleted"
Include
all, deleted, or non-deleted entities.GET /v1/services/storageServices/{id}
Returns
Returns a storage service object with all requested fields populated.Response
string
Unique identifier for the storage service (UUID format).
string
Storage service name.
string
Fully qualified name of the service.
string
Human-readable display name.
string
Description of the storage service in Markdown format.
string
Type of storage service (e.g., S3, GCS, ADLS, CustomStorage).
object
Connection configuration for the service.
array
List of owners. Only included when
fields contains owners.array
Classification tags. Only included when
fields contains tags.array
Domain assignments. Only included when
fields contains domains.number
Version number for the entity.