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 elit consequat nulla do",
"limit": "exercitation Ut enim",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "VLAN Service",
"created": "2009-02-10T18:25:52.191Z",
"lastUpdated": "1978-04-01T18:28:03.128Z"
},
"starts-with": {
"name": "ServiceNow Ticket"
},
"contains": {
"name": "EC2 Instance"
},
"lt": {
"created": "1949-12-07T06:07:35.615Z",
"lastUpdated": "1974-05-05T15:13:55.213Z"
},
"lte": {
"created": "2005-11-02T09:06:06.568Z",
"lastUpdated": "1972-11-12T11:41:58.065Z"
},
"gt": {
"created": "2019-08-14T09:33:07.834Z",
"lastUpdated": "1970-12-30T14:52:51.583Z"
},
"gte": {
"created": "1954-10-05T22:40:03.067Z",
"lastUpdated": "2017-04-25T17:40:29.049Z"
},
"dereference": "laboris"
}
}
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
}