tracdap.api¶
Classes¶
- DataReadRequest
- DataReadResponse
- DataWriteRequest
- DownloadRequest
- DownloadResponse
- FileReadRequest
- FileReadResponse
- FileWriteRequest
- JobRequest
- JobStatus
- JobStatusRequest
- ListResourcesRequest
- ListResourcesResponse
- ListTenantsRequest
- ListTenantsResponse
- MetadataBatchRequest
- MetadataBatchResponse
- MetadataGetRequest
- MetadataReadRequest
- MetadataSearchRequest
- MetadataSearchResponse
- MetadataWriteBatchRequest
- MetadataWriteBatchResponse
- MetadataWriteRequest
- PlatformInfoRequest
- PlatformInfoResponse
- ResourceInfoRequest
- ResourceInfoResponse
- TracDataApi
TracDataApi
TracDataApi.createDataset()
TracDataApi.createFile()
TracDataApi.createSmallDataset()
TracDataApi.createSmallFile()
TracDataApi.downloadFile()
TracDataApi.downloadLatestFile()
TracDataApi.readDataset()
TracDataApi.readFile()
TracDataApi.readSmallDataset()
TracDataApi.readSmallFile()
TracDataApi.updateDataset()
TracDataApi.updateFile()
TracDataApi.updateSmallDataset()
TracDataApi.updateSmallFile()
- TracErrorDetails
- TracErrorItem
- TracMetadataApi
TracMetadataApi
TracMetadataApi.createObject()
TracMetadataApi.getLatestObject()
TracMetadataApi.getLatestTag()
TracMetadataApi.getObject()
TracMetadataApi.listResources()
TracMetadataApi.listTenants()
TracMetadataApi.platformInfo()
TracMetadataApi.readBatch()
TracMetadataApi.readObject()
TracMetadataApi.resourceInfo()
TracMetadataApi.search()
TracMetadataApi.updateObject()
TracMetadataApi.updateTag()
TracMetadataApi.writeBatch()
- TracOrchestratorApi
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. |
|
Request object for an HTTP download |
|
Response 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. |
|
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 listResources() API call. |
|
Response object for the listResources() API call. |
|
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. |
|
Request object for a resourceInfo() API call. |
|
Response object for a resourceInfo() API call. |
|
Public API for creating, updating, reading and querying primary data stored in the TRAC platform. |
|
Detailed error information, available if an API call fails for any reason |
|
Individual error items in a detailed error response |
|
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 |