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": "Excepteur in non",
"limit": "pariatur eu",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "ServiceNow Ticket",
"created": "1971-07-11T17:59:03.515Z",
"lastUpdated": "2016-02-14T00:38:51.303Z"
},
"starts-with": {
"name": "ServiceNow Ticket"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "2023-10-13T08:17:32.537Z",
"lastUpdated": "2017-02-27T02:43:37.507Z"
},
"lte": {
"created": "1986-03-09T04:02:24.967Z",
"lastUpdated": "1982-05-26T14:37:37.982Z"
},
"gt": {
"created": "2023-10-25T11:36:20.154Z",
"lastUpdated": "1973-01-11T18:47:05.694Z"
},
"gte": {
"created": "1992-05-24T07:08:48.667Z",
"lastUpdated": "2011-10-06T05:53:30.24Z"
},
"dereference": "reprehenderit"
}
}
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
}