ResourceInfoResponse¶
- class tracdap.api.ResourceInfoResponse¶
Response object for a resourceInfo() API call.
See also
- properties: Dict[str, str]¶
Public properties of the selected resource.
These properties are set in the resource configuration. Certain resource types require certain properties depending on the protocol, however additional arbitrary properties can be added to support client applications.
- protocol: str¶
Protocol of the selected resource.
Resource protocols correspond to TRAC technology plugins. For example, a storage resource might have protocol LOCAL or S3, and would accordingly require the LOCAL or S3 storage plugin to be installed.
- resourceKey: str¶
Resource key of the selected resource.
- resourceType: tracdap.metadata.ResourceType¶
The type of selected resource.