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": "labore ad elit sed",
"limit": "pariatur",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "2009-08-20T19:16:33.807Z",
"lastUpdated": "1975-07-27T01:36:27.107Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "VLAN Service"
},
"lt": {
"created": "1996-02-14T20:31:37.758Z",
"lastUpdated": "2011-11-12T06:59:59.866Z"
},
"lte": {
"created": "2011-08-09T04:54:06.489Z",
"lastUpdated": "2013-03-23T16:02:10.868Z"
},
"gt": {
"created": "2015-04-16T04:13:20.041Z",
"lastUpdated": "1947-04-17T09:58:40.981Z"
},
"gte": {
"created": "1957-06-15T03:18:13.27Z",
"lastUpdated": "1970-08-02T22:26:26.026Z"
},
"dereference": "dolore ullamco"
}
}
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
}