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": "ut incididunt dolor ex voluptate",
"limit": "velit cillum",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"name": "EC2 Instance",
"created": "1987-08-08T14:30:25.912Z",
"lastUpdated": "1979-01-06T20:37:27.452Z"
},
"starts-with": {
"name": "EC2 Instance"
},
"contains": {
"name": "ServiceNow Ticket"
},
"lt": {
"created": "1985-06-14T23:39:00.05Z",
"lastUpdated": "1967-02-10T18:45:27.655Z"
},
"lte": {
"created": "1996-05-19T06:37:13.729Z",
"lastUpdated": "1972-12-01T02:45:52.866Z"
},
"gt": {
"created": "1982-12-26T07:57:45.607Z",
"lastUpdated": "1954-08-04T09:22:41.924Z"
},
"gte": {
"created": "1982-07-19T14:31:37.881Z",
"lastUpdated": "1996-02-01T13:14:01.03Z"
},
"dereference": "elit laboris pariatur aliquip in"
}
}
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
}