app-lifecycle_manager

On this page:

getResourceInstances

Summary

Searches resource instances

Description

Searches resource instances

Route

No Northbound API Available

Roles

admin apiread designer

Parameters

DetailsExampleSchema
Name Type Required Description
searchOperator enum yes Allowed values are: [ equals, starts with ] - The operator to use for the search
searchProperty enum yes Allowed values are: [ _id, name, modelName, modelId, created, lastUpdated, createdBy, lastUpdatedBy ] - The instance property to search by
searchValue string yes The property value to use for the search
includeDeleted boolean yes If true, returns deleted instances
sortField enum yes Allowed values are: [ _id, name, modelId, created, createdBy, lastUpdated, lastUpdatedBy, lastAction.type ] - The instance property to sort by
sortOrder enum yes Allowed values are: [ asc, desc ] - The order to sort by
skip number yes The number of instances to skip
limit number yes The maximum number of instances to return

Return

DetailsExampleSchema
Name Type Description
searchResults object -