Preparation
/preparation
curl -L \
--url '//localhost:9090/api/preparation'
[
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"sourceStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
]
OK
/preparation
Whether to delete the source files after export
Maximum size of the CAR files to be created
Name of the preparation
Whether to disable maintaining folder dag structure for the sources. If disabled, DagGen will not be possible and folders will not have an associated CID.
Whether to disable inline storage for the preparation. Can save database space but requires at least one output storage.
Target piece size of the CAR files used for piece commitment calculation
Name of Output storage systems to be used for the output
Name of Source storage systems to be used for the source
curl -L \
--request POST \
--url '//localhost:9090/api/preparation' \
--header 'Content-Type: application/json' \
--data '{"deleteAfterExport":false,"maxSize":"31.5GiB","name":"text","noDag":false,"noInline":false,"outputStorages":[null],"sourceStorages":[null]}'
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"sourceStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
OK
/preparation/{id}
Preparation ID or name
curl -L \
--url '//localhost:9090/api/preparation/{id}'
[
{
"attachmentId": 1,
"source": {
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"storageId": 1,
"jobs": [
{
"attachmentId": 1,
"errorMessage": "text",
"errorStackTrace": "text",
"id": 1,
"state": "created",
"type": "scan",
"workerId": "text"
}
],
"output": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
]
OK
/preparation/{id}/output/{name}
Preparation ID or name
Output storage ID or name
curl -L \
--request DELETE \
--url '//localhost:9090/api/preparation/{id}/output/{name}'
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"sourceStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
OK
/preparation/{id}/output/{name}
Preparation ID or name
Output storage ID or name
curl -L \
--request POST \
--url '//localhost:9090/api/preparation/{id}/output/{name}'
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"sourceStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
OK
/preparation/{id}/source/{name}
Preparation ID or name
Source storage ID or name
curl -L \
--request POST \
--url '//localhost:9090/api/preparation/{id}/source/{name}'
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"sourceStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
OK
/preparation/{id}/source/{name}/explore/{path}
Preparation ID or name
Source storage ID or name
Directory path
curl -L \
--url '//localhost:9090/api/preparation/{id}/source/{name}/explore/{path}'
{
"cid": "text",
"path": "text",
"subEntries": [
{
"cid": "text",
"isDir": true,
"path": "text",
"fileVersions": [
{
"cid": "text",
"hash": "text",
"id": 1,
"lastModified": "text",
"size": 1
}
]
}
]
}
OK
/preparation/{name}
Preparation ID or name
curl -L \
--request DELETE \
--url '//localhost:9090/api/preparation/{name}' \
--header 'Content-Type: application/json'
No body
No Content
/preparation/{name}/rename
Preparation ID or name
curl -L \
--request PATCH \
--url '//localhost:9090/api/preparation/{name}/rename' \
--header 'Content-Type: application/json' \
--data '{"name":"text"}'
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"sourceStorages": [
{
"createdAt": "text",
"id": 1,
"name": "text",
"path": "text",
"type": "text",
"updatedAt": "text",
"preparationsAsOutput": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"preparationsAsSource": [
{
"createdAt": "text",
"deleteAfterExport": true,
"id": 1,
"maxSize": 1,
"name": "text",
"noDag": true,
"noInline": true,
"pieceSize": 1,
"updatedAt": "text",
"outputStorages": "[Circular Reference]",
"sourceStorages": "[Circular Reference]"
}
],
"clientConfig": {
"clientCert": "text",
"clientKey": "text",
"connectTimeout": 1,
"disableHttp2": true,
"disableHttpKeepAlives": true,
"expectContinueTimeout": 1,
"insecureSkipVerify": true,
"lowlevelRetries": 1,
"noGzip": true,
"retryBackoff": 1,
"retryBackoffExponential": 1,
"retryDelay": 1,
"retryMaxCount": 1,
"scanConcurrency": 1,
"skipInaccessibleFile": true,
"timeout": 1,
"useServerModTime": true,
"userAgent": "text",
"caCert": [
"text"
],
"headers": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"config": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
OK
Last updated
Was this helpful?