Retrieve application component Snapshot copies
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
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.
Learn more
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 |