Summary
Searches resource models
Description
Searches resource models
Route
GET /lifecycle-manager/resources
Roles
admin
apiread
designer
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
searchParameters |
object |
yes |
- |
Copied to Clipboard
{
"searchParameters": {
"skip": "exercitation officia tempor id",
"limit": "Lorem aliquip",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "ServiceNow Ticket",
"created": "2025-02-27T16:49:24.777Z",
"lastUpdated": "2005-07-06T12:21:37.525Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "1958-07-04T13:58:08.277Z",
"lastUpdated": "1989-06-15T09:57:26.31Z"
},
"lte": {
"created": "2004-10-03T07:28:17.577Z",
"lastUpdated": "2003-08-09T21:43:01.549Z"
},
"gt": {
"created": "1988-08-12T20:21:44.063Z",
"lastUpdated": "1956-09-28T21:15:16.249Z"
},
"gte": {
"created": "1946-11-25T12:56:05.842Z",
"lastUpdated": "1965-01-14T09:25:51.848Z"
},
"dereference": "culpa dolore"
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"searchParameters": {
"title": "searchParameters",
"$ref": "resource-model-search-params"
}
},
"required": [
"searchParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
- |
Copied to Clipboard
{
"response": true
}