Sha256: c92ddbd6c82dab9ec21ea43a250d02c579d758e9bf47cede596208bc8175b65c

Contents?: true

Size: 771 Bytes

Versions: 45

Compression:

Stored size: 771 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "run_plan request",
  "description": "POST plan/run request schema",
  "type": "object",
  "properties": {
    "plan_name": {
      "type": "string",
      "description": "Name of the plan"
    },
    "job_id": {
      "type": "string",
      "description": "The job ID initialized in Orchestrator"
    },
    "environment": {
      "type": "string",
      "description": "Environment used for plan execution"
    },
    "description": {
      "type": "string",
      "description": "Describes this execution of the plan"
    },
    "params": {
      "type": "object",
      "description": "JSON formatted parameters to be provided to plan"
    }
  },
  "required": ["plan_name", "job_id", "params"]
}

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
bolt-1.43.0 lib/plan_executor/schemas/run_plan.json
bolt-1.42.0 lib/plan_executor/schemas/run_plan.json
bolt-1.41.0 lib/plan_executor/schemas/run_plan.json
bolt-1.40.0 lib/plan_executor/schemas/run_plan.json
bolt-1.39.0 lib/plan_executor/schemas/run_plan.json
bolt-1.38.0 lib/plan_executor/schemas/run_plan.json
bolt-1.37.0 lib/plan_executor/schemas/run_plan.json
bolt-1.36.0 lib/plan_executor/schemas/run_plan.json
bolt-1.35.0 lib/plan_executor/schemas/run_plan.json
bolt-1.34.0 lib/plan_executor/schemas/run_plan.json
bolt-1.33.0 lib/plan_executor/schemas/run_plan.json
bolt-1.32.0 lib/plan_executor/schemas/run_plan.json
bolt-1.31.1 lib/plan_executor/schemas/run_plan.json
bolt-1.31.0 lib/plan_executor/schemas/run_plan.json
bolt-1.30.1 lib/plan_executor/schemas/run_plan.json
bolt-1.30.0 lib/plan_executor/schemas/run_plan.json
bolt-1.29.1 lib/plan_executor/schemas/run_plan.json
bolt-1.29.0 lib/plan_executor/schemas/run_plan.json
bolt-1.28.0 lib/plan_executor/schemas/run_plan.json
bolt-1.27.1 lib/plan_executor/schemas/run_plan.json