@itentialopensource/adapter-ns1_cloud
Version:
This adapter integrates with system described as: ns1_cloud.
32 lines • 919 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": "getStatsUsage",
"enum": [
"getStatsUsage",
"getStatsUsageZone",
"viewRecordLevelUsageStatistics"
],
"external_name": "ph_request_type"
},
"byTier": {
"type": "boolean",
"description": "If set, returns stats and graphs for each billing tier (in records_by_tier and queries_by_tier in each stats object). The first element corresponds to STATIC records/quer...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "by_tier"
}
},
"definitions": {}
}