Este conteúdo não está disponível no idioma selecionado.
38.3. deleteSnapshots
- Name
- deleteSnapshots
- Description
- Deletes all snapshots across multiple systems based on the given date criteria. For example,- If the user provides startDate only, all snapshots created either on or after the date provided will be removed.
- If user provides startDate and endDate, all snapshots created on or between the dates provided will be removed.
- If the user doesn't provide a startDate and endDate, all snapshots will be removed.
 Available since: 10.1
- Parameters
- string sessionKey
- struct - date details- dateTime.iso8601startDate- Optional, unless endDate is provided.
- dateTime.iso8601endDate- Optional.
 
 
- Return Value
- int - 1 on success, exception thrown otherwise.