Search files in cache, error and archive folders
Searches for files in the north connector cache
Path parameters
Query parameters
Response
The cache search result
Example response
{
"searchDate": "2023-10-31T12:34:56.789Z",
"metrics": {
"lastRunDuration": 1000,
"lastRunStart": "2023-10-31T12:34:56.789Z",
"lastConnection": "2023-10-31T12:34:56.789Z"
},
"error": [
{
"metadata": {
"contentFile": "/path/to/content.json",
"contentSize": 1024,
"numberOfElement": 10,
"createdAt": "2023-10-31T12:34:56.789Z",
"contentType": "time-values"
}
}
],
"archive": [
{
"metadata": {
"contentFile": "/path/to/content.json",
"contentSize": 1024,
"numberOfElement": 10,
"createdAt": "2023-10-31T12:34:56.789Z",
"contentType": "time-values"
}
}
],
"cache": [
{
"metadata": {
"contentFile": "/path/to/content.json",
"contentSize": 1024,
"numberOfElement": 10,
"createdAt": "2023-10-31T12:34:56.789Z",
"contentType": "time-values"
}
}
]
}Changes
Changed in 6 of the 73 revisions of this API.21411
- ▲
added the new required
queryrequest parametermaxNumberOfFilesReturnednew-required-request-parameter
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ●
deleted the
queryrequest parameterfolderrequest-parameter-removed
- ○
added the required property
archiveto the response with the200statusresponse-required-property-added
- ○
added the required property
cacheto the response with the200statusresponse-required-property-added
- ○
added the required property
errorto the response with the200statusresponse-required-property-added
- ○
added the required property
metricsto the response with the200statusresponse-required-property-added
- ○
added the required property
searchDateto the response with the200statusresponse-required-property-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required
queryrequest parameterfoldernew-required-request-parameter
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ▲
removed the required property
archivefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
cachefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
errorfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
metricsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
searchDatefrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parametermaxNumberOfFilesReturnedrequest-parameter-removed
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required
queryrequest parametermaxNumberOfFilesReturnednew-required-request-parameter
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ●
deleted the
queryrequest parameterfolderrequest-parameter-removed
- ○
added the required property
archiveto the response with the200statusresponse-required-property-added
- ○
added the required property
cacheto the response with the200statusresponse-required-property-added
- ○
added the required property
errorto the response with the200statusresponse-required-property-added
- ○
added the required property
metricsto the response with the200statusresponse-required-property-added
- ○
added the required property
searchDateto the response with the200statusresponse-required-property-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
items/metadata/sourcefrom the response with the200statusresponse-required-property-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
items/metadata/sourceresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
removed the required property
items/metadata/optionsfrom the response with the200statusresponse-required-property-removed
- ○
added
CacheMetadataSourceOriginSouthCacheMetadataSourceOriginOIAnalyticsCacheMetadataSourceOriginAPICacheMetadataSourceOriginTestto theitems/metadata/sourceresponse propertyanyOflist for the response status200response-property-any-of-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required
queryrequest parameterfoldernew-required-request-parameter
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ▲
removed the required property
archivefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
cachefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
errorfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
metricsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
searchDatefrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parametermaxNumberOfFilesReturnedrequest-parameter-removed
This revision also has 219 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲