Infrastructure Component Runtime
Infrastructure Component Runtime items are meant to be used in the context of an Infrastructure Project to be able to collect runtime data for visualization within Console.
tip
The JSON schemas of the infrastructure Component Runtime item and its full manifest are available on GitHub.
- Schema Viewer
- Raw JSON Schema
- Example
Loading ....
{
"$id": "catalog-infrastructure-compomnent-runtime-resources.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "Resources of Catalog items of type infrastructure-component-runtime",
"properties": {
"projectId": {
"type": "string",
"description": "project object id"
},
"name": {
"type": "string",
"description": "name of the resource"
},
"tags": {
"type": "array",
"description": "list of tags useful for organize data",
"items": {
"type": "string"
}
},
"runtimeData": {
"type": "object",
"additionalProperties": true
}
},
"title": "Catalog infrastructure component runtime resources",
"type": "object"
}
example not provided