tracdap.api¶
Services¶
- TracAdminApi
- TracDataApi
TracDataApiTracDataApi.createDataset()TracDataApi.createFile()TracDataApi.createSmallDataset()TracDataApi.createSmallFile()TracDataApi.downloadData()TracDataApi.downloadFile()TracDataApi.downloadLatestData()TracDataApi.downloadLatestFile()TracDataApi.readDataset()TracDataApi.readFile()TracDataApi.readSmallDataset()TracDataApi.readSmallFile()TracDataApi.updateDataset()TracDataApi.updateFile()TracDataApi.updateSmallDataset()TracDataApi.updateSmallFile()
- TracMetadataApi
TracMetadataApiTracMetadataApi.createObject()TracMetadataApi.getLatestObject()TracMetadataApi.getLatestTag()TracMetadataApi.getObject()TracMetadataApi.listTenants()TracMetadataApi.platformInfo()TracMetadataApi.readBatch()TracMetadataApi.readObject()TracMetadataApi.search()TracMetadataApi.updateObject()TracMetadataApi.updateTag()TracMetadataApi.writeBatch()
- TracOrchestratorApi
- TracStorageApi
Public API for performing admin functions, such as managing tenants and configuration. |
|
Public API for creating, updating, reading and querying primary data stored in the TRAC platform. |
|
Public API for creating, updating, reading and searching for objects in the TRAC metadata store. |
|
Public API for submitting, querying and managing jobs in the TRAC platform |
|
Low-level API for reading and writing content directly in TRAC-managed storage. |
Messages¶
- ConfigListRequest
- ConfigListResponse
- ConfigReadBatchRequest
- ConfigReadBatchResponse
- ConfigReadRequest
- ConfigReadResponse
- ConfigWriteRequest
- ConfigWriteResponse
- DataDownloadRequest
- DataReadRequest
- DataReadResponse
- DataWriteRequest
- DownloadResponse
- FileDownloadRequest
- FileReadRequest
- FileReadResponse
- FileStat
- FileType
- FileWriteRequest
- JobRequest
- JobStatus
- JobStatusRequest
- ListTenantsRequest
- ListTenantsResponse
- MetadataBatchRequest
- MetadataBatchResponse
- MetadataGetRequest
- MetadataReadRequest
- MetadataSearchRequest
- MetadataSearchResponse
- MetadataWriteBatchRequest
- MetadataWriteBatchResponse
- MetadataWriteRequest
- PlatformInfoRequest
- PlatformInfoResponse
- StorageExistsResponse
- StorageLsResponse
- StorageOkResponse
- StorageReadRequest
- StorageReadResponse
- StorageRequest
- StorageSizeResponse
- StorageStatResponse
- StorageWriteRequest
- TracErrorDetails
- TracErrorItem
List config entries available in the TRAC metadata store. |
|
Result of listing config entries available in the TRAC metadata store. |
|
Request to read a batch of config entries from the TRAC metadata store. |
|
Result of reading a batch of config entries from the TRAC metadata store. |
|
Request to read a config entry from the TRAC metadata store. |
|
Result of reading a config entry from the TRAC metadata store. |
|
Request to create or update a config entry in the TRAC metadata store. |
|
Result of creating or updating a config entry in the TRAC metadata store. |
|
Request DATA object for an HTTP download |
|
Request to read a dataset stored in the TRAC platform. |
|
Response to a request to read a dataset stored in the TRAC platform. |
|
Request to create of update a dataset stored in the TRAC platform. |
|
Response object for an HTTP download |
|
Request FILE object for an HTTP download |
|
Request to read a FILE, i.e. retrieve its content from the platform. |
|
Response to a request to read a FILE, i.e. retrieve its content from the platform. |
|
Metadata for a file or directory in TRAC storage. |
|
Distinguishes files from directories in FileStat. |
|
Request to create or update a FILE and store content to the platform. |
|
Request to submit (or validate) a new job |
|
Provides the status of a new or existing job in the platform |
|
Request to check the status or results of an existing job |
|
Request object for the listTenants() API call. |
|
Response object for the listTenants() API call. |
|
Request to read a batch of objects from the TRAC metadata store. |
|
Response to reading a batch of objects from the TRAC metadata store. |
|
Request to get an object from the TRAC metadata store. |
|
Request to read an object from the TRAC metadata store. |
|
Request for a search against the TRAC metadata store. |
|
Response to a search against the TRAC metadata store. |
|
Request to create or update a batch of objects in the TRAC metadata store. |
|
Response to a batch write operation. |
|
Request to create or update an object in the TRAC metadata store. |
|
Request object for the platformInfo() API call. |
|
Response object for the platformInfo() API call. |
|
Result of an exists() call, indicating whether the given path was found. |
|
Result of an ls() call, listing the metadata for each entry in a directory. |
|
Result of a storage operation that does not return file content, such as |
|
Identifies a file to read from TRAC storage, for readFile() and readSmallFile(). |
|
The content of a file read from TRAC storage, together with its metadata. |
|
Identifies a file or directory in TRAC storage, for calls that do not send or |
|
Result of a size() call, giving the size of a file in bytes. |
|
Result of a stat() call, giving metadata for a file or directory. |
|
Identifies a file to write in TRAC storage, together with its content. |
|
Detailed error information, available if an API call fails for any reason |
|
Individual error items in a detailed error response |