@itentialopensource/adapter-bluecat
Version:
This adapter integrates with system described as: BlueCat ProteusAPI.
50 lines • 1.36 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": false,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "addAccessRight",
"enum": [
"addAccessRight",
"addDevice",
"addDeviceSubtype",
"addDeviceType",
"addMACAddress",
"addTag",
"addTagGroup",
"addUser",
"addUserGroup",
"associateMACAddressWithPool",
"breakReplication",
"configureStreamingReplication",
"deleteAccessRight",
"denyMACAddress",
"establishTrustRelationship",
"failoverReplication",
"getAccessRight",
"getAccessRightsForEntity",
"getAccessRightsForUser",
"getAllUsedLocations",
"getConfigurationGroups",
"getConfigurationSetting",
"getConfigurationsByGroup",
"getLocationByCode",
"getMACAddress",
"getReplicationInfo",
"purgeHistoryNow",
"removeTrustRelationship",
"terminateUserSessions",
"updateAccessRight",
"updateConfigurationSetting",
"updateUserPassword"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}