inventory-retrieval by date range

0

Totally confused. Rest API documentation indicates that a date range can be used in the params, but it doesn't work.

var params = {
accountId: 'STRING_VALUE', /** required /
vaultName: 'STRING_VALUE', /
required **/
jobParameters: {
ArchiveId: 'STRING_VALUE',
Description: 'STRING_VALUE',
Format: 'STRING_VALUE',
InventoryRetrievalParameters: {
EndDate: 'STRING_VALUE',
Limit: 'STRING_VALUE',
Marker: 'STRING_VALUE',
StartDate: 'STRING_VALUE'
} ...
};
glacier.initiateJob(params, function(err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Glacier.html

Is an inventory-retrieval by date range available?

I don't want to return everything, only the inventory of a specific date range.

Edited by: gregbolog on Apr 14, 2020 10:31 AM

posta 4 anni fa195 visualizzazioni
1 Risposta
0

doesn't like fractional seconds

con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande