Sha256: 3e1b03e926e514f4dcdf9e27c549bac4333e2fd72ad23bc96ebb4dbcd8eb9671
Contents?: true
Size: 804 Bytes
Versions: 2
Compression:
Stored size: 804 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ACE run_task request", "description": "POST /run_task request schema for ACE", "type": "object", "properties": { "target": { "type": "object", "description": "Contains the Transport schema to connect to the remote target", "properties": { "remote-transport": { "type": "string", "description": "The name of the transport being used" }, "run-on": { "type": "string", "description": "" } }, "additionalProperties": true }, "task": { "$ref": "file:task"}, "parameters": { "type": "object", "description": "JSON formatted parameters to be provided to task" } }, "required": ["target", "task"] }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
agentless-catalog-executor-1.1.0 | lib/ace/schemas/ace-run_task.json |
agentless-catalog-executor-1.0.0 | lib/ace/schemas/ace-run_task.json |