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": "ut",
"limit": "pariatur minim nostrud culpa consectetur",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "ServiceNow Ticket",
"created": "2009-10-31T07:26:21.048Z",
"lastUpdated": "1998-01-06T07:52:26.614Z"
},
"starts-with": {
"name": "VLAN Service"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "2010-03-14T01:43:08.594Z",
"lastUpdated": "1952-04-12T11:21:51.185Z"
},
"lte": {
"created": "2020-07-10T16:44:08.256Z",
"lastUpdated": "1975-06-26T01:18:35.825Z"
},
"gt": {
"created": "1952-05-26T01:10:01.48Z",
"lastUpdated": "1949-12-14T16:50:28.092Z"
},
"gte": {
"created": "1991-10-18T06:23:03.784Z",
"lastUpdated": "1960-03-21T20:23:18.607Z"
},
"dereference": "sed"
}
}
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
}