@itentialopensource/adapter-solarwinds_servicedesk
Version:
This adapter integrates with system described as: solarwindsServiceDeskApi.
43 lines • 985 B
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": "createComment",
"enum": [
"createComment",
"updateCommentById",
"deleteCommentById"
],
"external_name": "ph_request_type"
},
"objectType": {
"type": "string",
"description": "Source object type",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "object_type"
},
"commentId": {
"type": "string",
"description": "Numeric ID of the comment",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "comment_id"
}
},
"definitions": {}
}