Class: Snapshot

Snapshot

new Snapshot()

Snapshot resource
Source:

Methods

delete(id, callbackopt)

Delete the identified snapshot object.
Parameters:
Name Type Attributes Description
id string The id of the snapshot to delete
callback requestCallback <optional>
callback that handles the response
Source:

get(id, callbackopt)

Get the identified snapshot object.
Parameters:
Name Type Attributes Description
id string The id of the snapshot to retrieve
callback requestCallback <optional>
callback that handles the response
Source:

list(page or queryObjectopt, perPageopt, callbackopt)

List snapshot objects.
Parameters:
Name Type Attributes Description
page or queryObject number | object <optional>
page number to retrieve or key value pairs of query parameters
perPage number <optional>
number of result per page to retrieve
callback listRequestCallback <optional>
callback that handles the response
Source: