Skip to main content

Retrieve application component Snapshot copies

Contributors

GET /application/applications/{application.uuid}/components/{component.uuid}/snapshots

Introduced In: 9.6

Retrieves Snapshot copies of an application component.

This endpoint is only supported for Maxdata template applications.

Component Snapshot copies are essentially more granular application Snapshot copies. There is no difference beyond the scope of the operation.

Parameters

Name Type In Required Description

application.uuid

string

path

True

Application UUID

component.uuid

string

path

True

Application Component UUID

component.name

string

query

False

Filter by Application Component Name

uuid

string

query

False

Filter by uuid

name

string

query

False

Filter by name

consistency_type

string

query

False

Filter by consistency_type

comment

string

query

False

Filter by comment

create_time

string

query

False

Filter by create_time

is_partial

string

query

False

Filter by is_partial

fields

array[string]

query

False

Specify the fields to return.

max_records