@itentialopensource/adapter-puppet
Version:
This adapter integrates with system described as: puppet.
80 lines • 2.06 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "getCatalogNodename",
"enum": [
"getCatalogNodename",
"postCatalogNodename"
],
"external_name": "ph_request_type"
},
"factsFormat": {
"description": "must be 'application/json' or 'pson'.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "facts_format"
},
"transactionUuid": {
"description": "a transaction uuid identifying the entire transaction.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "transaction_uuid"
},
"staticCatalog": {
"description": "a boolean requesting a static catalog if available; should always be true.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "static_catalog"
},
"checksumType": {
"description": "a dot-separated list of checksum types supported by the agent.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "checksum_type"
},
"configuredEnvironment": {
"description": "the environment configured on the client.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "configured_environment"
},
"jobId": {
"description": "which orchestration job triggered this catalog request.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "job_id"
}
},
"definitions": {}
}