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": "aliqua voluptate Duis consectetur",
"limit": "dolor",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "1992-07-24T22:59:31.481Z",
"lastUpdated": "1954-03-10T18:52:04.08Z"
},
"starts-with": {
"name": "VLAN Service"
},
"contains": {
"name": "ServiceNow Ticket"
},
"lt": {
"created": "1982-11-05T19:14:02.495Z",
"lastUpdated": "1957-08-21T07:17:29.788Z"
},
"lte": {
"created": "2003-07-09T01:45:59.376Z",
"lastUpdated": "1968-12-04T07:56:35.329Z"
},
"gt": {
"created": "1947-10-24T08:01:53.661Z",
"lastUpdated": "1956-11-26T08:30:28.543Z"
},
"gte": {
"created": "2022-11-21T20:46:36.55Z",
"lastUpdated": "1961-12-30T15:54:06.763Z"
},
"dereference": "quis culpa"
}
}
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
}