nOps · JSON Structure

Nops Nops Scheduler Create Request Structure

Type: object Properties: 4
CostsFinOps

SchedulerCreateRequest is a JSON Structure definition published by nOps, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name project_id schedule resources

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SchedulerCreateRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "project_id": {
      "type": "integer"
    },
    "schedule": {
      "type": "object"
    },
    "resources": {
      "type": "array"
    }
  }
}