ONEx Data Models (0.0.1)

Download OpenAPI specification:Download

The data models for the entire ONEx ecosystem

Configuration

set_config

unused

Request Body schema: application/json
Array of objects (Host)
object (Fabric)
object (Dataflow)
object (Chaos)

Configuration of chaos experiments

object (Insights)

Configuration of insights providing methods

Responses

Request samples

Content type
application/json
{
  • "hosts": [
    ],
  • "fabric": {
    },
  • "dataflow": {
    },
  • "chaos": {
    },
  • "insights": {
    }
}

Response samples

Content type
application/json
{
  • "warnings": [
    ]
}