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": "adipisicing Excepteur in fugiat",
"limit": "aute minim est officia",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "ServiceNow Ticket",
"created": "2009-06-19T10:13:43.543Z",
"lastUpdated": "1957-10-26T23:59:45.704Z"
},
"starts-with": {
"name": "ServiceNow Ticket"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "1996-12-14T17:03:53.305Z",
"lastUpdated": "1978-03-27T21:50:15.555Z"
},
"lte": {
"created": "1994-11-20T07:09:12.95Z",
"lastUpdated": "1964-07-14T20:49:07.988Z"
},
"gt": {
"created": "1988-07-06T05:03:19.186Z",
"lastUpdated": "2023-05-05T04:12:49.781Z"
},
"gte": {
"created": "1948-11-24T07:17:21.289Z",
"lastUpdated": "1983-02-26T10:46:04.317Z"
},
"dereference": "consequat"
}
}
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
}