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": "sed Lorem ullamco nulla",
"limit": "Lorem nostrud ex commodo pariatur",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1982-01-23T14:00:09.533Z",
"lastUpdated": "1980-07-17T15:39:32.781Z"
},
"starts-with": {
"name": "ServiceNow Ticket"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "2018-10-09T09:11:09.338Z",
"lastUpdated": "1996-01-15T13:49:09.386Z"
},
"lte": {
"created": "1948-07-16T20:21:11.864Z",
"lastUpdated": "2023-01-12T06:50:00.678Z"
},
"gt": {
"created": "2005-09-30T04:24:23.876Z",
"lastUpdated": "1987-12-24T11:46:02.368Z"
},
"gte": {
"created": "2015-12-23T18:03:30.442Z",
"lastUpdated": "1974-07-08T04:58:35.2Z"
},
"dereference": "Duis"
}
}
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
}