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": "quis esse sed id Lorem",
"limit": "irure exercitation Excepteur",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "ServiceNow Ticket",
"created": "1945-10-17T15:51:25.684Z",
"lastUpdated": "1968-02-04T08:45:09.52Z"
},
"starts-with": {
"name": "VLAN Service"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1947-06-17T21:21:38.283Z",
"lastUpdated": "1978-04-15T02:35:40.303Z"
},
"lte": {
"created": "2022-10-28T16:41:42.423Z",
"lastUpdated": "2005-11-04T19:28:43.907Z"
},
"gt": {
"created": "2012-04-29T11:39:26.917Z",
"lastUpdated": "1989-02-18T12:55:51.065Z"
},
"gte": {
"created": "1963-07-21T10:54:15.417Z",
"lastUpdated": "1976-11-12T12:36:02.482Z"
},
"dereference": "in dolor"
}
}
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
}