OData Catalogue API: EvictionDate Attribute Update for Null Values [2024-07-31]
Please be informed that, starting from July 31, 2024, the EvictionDate attribute for products that are not intended to be deleted from the Catalogue has been updated. The new value for such products was set to “9999-12-31T23:59:59.999Z”. Before, their eviction date was set to “EvictionDate”: “”.
Below please find the example of ODate API response before and after the described change:
{
"@odata.context": "$metadata#Products/$entity",
"@odata.mediaContentType": "application/octet-stream",
"Id": "02807be7-482e-460e-8a29-7e4ab2320758",
"Name": "S2B_MSIL1C_20240709T074619_N0510_R135_T40XFF_20240709T080457.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 28102178,
"OriginDate": "2024-07-09T08:35:54.000Z",
"PublicationDate": "2024-07-09T08:44:52.873Z",
"ModificationDate": "2024-07-09T08:45:31.989Z",
"Online": true,
"EvictionDate": "",
"S3Path": "/eodata/Sentinel-2/MSI/L1C/2024/07/09/S2B_MSIL1C_20240709T074619_N0510_R135_T40XFF_20240709T080457.SAFE",
"Checksum": [
{
"Value": "3b44d7346a9e8c2e59487f8a9cb86a3f",
"Algorithm": "MD5",
"ChecksumDate": "2024-07-09T08:45:31.631883Z"
},
{
"Value": "1c83b6242f72f7daa6a90c350853df95060c755a611542d1b825de781dfe0de2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2024-07-09T08:45:31.698943Z"
}
],
"ContentDate": {
"Start": "2024-07-09T07:46:19.024Z",
"End": "2024-07-09T07:46:19.024Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((62.65582103662547 71.92607834342967, 63.06489612730844 71.91662516221517, 63.18741013834509 72.27252875746295, 63.1849607572785 72.27097856029074, 62.97493608061198 72.13567642459181, 62.76758219658625 72.00017809777046, 62.65582103662547 71.92607834342967))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [...
]
}
}
{
"@odata.context": "$metadata#Products/$entity",
"@odata.mediaContentType": "application/octet-stream",
"Id": "02807be7-482e-460e-8a29-7e4ab2320758",
"Name": "S2B_MSIL1C_20240709T074619_N0510_R135_T40XFF_20240709T080457.SAFE",
"ContentType": "application/octet-stream",
"ContentLength": 28102178,
"OriginDate": "2024-07-09T08:35:54.000Z",
"PublicationDate": "2024-07-09T08:44:52.873Z",
"ModificationDate": "2024-07-09T08:45:31.989Z",
"Online": true,
"EvictionDate": "9999-12-31T23:59:59.999Z",
"S3Path": "/eodata/Sentinel-2/MSI/L1C/2024/07/09/S2B_MSIL1C_20240709T074619_N0510_R135_T40XFF_20240709T080457.SAFE",
"Checksum": [
{
"Value": "3b44d7346a9e8c2e59487f8a9cb86a3f",
"Algorithm": "MD5",
"ChecksumDate": "2024-07-09T08:45:31.631883Z"
},
{
"Value": "1c83b6242f72f7daa6a90c350853df95060c755a611542d1b825de781dfe0de2",
"Algorithm": "BLAKE3",
"ChecksumDate": "2024-07-09T08:45:31.698943Z"
}
],
"ContentDate": {
"Start": "2024-07-09T07:46:19.024Z",
"End": "2024-07-09T07:46:19.024Z"
},
"Footprint": "geography'SRID=4326;POLYGON ((62.65582103662547 71.92607834342967, 63.06489612730844 71.91662516221517, 63.18741013834509 72.27252875746295, 63.1849607572785 72.27097856029074, 62.97493608061198 72.13567642459181, 62.76758219658625 72.00017809777046, 62.65582103662547 71.92607834342967))'",
"GeoFootprint": {
"type": "Polygon",
"coordinates": [...
]
}
}