UNPKG

f5-conx-core

Version:

F5 SDK for JavaScript with Typescript type definitions

44 lines 1.44 kB
/* eslint-disable @typescript-eslint/no-unused-vars */ /** * Copyright 2021 F5 Networks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.tsExampleDec = void 0; exports.tsExampleDec = { "$schema": "https://raw.githubusercontent.com/F5Networks/f5-telemetry-streaming/master/src/schema/latest/base_schema.json", "class": "Telemetry", "My_System": { "class": "Telemetry_System", "systemPoller": { "interval": 60 } }, "My_Listener": { "class": "Telemetry_Listener", "port": 6514 }, "My_Consumer": { "class": "Telemetry_Consumer", "type": "Splunk", "host": "192.0.2.1", "protocol": "https", "port": 8088, "passphrase": { "cipherText": "apikey" } } }; //# sourceMappingURL=tsModels.js.map