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": "ipsum eiusmod ea quis",
"limit": "esse minim in enim",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "1952-02-24T14:26:08.121Z",
"lastUpdated": "1960-11-05T06:09:30.996Z"
},
"starts-with": {
"name": "VLAN Service"
},
"contains": {
"name": "ServiceNow Ticket"
},
"lt": {
"created": "2011-02-22T09:23:26.292Z",
"lastUpdated": "2007-06-15T21:28:02.359Z"
},
"lte": {
"created": "1992-02-24T11:38:17.793Z",
"lastUpdated": "1992-08-11T09:07:59.467Z"
},
"gt": {
"created": "1992-09-29T10:47:32.12Z",
"lastUpdated": "1950-10-27T08:08:42.918Z"
},
"gte": {
"created": "1959-02-04T04:20:12.73Z",
"lastUpdated": "2008-08-30T11:49:56.181Z"
},
"dereference": "sint deserunt nostrud"
}
}
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
}