Teredix API (1.0.0)
Download OpenAPI specification:Download
Get all resources
query Parameters
page | integer Example: page=1 Page number. Default is 1 |
per_page | integer Example: per_page=10 Maximum number of resources per page. Default is 200 |
kind | string Example: kind=resource_kind Resource kind |
name | string Example: name=resource_name Resource name |
external_id | string Example: external_id=external_id External ID |
uuid | string Example: uuid=uuid UUID |
meta_data_eq | string Example: meta_data_eq=key1=value1,key2=value2 Filter resources by metadata (key, value pair). Multiple key-value pairs can be provided separated by comma |
Responses
Response samples
- 200
Content type
application/json
{- "page": 0,
- "per_page": 0,
- "has_more": true,
- "resources": [
- {
- "kind": "string",
- "uuid": "string",
- "name": "string",
- "external_id": "string",
- "scanner": "string",
- "fetched_at": "2019-08-24T14:15:22Z",
- "version": 0,
- "meta_data": {
- "property1": "string",
- "property2": "string"
}
}
]
}