InstanceFilterinterface
Filter for retrieving app instances.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| appNames⚓︎ | string[] | x | x | Array of app names as specified in the respective app definitions. Using this as a filter will include in the result all currently available instances of the specified apps. |
| ids⚓︎ | string[] | x | x | Array of app instance IDs. |
| startedAfter⚓︎ | Date | x | x | Only the app instances started after the specified timestamp will be included in the result. |
| startedBefore⚓︎ | Date | x | x | Only the app instances started before the specified timestamp will be included in the result. |