cribl-control-plane 0.5.0-rc.6 → 0.5.0-rc.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/models/azureblobcollectorconf.d.ts +109 -0
- package/dist/commonjs/models/azureblobcollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/azureblobcollectorconf.js +110 -0
- package/dist/commonjs/models/azureblobcollectorconf.js.map +1 -0
- package/dist/commonjs/models/collector.d.ts +26 -0
- package/dist/commonjs/models/collector.d.ts.map +1 -0
- package/dist/commonjs/models/{collectorconf.js → collector.js} +22 -22
- package/dist/commonjs/models/collector.js.map +1 -0
- package/dist/commonjs/models/collectorazureblob.d.ts +9 -721
- package/dist/commonjs/models/collectorazureblob.d.ts.map +1 -1
- package/dist/commonjs/models/collectorazureblob.js +8 -478
- package/dist/commonjs/models/collectorazureblob.js.map +1 -1
- package/dist/commonjs/models/collectorcribllake.d.ts +6 -5
- package/dist/commonjs/models/collectorcribllake.d.ts.map +1 -1
- package/dist/commonjs/models/collectorcribllake.js +3 -2
- package/dist/commonjs/models/collectorcribllake.js.map +1 -1
- package/dist/commonjs/models/collectordatabase.d.ts +6 -57
- package/dist/commonjs/models/collectordatabase.d.ts.map +1 -1
- package/dist/commonjs/models/collectordatabase.js +4 -66
- package/dist/commonjs/models/collectordatabase.js.map +1 -1
- package/dist/commonjs/models/collectorfilesystem.d.ts +6 -46
- package/dist/commonjs/models/collectorfilesystem.d.ts.map +1 -1
- package/dist/commonjs/models/collectorfilesystem.js +4 -31
- package/dist/commonjs/models/collectorfilesystem.js.map +1 -1
- package/dist/commonjs/models/collectorgooglecloudstorage.d.ts +9 -393
- package/dist/commonjs/models/collectorgooglecloudstorage.d.ts.map +1 -1
- package/dist/commonjs/models/collectorgooglecloudstorage.js +8 -262
- package/dist/commonjs/models/collectorgooglecloudstorage.js.map +1 -1
- package/dist/commonjs/models/collectorhealthcheck.d.ts +11 -3789
- package/dist/commonjs/models/collectorhealthcheck.d.ts.map +1 -1
- package/dist/commonjs/models/collectorhealthcheck.js +8 -2890
- package/dist/commonjs/models/collectorhealthcheck.js.map +1 -1
- package/dist/commonjs/models/collectorrest.d.ts +11 -6523
- package/dist/commonjs/models/collectorrest.d.ts.map +1 -1
- package/dist/commonjs/models/collectorrest.js +8 -5410
- package/dist/commonjs/models/collectorrest.js.map +1 -1
- package/dist/commonjs/models/collectors3.d.ts +9 -1157
- package/dist/commonjs/models/collectors3.d.ts.map +1 -1
- package/dist/commonjs/models/collectors3.js +8 -740
- package/dist/commonjs/models/collectors3.js.map +1 -1
- package/dist/commonjs/models/collectorscript.d.ts +6 -41
- package/dist/commonjs/models/collectorscript.d.ts.map +1 -1
- package/dist/commonjs/models/collectorscript.js +4 -28
- package/dist/commonjs/models/collectorscript.js.map +1 -1
- package/dist/commonjs/models/collectorsplunk.d.ts +9 -1936
- package/dist/commonjs/models/collectorsplunk.d.ts.map +1 -1
- package/dist/commonjs/models/collectorsplunk.js +8 -1434
- package/dist/commonjs/models/collectorsplunk.js.map +1 -1
- package/dist/commonjs/models/cribllakecollectorconf.d.ts +20 -0
- package/dist/commonjs/models/cribllakecollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/cribllakecollectorconf.js +58 -0
- package/dist/commonjs/models/cribllakecollectorconf.js.map +1 -0
- package/dist/commonjs/models/databasecollectorconf.d.ts +72 -0
- package/dist/commonjs/models/databasecollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/databasecollectorconf.js +121 -0
- package/dist/commonjs/models/databasecollectorconf.js.map +1 -0
- package/dist/commonjs/models/filesystemcollectorconf.d.ts +61 -0
- package/dist/commonjs/models/filesystemcollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/filesystemcollectorconf.js +84 -0
- package/dist/commonjs/models/filesystemcollectorconf.js.map +1 -0
- package/dist/commonjs/models/functionconfschemahandlebars.d.ts +46 -0
- package/dist/commonjs/models/functionconfschemahandlebars.d.ts.map +1 -0
- package/dist/commonjs/models/{functionconfschemahandlebar.js → functionconfschemahandlebars.js} +12 -11
- package/dist/commonjs/models/functionconfschemahandlebars.js.map +1 -0
- package/dist/commonjs/models/functionconfschemanotificationpolicies.d.ts +5 -0
- package/dist/commonjs/models/functionconfschemanotificationpolicies.d.ts.map +1 -1
- package/dist/commonjs/models/functionconfschemanotificationpolicies.js +2 -0
- package/dist/commonjs/models/functionconfschemanotificationpolicies.js.map +1 -1
- package/dist/commonjs/models/{functionhandlebar.d.ts → functionhandlebars.d.ts} +7 -7
- package/dist/commonjs/models/functionhandlebars.d.ts.map +1 -0
- package/dist/commonjs/models/{functionhandlebar.js → functionhandlebars.js} +9 -9
- package/dist/commonjs/models/functionhandlebars.js.map +1 -0
- package/dist/commonjs/models/functionresponse.d.ts +2 -2
- package/dist/commonjs/models/functionresponse.d.ts.map +1 -1
- package/dist/commonjs/models/functionresponse.js +2 -2
- package/dist/commonjs/models/functionresponse.js.map +1 -1
- package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts +108 -0
- package/dist/commonjs/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/googlecloudstoragecollectorconf.js +111 -0
- package/dist/commonjs/models/googlecloudstoragecollectorconf.js.map +1 -0
- package/dist/commonjs/models/healthcheckcollectorconf.d.ts +236 -0
- package/dist/commonjs/models/healthcheckcollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/healthcheckcollectorconf.js +239 -0
- package/dist/commonjs/models/healthcheckcollectorconf.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +14 -4
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +14 -4
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/pipelinefunctionconf.d.ts +2 -2
- package/dist/commonjs/models/pipelinefunctionconf.d.ts.map +1 -1
- package/dist/commonjs/models/pipelinefunctionconf.js +2 -2
- package/dist/commonjs/models/pipelinefunctionconf.js.map +1 -1
- package/dist/commonjs/models/pipelinefunctionconfinput.d.ts +3 -3
- package/dist/commonjs/models/pipelinefunctionconfinput.d.ts.map +1 -1
- package/dist/commonjs/models/pipelinefunctionconfinput.js +2 -2
- package/dist/commonjs/models/pipelinefunctionconfinput.js.map +1 -1
- package/dist/commonjs/models/pipelinefunctionhandlebars.d.ts +109 -0
- package/dist/commonjs/models/pipelinefunctionhandlebars.d.ts.map +1 -0
- package/dist/commonjs/models/pipelinefunctionhandlebars.js +114 -0
- package/dist/commonjs/models/pipelinefunctionhandlebars.js.map +1 -0
- package/dist/commonjs/models/restcollectorconf.d.ts +311 -0
- package/dist/commonjs/models/restcollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/restcollectorconf.js +329 -0
- package/dist/commonjs/models/restcollectorconf.js.map +1 -0
- package/dist/commonjs/models/runnablejobcollection.d.ts +5 -23
- package/dist/commonjs/models/runnablejobcollection.d.ts.map +1 -1
- package/dist/commonjs/models/runnablejobcollection.js +3 -14
- package/dist/commonjs/models/runnablejobcollection.js.map +1 -1
- package/dist/commonjs/models/s3collectorconf.d.ts +200 -0
- package/dist/commonjs/models/s3collectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/s3collectorconf.js +170 -0
- package/dist/commonjs/models/s3collectorconf.js.map +1 -0
- package/dist/commonjs/models/savedjobcollection.d.ts +6 -34
- package/dist/commonjs/models/savedjobcollection.d.ts.map +1 -1
- package/dist/commonjs/models/savedjobcollection.js +4 -26
- package/dist/commonjs/models/savedjobcollection.js.map +1 -1
- package/dist/commonjs/models/scriptcollectorconf.d.ts +56 -0
- package/dist/commonjs/models/scriptcollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/scriptcollectorconf.js +83 -0
- package/dist/commonjs/models/scriptcollectorconf.js.map +1 -0
- package/dist/commonjs/models/splunkcollectorconf.d.ts +227 -0
- package/dist/commonjs/models/splunkcollectorconf.d.ts.map +1 -0
- package/dist/commonjs/models/splunkcollectorconf.js +217 -0
- package/dist/commonjs/models/splunkcollectorconf.js.map +1 -0
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/models/azureblobcollectorconf.d.ts +109 -0
- package/dist/esm/models/azureblobcollectorconf.d.ts.map +1 -0
- package/dist/esm/models/azureblobcollectorconf.js +70 -0
- package/dist/esm/models/azureblobcollectorconf.js.map +1 -0
- package/dist/esm/models/collector.d.ts +26 -0
- package/dist/esm/models/collector.d.ts.map +1 -0
- package/dist/esm/models/{collectorconf.js → collector.js} +19 -19
- package/dist/esm/models/collector.js.map +1 -0
- package/dist/esm/models/collectorazureblob.d.ts +9 -721
- package/dist/esm/models/collectorazureblob.d.ts.map +1 -1
- package/dist/esm/models/collectorazureblob.js +7 -453
- package/dist/esm/models/collectorazureblob.js.map +1 -1
- package/dist/esm/models/collectorcribllake.d.ts +6 -5
- package/dist/esm/models/collectorcribllake.d.ts.map +1 -1
- package/dist/esm/models/collectorcribllake.js +3 -2
- package/dist/esm/models/collectorcribllake.js.map +1 -1
- package/dist/esm/models/collectordatabase.d.ts +6 -57
- package/dist/esm/models/collectordatabase.d.ts.map +1 -1
- package/dist/esm/models/collectordatabase.js +3 -61
- package/dist/esm/models/collectordatabase.js.map +1 -1
- package/dist/esm/models/collectorfilesystem.d.ts +6 -46
- package/dist/esm/models/collectorfilesystem.d.ts.map +1 -1
- package/dist/esm/models/collectorfilesystem.js +3 -28
- package/dist/esm/models/collectorfilesystem.js.map +1 -1
- package/dist/esm/models/collectorgooglecloudstorage.d.ts +9 -393
- package/dist/esm/models/collectorgooglecloudstorage.d.ts.map +1 -1
- package/dist/esm/models/collectorgooglecloudstorage.js +7 -249
- package/dist/esm/models/collectorgooglecloudstorage.js.map +1 -1
- package/dist/esm/models/collectorhealthcheck.d.ts +11 -3789
- package/dist/esm/models/collectorhealthcheck.d.ts.map +1 -1
- package/dist/esm/models/collectorhealthcheck.js +7 -2743
- package/dist/esm/models/collectorhealthcheck.js.map +1 -1
- package/dist/esm/models/collectorrest.d.ts +11 -6523
- package/dist/esm/models/collectorrest.d.ts.map +1 -1
- package/dist/esm/models/collectorrest.js +7 -5119
- package/dist/esm/models/collectorrest.js.map +1 -1
- package/dist/esm/models/collectors3.d.ts +9 -1157
- package/dist/esm/models/collectors3.d.ts.map +1 -1
- package/dist/esm/models/collectors3.js +7 -718
- package/dist/esm/models/collectors3.js.map +1 -1
- package/dist/esm/models/collectorscript.d.ts +6 -41
- package/dist/esm/models/collectorscript.d.ts.map +1 -1
- package/dist/esm/models/collectorscript.js +3 -25
- package/dist/esm/models/collectorscript.js.map +1 -1
- package/dist/esm/models/collectorsplunk.d.ts +9 -1936
- package/dist/esm/models/collectorsplunk.d.ts.map +1 -1
- package/dist/esm/models/collectorsplunk.js +7 -1375
- package/dist/esm/models/collectorsplunk.js.map +1 -1
- package/dist/esm/models/cribllakecollectorconf.d.ts +20 -0
- package/dist/esm/models/cribllakecollectorconf.d.ts.map +1 -0
- package/dist/esm/models/cribllakecollectorconf.js +20 -0
- package/dist/esm/models/cribllakecollectorconf.js.map +1 -0
- package/dist/esm/models/databasecollectorconf.d.ts +72 -0
- package/dist/esm/models/databasecollectorconf.d.ts.map +1 -0
- package/dist/esm/models/databasecollectorconf.js +79 -0
- package/dist/esm/models/databasecollectorconf.js.map +1 -0
- package/dist/esm/models/filesystemcollectorconf.d.ts +61 -0
- package/dist/esm/models/filesystemcollectorconf.d.ts.map +1 -0
- package/dist/esm/models/filesystemcollectorconf.js +44 -0
- package/dist/esm/models/filesystemcollectorconf.js.map +1 -0
- package/dist/esm/models/functionconfschemahandlebars.d.ts +46 -0
- package/dist/esm/models/functionconfschemahandlebars.d.ts.map +1 -0
- package/dist/esm/models/functionconfschemahandlebars.js +26 -0
- package/dist/esm/models/functionconfschemahandlebars.js.map +1 -0
- package/dist/esm/models/functionconfschemanotificationpolicies.d.ts +5 -0
- package/dist/esm/models/functionconfschemanotificationpolicies.d.ts.map +1 -1
- package/dist/esm/models/functionconfschemanotificationpolicies.js +2 -0
- package/dist/esm/models/functionconfschemanotificationpolicies.js.map +1 -1
- package/dist/esm/models/{functionhandlebar.d.ts → functionhandlebars.d.ts} +7 -7
- package/dist/esm/models/functionhandlebars.d.ts.map +1 -0
- package/dist/esm/models/{functionhandlebar.js → functionhandlebars.js} +7 -7
- package/dist/esm/models/functionhandlebars.js.map +1 -0
- package/dist/esm/models/functionresponse.d.ts +2 -2
- package/dist/esm/models/functionresponse.d.ts.map +1 -1
- package/dist/esm/models/functionresponse.js +2 -2
- package/dist/esm/models/functionresponse.js.map +1 -1
- package/dist/esm/models/googlecloudstoragecollectorconf.d.ts +108 -0
- package/dist/esm/models/googlecloudstoragecollectorconf.d.ts.map +1 -0
- package/dist/esm/models/googlecloudstoragecollectorconf.js +71 -0
- package/dist/esm/models/googlecloudstoragecollectorconf.js.map +1 -0
- package/dist/esm/models/healthcheckcollectorconf.d.ts +236 -0
- package/dist/esm/models/healthcheckcollectorconf.d.ts.map +1 -0
- package/dist/esm/models/healthcheckcollectorconf.js +195 -0
- package/dist/esm/models/healthcheckcollectorconf.js.map +1 -0
- package/dist/esm/models/index.d.ts +14 -4
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +14 -4
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/pipelinefunctionconf.d.ts +2 -2
- package/dist/esm/models/pipelinefunctionconf.d.ts.map +1 -1
- package/dist/esm/models/pipelinefunctionconf.js +2 -2
- package/dist/esm/models/pipelinefunctionconf.js.map +1 -1
- package/dist/esm/models/pipelinefunctionconfinput.d.ts +3 -3
- package/dist/esm/models/pipelinefunctionconfinput.d.ts.map +1 -1
- package/dist/esm/models/pipelinefunctionconfinput.js +2 -2
- package/dist/esm/models/pipelinefunctionconfinput.js.map +1 -1
- package/dist/esm/models/pipelinefunctionhandlebars.d.ts +109 -0
- package/dist/esm/models/pipelinefunctionhandlebars.d.ts.map +1 -0
- package/dist/esm/models/pipelinefunctionhandlebars.js +72 -0
- package/dist/esm/models/pipelinefunctionhandlebars.js.map +1 -0
- package/dist/esm/models/restcollectorconf.d.ts +311 -0
- package/dist/esm/models/restcollectorconf.d.ts.map +1 -0
- package/dist/esm/models/restcollectorconf.js +279 -0
- package/dist/esm/models/restcollectorconf.js.map +1 -0
- package/dist/esm/models/runnablejobcollection.d.ts +5 -23
- package/dist/esm/models/runnablejobcollection.d.ts.map +1 -1
- package/dist/esm/models/runnablejobcollection.js +2 -12
- package/dist/esm/models/runnablejobcollection.js.map +1 -1
- package/dist/esm/models/s3collectorconf.d.ts +200 -0
- package/dist/esm/models/s3collectorconf.d.ts.map +1 -0
- package/dist/esm/models/s3collectorconf.js +130 -0
- package/dist/esm/models/s3collectorconf.js.map +1 -0
- package/dist/esm/models/savedjobcollection.d.ts +6 -34
- package/dist/esm/models/savedjobcollection.d.ts.map +1 -1
- package/dist/esm/models/savedjobcollection.js +3 -23
- package/dist/esm/models/savedjobcollection.js.map +1 -1
- package/dist/esm/models/scriptcollectorconf.d.ts +56 -0
- package/dist/esm/models/scriptcollectorconf.d.ts.map +1 -0
- package/dist/esm/models/scriptcollectorconf.js +43 -0
- package/dist/esm/models/scriptcollectorconf.js.map +1 -0
- package/dist/esm/models/splunkcollectorconf.d.ts +227 -0
- package/dist/esm/models/splunkcollectorconf.d.ts.map +1 -0
- package/dist/esm/models/splunkcollectorconf.js +173 -0
- package/dist/esm/models/splunkcollectorconf.js.map +1 -0
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/azureblobcollectorconf.ts +214 -0
- package/src/models/{collectorconf.ts → collector.ts} +38 -50
- package/src/models/collectorazureblob.ts +24 -1406
- package/src/models/collectorcribllake.ts +13 -7
- package/src/models/collectordatabase.ts +13 -159
- package/src/models/collectorfilesystem.ts +13 -92
- package/src/models/collectorgooglecloudstorage.ts +21 -811
- package/src/models/collectorhealthcheck.ts +24 -8024
- package/src/models/collectorrest.ts +24 -13657
- package/src/models/collectors3.ts +23 -1933
- package/src/models/collectorscript.ts +13 -74
- package/src/models/collectorsplunk.ts +23 -3755
- package/src/models/cribllakecollectorconf.ts +54 -0
- package/src/models/databasecollectorconf.ts +203 -0
- package/src/models/filesystemcollectorconf.ts +141 -0
- package/src/models/{functionconfschemahandlebar.ts → functionconfschemahandlebars.ts} +23 -20
- package/src/models/functionconfschemanotificationpolicies.ts +7 -0
- package/src/models/{functionhandlebar.ts → functionhandlebars.ts} +14 -14
- package/src/models/functionresponse.ts +5 -5
- package/src/models/googlecloudstoragecollectorconf.ts +232 -0
- package/src/models/healthcheckcollectorconf.ts +495 -0
- package/src/models/index.ts +14 -4
- package/src/models/pipelinefunctionconf.ts +5 -5
- package/src/models/pipelinefunctionconfinput.ts +7 -7
- package/src/models/{pipelinefunctionhandlebar.ts → pipelinefunctionhandlebars.ts} +67 -62
- package/src/models/restcollectorconf.ts +666 -0
- package/src/models/runnablejobcollection.ts +6 -44
- package/src/models/s3collectorconf.ts +345 -0
- package/src/models/savedjobcollection.ts +12 -78
- package/src/models/scriptcollectorconf.ts +121 -0
- package/src/models/splunkcollectorconf.ts +462 -0
- package/dist/commonjs/models/collectorconf.d.ts +0 -50
- package/dist/commonjs/models/collectorconf.d.ts.map +0 -1
- package/dist/commonjs/models/collectorconf.js.map +0 -1
- package/dist/commonjs/models/functionconfschemahandlebar.d.ts +0 -44
- package/dist/commonjs/models/functionconfschemahandlebar.d.ts.map +0 -1
- package/dist/commonjs/models/functionconfschemahandlebar.js.map +0 -1
- package/dist/commonjs/models/functionhandlebar.d.ts.map +0 -1
- package/dist/commonjs/models/functionhandlebar.js.map +0 -1
- package/dist/commonjs/models/pipelinefunctionhandlebar.d.ts +0 -108
- package/dist/commonjs/models/pipelinefunctionhandlebar.d.ts.map +0 -1
- package/dist/commonjs/models/pipelinefunctionhandlebar.js +0 -112
- package/dist/commonjs/models/pipelinefunctionhandlebar.js.map +0 -1
- package/dist/esm/models/collectorconf.d.ts +0 -50
- package/dist/esm/models/collectorconf.d.ts.map +0 -1
- package/dist/esm/models/collectorconf.js.map +0 -1
- package/dist/esm/models/functionconfschemahandlebar.d.ts +0 -44
- package/dist/esm/models/functionconfschemahandlebar.d.ts.map +0 -1
- package/dist/esm/models/functionconfschemahandlebar.js +0 -25
- package/dist/esm/models/functionconfschemahandlebar.js.map +0 -1
- package/dist/esm/models/functionhandlebar.d.ts.map +0 -1
- package/dist/esm/models/functionhandlebar.js.map +0 -1
- package/dist/esm/models/pipelinefunctionhandlebar.d.ts +0 -108
- package/dist/esm/models/pipelinefunctionhandlebar.d.ts.map +0 -1
- package/dist/esm/models/pipelinefunctionhandlebar.js +0 -70
- package/dist/esm/models/pipelinefunctionhandlebar.js.map +0 -1
|
@@ -1,3802 +1,24 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum, OpenEnum } from "../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
3
|
import { SDKValidationError } from "./errors/sdkvalidationerror.js";
|
|
4
|
+
import { HealthCheckCollectorConf, HealthCheckCollectorConf$Outbound } from "./healthcheckcollectorconf.js";
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* HealthCheck collector configuration
|
|
7
7
|
*/
|
|
8
|
-
export
|
|
9
|
-
readonly None: "none";
|
|
10
|
-
readonly Basic: "basic";
|
|
11
|
-
readonly BasicSecret: "basicSecret";
|
|
12
|
-
readonly Login: "login";
|
|
13
|
-
readonly LoginSecret: "loginSecret";
|
|
14
|
-
readonly Oauth: "oauth";
|
|
15
|
-
readonly OauthSecret: "oauthSecret";
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
19
|
-
*/
|
|
20
|
-
export type CollectorHealthCheckAuthentication10 = OpenEnum<typeof CollectorHealthCheckAuthentication10>;
|
|
21
|
-
export type CollectorHealthCheckAuthRequestParam10 = {
|
|
22
|
-
/**
|
|
23
|
-
* Parameter name.
|
|
24
|
-
*/
|
|
25
|
-
name: string;
|
|
26
|
-
/**
|
|
27
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
28
|
-
*/
|
|
29
|
-
value: string;
|
|
30
|
-
};
|
|
31
|
-
export type CollectorHealthCheckAuthRequestHeader10 = {
|
|
32
|
-
/**
|
|
33
|
-
* Header name.
|
|
34
|
-
*/
|
|
35
|
-
name: string;
|
|
36
|
-
/**
|
|
37
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
38
|
-
*/
|
|
39
|
-
value: string;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
43
|
-
*/
|
|
44
|
-
export declare const CollectorHealthCheckDiscoverType10: {
|
|
45
|
-
/**
|
|
46
|
-
* HTTP Request
|
|
47
|
-
*/
|
|
48
|
-
readonly Http: "http";
|
|
49
|
-
/**
|
|
50
|
-
* JSON Response
|
|
51
|
-
*/
|
|
52
|
-
readonly Json: "json";
|
|
53
|
-
/**
|
|
54
|
-
* Item List
|
|
55
|
-
*/
|
|
56
|
-
readonly List: "list";
|
|
57
|
-
/**
|
|
58
|
-
* None
|
|
59
|
-
*/
|
|
60
|
-
readonly None: "none";
|
|
61
|
-
};
|
|
62
|
-
/**
|
|
63
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
64
|
-
*/
|
|
65
|
-
export type CollectorHealthCheckDiscoverType10 = OpenEnum<typeof CollectorHealthCheckDiscoverType10>;
|
|
66
|
-
export type CollectorHealthCheckDiscovery10 = {
|
|
67
|
-
/**
|
|
68
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
69
|
-
*/
|
|
70
|
-
discoverType?: CollectorHealthCheckDiscoverType10 | undefined;
|
|
71
|
-
};
|
|
72
|
-
/**
|
|
73
|
-
* Health check HTTP method.
|
|
74
|
-
*/
|
|
75
|
-
export declare const HealthCheckMethod10: {
|
|
76
|
-
/**
|
|
77
|
-
* GET
|
|
78
|
-
*/
|
|
79
|
-
readonly Get: "get";
|
|
80
|
-
/**
|
|
81
|
-
* POST
|
|
82
|
-
*/
|
|
83
|
-
readonly Post: "post";
|
|
84
|
-
/**
|
|
85
|
-
* POST with Body
|
|
86
|
-
*/
|
|
87
|
-
readonly PostWithBody: "post_with_body";
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* Health check HTTP method.
|
|
91
|
-
*/
|
|
92
|
-
export type HealthCheckMethod10 = OpenEnum<typeof HealthCheckMethod10>;
|
|
93
|
-
export type CollectorHealthCheckCollectRequestParam10 = {
|
|
94
|
-
/**
|
|
95
|
-
* Parameter name.
|
|
96
|
-
*/
|
|
97
|
-
name: string;
|
|
98
|
-
/**
|
|
99
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
100
|
-
*/
|
|
101
|
-
value: string;
|
|
102
|
-
};
|
|
103
|
-
export type CollectorHealthCheckCollectRequestHeader10 = {
|
|
104
|
-
/**
|
|
105
|
-
* Header Name
|
|
106
|
-
*/
|
|
107
|
-
name: string;
|
|
108
|
-
/**
|
|
109
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
110
|
-
*/
|
|
111
|
-
value: string;
|
|
112
|
-
};
|
|
113
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers10: {
|
|
114
|
-
readonly Cribl: "Cribl";
|
|
115
|
-
};
|
|
116
|
-
export type CollectorHealthCheckHiddenDefaultBreakers10 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers10>;
|
|
117
|
-
/**
|
|
118
|
-
* The algorithm to use when performing HTTP retries
|
|
119
|
-
*/
|
|
120
|
-
export declare const CollectorHealthCheckRetryType10: {
|
|
121
|
-
/**
|
|
122
|
-
* Disabled
|
|
123
|
-
*/
|
|
124
|
-
readonly None: "none";
|
|
125
|
-
/**
|
|
126
|
-
* Backoff
|
|
127
|
-
*/
|
|
128
|
-
readonly Backoff: "backoff";
|
|
129
|
-
/**
|
|
130
|
-
* Static
|
|
131
|
-
*/
|
|
132
|
-
readonly Static: "static";
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* The algorithm to use when performing HTTP retries
|
|
136
|
-
*/
|
|
137
|
-
export type CollectorHealthCheckRetryType10 = OpenEnum<typeof CollectorHealthCheckRetryType10>;
|
|
138
|
-
export type CollectorHealthCheckRetryRules10 = {
|
|
139
|
-
/**
|
|
140
|
-
* The algorithm to use when performing HTTP retries
|
|
141
|
-
*/
|
|
142
|
-
type?: CollectorHealthCheckRetryType10 | undefined;
|
|
143
|
-
interval?: any | undefined;
|
|
144
|
-
limit?: any | undefined;
|
|
145
|
-
multiplier?: any | undefined;
|
|
146
|
-
codes?: any | undefined;
|
|
147
|
-
enableHeader?: any | undefined;
|
|
148
|
-
};
|
|
149
|
-
/**
|
|
150
|
-
* Collector type: health_check
|
|
151
|
-
*/
|
|
152
|
-
export declare const CollectorHealthCheckType10: {
|
|
153
|
-
readonly HealthCheck: "health_check";
|
|
154
|
-
};
|
|
155
|
-
/**
|
|
156
|
-
* Collector type: health_check
|
|
157
|
-
*/
|
|
158
|
-
export type CollectorHealthCheckType10 = ClosedEnum<typeof CollectorHealthCheckType10>;
|
|
159
|
-
export type CollectorHealthCheckHealthCheck10 = {
|
|
160
|
-
/**
|
|
161
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
162
|
-
*/
|
|
163
|
-
authentication?: CollectorHealthCheckAuthentication10 | undefined;
|
|
164
|
-
/**
|
|
165
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
166
|
-
*/
|
|
167
|
-
loginUrl?: string | undefined;
|
|
168
|
-
/**
|
|
169
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
170
|
-
*/
|
|
171
|
-
tokenRespAttribute?: string | undefined;
|
|
172
|
-
/**
|
|
173
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
174
|
-
*/
|
|
175
|
-
authHeaderExpr?: string | undefined;
|
|
176
|
-
/**
|
|
177
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
178
|
-
*/
|
|
179
|
-
clientSecretParamName?: string | undefined;
|
|
180
|
-
/**
|
|
181
|
-
* Select or create a text secret that contains the client secret's value.
|
|
182
|
-
*/
|
|
183
|
-
textSecret: string;
|
|
184
|
-
/**
|
|
185
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
186
|
-
*/
|
|
187
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam10> | undefined;
|
|
188
|
-
/**
|
|
189
|
-
* Optional authentication request headers.
|
|
190
|
-
*/
|
|
191
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader10> | undefined;
|
|
192
|
-
discovery?: CollectorHealthCheckDiscovery10 | undefined;
|
|
193
|
-
/**
|
|
194
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
195
|
-
*/
|
|
196
|
-
collectUrl: string;
|
|
197
|
-
/**
|
|
198
|
-
* Health check HTTP method.
|
|
199
|
-
*/
|
|
200
|
-
collectMethod?: HealthCheckMethod10 | undefined;
|
|
201
|
-
/**
|
|
202
|
-
* Optional health check request parameters.
|
|
203
|
-
*/
|
|
204
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam10> | undefined;
|
|
205
|
-
/**
|
|
206
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
207
|
-
*/
|
|
208
|
-
collectBody?: string | undefined;
|
|
209
|
-
/**
|
|
210
|
-
* Optional health check request headers.
|
|
211
|
-
*/
|
|
212
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader10> | undefined;
|
|
213
|
-
/**
|
|
214
|
-
* Enable to make auth health check call.
|
|
215
|
-
*/
|
|
216
|
-
authenticateCollect?: boolean | undefined;
|
|
217
|
-
/**
|
|
218
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
219
|
-
*/
|
|
220
|
-
timeout?: number | undefined;
|
|
221
|
-
/**
|
|
222
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
223
|
-
*/
|
|
224
|
-
rejectUnauthorized?: boolean | undefined;
|
|
225
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers10 | undefined;
|
|
226
|
-
/**
|
|
227
|
-
* List of headers that are safe to log in plain text.
|
|
228
|
-
*/
|
|
229
|
-
safeHeaders?: Array<string> | undefined;
|
|
230
|
-
retryRules?: CollectorHealthCheckRetryRules10 | undefined;
|
|
231
|
-
/**
|
|
232
|
-
* Login username
|
|
233
|
-
*/
|
|
234
|
-
username?: string | undefined;
|
|
235
|
-
/**
|
|
236
|
-
* Login password
|
|
237
|
-
*/
|
|
238
|
-
password?: string | undefined;
|
|
239
|
-
/**
|
|
240
|
-
* Select or create a stored secret that references your login credentials
|
|
241
|
-
*/
|
|
242
|
-
credentialsSecret?: string | undefined;
|
|
243
|
-
/**
|
|
244
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
245
|
-
*/
|
|
246
|
-
loginBody?: string | undefined;
|
|
247
|
-
/**
|
|
248
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
249
|
-
*/
|
|
250
|
-
clientSecretParamValue?: string | undefined;
|
|
251
|
-
/**
|
|
252
|
-
* Collector type: health_check
|
|
253
|
-
*/
|
|
254
|
-
type: CollectorHealthCheckType10;
|
|
255
|
-
};
|
|
256
|
-
/**
|
|
257
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
258
|
-
*/
|
|
259
|
-
export declare const CollectorHealthCheckAuthentication9: {
|
|
260
|
-
readonly None: "none";
|
|
261
|
-
readonly Basic: "basic";
|
|
262
|
-
readonly BasicSecret: "basicSecret";
|
|
263
|
-
readonly Login: "login";
|
|
264
|
-
readonly LoginSecret: "loginSecret";
|
|
265
|
-
readonly Oauth: "oauth";
|
|
266
|
-
readonly OauthSecret: "oauthSecret";
|
|
267
|
-
};
|
|
268
|
-
/**
|
|
269
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
270
|
-
*/
|
|
271
|
-
export type CollectorHealthCheckAuthentication9 = OpenEnum<typeof CollectorHealthCheckAuthentication9>;
|
|
272
|
-
export type CollectorHealthCheckAuthRequestParam9 = {
|
|
273
|
-
/**
|
|
274
|
-
* Parameter name.
|
|
275
|
-
*/
|
|
276
|
-
name: string;
|
|
277
|
-
/**
|
|
278
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
279
|
-
*/
|
|
280
|
-
value: string;
|
|
281
|
-
};
|
|
282
|
-
export type CollectorHealthCheckAuthRequestHeader9 = {
|
|
283
|
-
/**
|
|
284
|
-
* Header name.
|
|
285
|
-
*/
|
|
286
|
-
name: string;
|
|
287
|
-
/**
|
|
288
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
289
|
-
*/
|
|
290
|
-
value: string;
|
|
291
|
-
};
|
|
292
|
-
/**
|
|
293
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
294
|
-
*/
|
|
295
|
-
export declare const CollectorHealthCheckDiscoverType9: {
|
|
296
|
-
/**
|
|
297
|
-
* HTTP Request
|
|
298
|
-
*/
|
|
299
|
-
readonly Http: "http";
|
|
300
|
-
/**
|
|
301
|
-
* JSON Response
|
|
302
|
-
*/
|
|
303
|
-
readonly Json: "json";
|
|
304
|
-
/**
|
|
305
|
-
* Item List
|
|
306
|
-
*/
|
|
307
|
-
readonly List: "list";
|
|
308
|
-
/**
|
|
309
|
-
* None
|
|
310
|
-
*/
|
|
311
|
-
readonly None: "none";
|
|
312
|
-
};
|
|
313
|
-
/**
|
|
314
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
315
|
-
*/
|
|
316
|
-
export type CollectorHealthCheckDiscoverType9 = OpenEnum<typeof CollectorHealthCheckDiscoverType9>;
|
|
317
|
-
export type CollectorHealthCheckDiscovery9 = {
|
|
318
|
-
/**
|
|
319
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
320
|
-
*/
|
|
321
|
-
discoverType?: CollectorHealthCheckDiscoverType9 | undefined;
|
|
322
|
-
};
|
|
323
|
-
/**
|
|
324
|
-
* Health check HTTP method.
|
|
325
|
-
*/
|
|
326
|
-
export declare const HealthCheckMethod9: {
|
|
327
|
-
/**
|
|
328
|
-
* GET
|
|
329
|
-
*/
|
|
330
|
-
readonly Get: "get";
|
|
331
|
-
/**
|
|
332
|
-
* POST
|
|
333
|
-
*/
|
|
334
|
-
readonly Post: "post";
|
|
335
|
-
/**
|
|
336
|
-
* POST with Body
|
|
337
|
-
*/
|
|
338
|
-
readonly PostWithBody: "post_with_body";
|
|
339
|
-
};
|
|
340
|
-
/**
|
|
341
|
-
* Health check HTTP method.
|
|
342
|
-
*/
|
|
343
|
-
export type HealthCheckMethod9 = OpenEnum<typeof HealthCheckMethod9>;
|
|
344
|
-
export type CollectorHealthCheckCollectRequestParam9 = {
|
|
345
|
-
/**
|
|
346
|
-
* Parameter name.
|
|
347
|
-
*/
|
|
348
|
-
name: string;
|
|
349
|
-
/**
|
|
350
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
351
|
-
*/
|
|
352
|
-
value: string;
|
|
353
|
-
};
|
|
354
|
-
export type CollectorHealthCheckCollectRequestHeader9 = {
|
|
355
|
-
/**
|
|
356
|
-
* Header Name
|
|
357
|
-
*/
|
|
358
|
-
name: string;
|
|
359
|
-
/**
|
|
360
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
361
|
-
*/
|
|
362
|
-
value: string;
|
|
363
|
-
};
|
|
364
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers9: {
|
|
365
|
-
readonly Cribl: "Cribl";
|
|
366
|
-
};
|
|
367
|
-
export type CollectorHealthCheckHiddenDefaultBreakers9 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers9>;
|
|
368
|
-
/**
|
|
369
|
-
* The algorithm to use when performing HTTP retries
|
|
370
|
-
*/
|
|
371
|
-
export declare const CollectorHealthCheckRetryType9: {
|
|
372
|
-
/**
|
|
373
|
-
* Disabled
|
|
374
|
-
*/
|
|
375
|
-
readonly None: "none";
|
|
376
|
-
/**
|
|
377
|
-
* Backoff
|
|
378
|
-
*/
|
|
379
|
-
readonly Backoff: "backoff";
|
|
380
|
-
/**
|
|
381
|
-
* Static
|
|
382
|
-
*/
|
|
383
|
-
readonly Static: "static";
|
|
384
|
-
};
|
|
385
|
-
/**
|
|
386
|
-
* The algorithm to use when performing HTTP retries
|
|
387
|
-
*/
|
|
388
|
-
export type CollectorHealthCheckRetryType9 = OpenEnum<typeof CollectorHealthCheckRetryType9>;
|
|
389
|
-
export type CollectorHealthCheckRetryRules9 = {
|
|
390
|
-
/**
|
|
391
|
-
* The algorithm to use when performing HTTP retries
|
|
392
|
-
*/
|
|
393
|
-
type?: CollectorHealthCheckRetryType9 | undefined;
|
|
394
|
-
interval?: any | undefined;
|
|
395
|
-
limit?: any | undefined;
|
|
396
|
-
multiplier?: any | undefined;
|
|
397
|
-
codes?: any | undefined;
|
|
398
|
-
enableHeader?: any | undefined;
|
|
399
|
-
};
|
|
400
|
-
/**
|
|
401
|
-
* Collector type: health_check
|
|
402
|
-
*/
|
|
403
|
-
export declare const CollectorHealthCheckType9: {
|
|
404
|
-
readonly HealthCheck: "health_check";
|
|
405
|
-
};
|
|
406
|
-
/**
|
|
407
|
-
* Collector type: health_check
|
|
408
|
-
*/
|
|
409
|
-
export type CollectorHealthCheckType9 = ClosedEnum<typeof CollectorHealthCheckType9>;
|
|
410
|
-
export type CollectorHealthCheckHealthCheck9 = {
|
|
411
|
-
/**
|
|
412
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
413
|
-
*/
|
|
414
|
-
authentication?: CollectorHealthCheckAuthentication9 | undefined;
|
|
415
|
-
/**
|
|
416
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
417
|
-
*/
|
|
418
|
-
loginUrl?: string | undefined;
|
|
419
|
-
/**
|
|
420
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
421
|
-
*/
|
|
422
|
-
tokenRespAttribute?: string | undefined;
|
|
423
|
-
/**
|
|
424
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
425
|
-
*/
|
|
426
|
-
authHeaderExpr?: string | undefined;
|
|
427
|
-
/**
|
|
428
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
429
|
-
*/
|
|
430
|
-
clientSecretParamName?: string | undefined;
|
|
431
|
-
/**
|
|
432
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
433
|
-
*/
|
|
434
|
-
clientSecretParamValue: string;
|
|
435
|
-
/**
|
|
436
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
437
|
-
*/
|
|
438
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam9> | undefined;
|
|
439
|
-
/**
|
|
440
|
-
* Optional authentication request headers.
|
|
441
|
-
*/
|
|
442
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader9> | undefined;
|
|
443
|
-
discovery?: CollectorHealthCheckDiscovery9 | undefined;
|
|
444
|
-
/**
|
|
445
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
446
|
-
*/
|
|
447
|
-
collectUrl: string;
|
|
448
|
-
/**
|
|
449
|
-
* Health check HTTP method.
|
|
450
|
-
*/
|
|
451
|
-
collectMethod?: HealthCheckMethod9 | undefined;
|
|
452
|
-
/**
|
|
453
|
-
* Optional health check request parameters.
|
|
454
|
-
*/
|
|
455
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam9> | undefined;
|
|
456
|
-
/**
|
|
457
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
458
|
-
*/
|
|
459
|
-
collectBody?: string | undefined;
|
|
460
|
-
/**
|
|
461
|
-
* Optional health check request headers.
|
|
462
|
-
*/
|
|
463
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader9> | undefined;
|
|
464
|
-
/**
|
|
465
|
-
* Enable to make auth health check call.
|
|
466
|
-
*/
|
|
467
|
-
authenticateCollect?: boolean | undefined;
|
|
468
|
-
/**
|
|
469
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
470
|
-
*/
|
|
471
|
-
timeout?: number | undefined;
|
|
472
|
-
/**
|
|
473
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
474
|
-
*/
|
|
475
|
-
rejectUnauthorized?: boolean | undefined;
|
|
476
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers9 | undefined;
|
|
477
|
-
/**
|
|
478
|
-
* List of headers that are safe to log in plain text.
|
|
479
|
-
*/
|
|
480
|
-
safeHeaders?: Array<string> | undefined;
|
|
481
|
-
retryRules?: CollectorHealthCheckRetryRules9 | undefined;
|
|
482
|
-
/**
|
|
483
|
-
* Login username
|
|
484
|
-
*/
|
|
485
|
-
username?: string | undefined;
|
|
486
|
-
/**
|
|
487
|
-
* Login password
|
|
488
|
-
*/
|
|
489
|
-
password?: string | undefined;
|
|
490
|
-
/**
|
|
491
|
-
* Select or create a stored secret that references your login credentials
|
|
492
|
-
*/
|
|
493
|
-
credentialsSecret?: string | undefined;
|
|
494
|
-
/**
|
|
495
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
496
|
-
*/
|
|
497
|
-
loginBody?: string | undefined;
|
|
498
|
-
/**
|
|
499
|
-
* Select or create a text secret that contains the client secret's value.
|
|
500
|
-
*/
|
|
501
|
-
textSecret?: string | undefined;
|
|
8
|
+
export type CollectorHealthCheck = {
|
|
502
9
|
/**
|
|
503
10
|
* Collector type: health_check
|
|
504
11
|
*/
|
|
505
|
-
type:
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
509
|
-
*/
|
|
510
|
-
export declare const CollectorHealthCheckAuthentication8: {
|
|
511
|
-
readonly None: "none";
|
|
512
|
-
readonly Basic: "basic";
|
|
513
|
-
readonly BasicSecret: "basicSecret";
|
|
514
|
-
readonly Login: "login";
|
|
515
|
-
readonly LoginSecret: "loginSecret";
|
|
516
|
-
readonly Oauth: "oauth";
|
|
517
|
-
readonly OauthSecret: "oauthSecret";
|
|
12
|
+
type: "health_check";
|
|
13
|
+
conf: HealthCheckCollectorConf;
|
|
518
14
|
};
|
|
519
|
-
/**
|
|
520
|
-
|
|
521
|
-
*/
|
|
522
|
-
export type
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
* Header name.
|
|
526
|
-
*/
|
|
527
|
-
name: string;
|
|
528
|
-
/**
|
|
529
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
530
|
-
*/
|
|
531
|
-
value: string;
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const CollectorHealthCheck$inboundSchema: z.ZodType<CollectorHealthCheck, z.ZodTypeDef, unknown>;
|
|
17
|
+
/** @internal */
|
|
18
|
+
export type CollectorHealthCheck$Outbound = {
|
|
19
|
+
type: "health_check";
|
|
20
|
+
conf: HealthCheckCollectorConf$Outbound;
|
|
532
21
|
};
|
|
533
|
-
/**
|
|
534
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
535
|
-
*/
|
|
536
|
-
export declare const CollectorHealthCheckDiscoverType8: {
|
|
537
|
-
/**
|
|
538
|
-
* HTTP Request
|
|
539
|
-
*/
|
|
540
|
-
readonly Http: "http";
|
|
541
|
-
/**
|
|
542
|
-
* JSON Response
|
|
543
|
-
*/
|
|
544
|
-
readonly Json: "json";
|
|
545
|
-
/**
|
|
546
|
-
* Item List
|
|
547
|
-
*/
|
|
548
|
-
readonly List: "list";
|
|
549
|
-
/**
|
|
550
|
-
* None
|
|
551
|
-
*/
|
|
552
|
-
readonly None: "none";
|
|
553
|
-
};
|
|
554
|
-
/**
|
|
555
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
556
|
-
*/
|
|
557
|
-
export type CollectorHealthCheckDiscoverType8 = OpenEnum<typeof CollectorHealthCheckDiscoverType8>;
|
|
558
|
-
export type CollectorHealthCheckDiscovery8 = {
|
|
559
|
-
/**
|
|
560
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
561
|
-
*/
|
|
562
|
-
discoverType?: CollectorHealthCheckDiscoverType8 | undefined;
|
|
563
|
-
};
|
|
564
|
-
/**
|
|
565
|
-
* Health check HTTP method.
|
|
566
|
-
*/
|
|
567
|
-
export declare const HealthCheckMethod8: {
|
|
568
|
-
/**
|
|
569
|
-
* GET
|
|
570
|
-
*/
|
|
571
|
-
readonly Get: "get";
|
|
572
|
-
/**
|
|
573
|
-
* POST
|
|
574
|
-
*/
|
|
575
|
-
readonly Post: "post";
|
|
576
|
-
/**
|
|
577
|
-
* POST with Body
|
|
578
|
-
*/
|
|
579
|
-
readonly PostWithBody: "post_with_body";
|
|
580
|
-
};
|
|
581
|
-
/**
|
|
582
|
-
* Health check HTTP method.
|
|
583
|
-
*/
|
|
584
|
-
export type HealthCheckMethod8 = OpenEnum<typeof HealthCheckMethod8>;
|
|
585
|
-
export type CollectorHealthCheckCollectRequestParam8 = {
|
|
586
|
-
/**
|
|
587
|
-
* Parameter name.
|
|
588
|
-
*/
|
|
589
|
-
name: string;
|
|
590
|
-
/**
|
|
591
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
592
|
-
*/
|
|
593
|
-
value: string;
|
|
594
|
-
};
|
|
595
|
-
export type CollectorHealthCheckCollectRequestHeader8 = {
|
|
596
|
-
/**
|
|
597
|
-
* Header Name
|
|
598
|
-
*/
|
|
599
|
-
name: string;
|
|
600
|
-
/**
|
|
601
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
602
|
-
*/
|
|
603
|
-
value: string;
|
|
604
|
-
};
|
|
605
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers8: {
|
|
606
|
-
readonly Cribl: "Cribl";
|
|
607
|
-
};
|
|
608
|
-
export type CollectorHealthCheckHiddenDefaultBreakers8 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers8>;
|
|
609
|
-
/**
|
|
610
|
-
* The algorithm to use when performing HTTP retries
|
|
611
|
-
*/
|
|
612
|
-
export declare const CollectorHealthCheckRetryType8: {
|
|
613
|
-
/**
|
|
614
|
-
* Disabled
|
|
615
|
-
*/
|
|
616
|
-
readonly None: "none";
|
|
617
|
-
/**
|
|
618
|
-
* Backoff
|
|
619
|
-
*/
|
|
620
|
-
readonly Backoff: "backoff";
|
|
621
|
-
/**
|
|
622
|
-
* Static
|
|
623
|
-
*/
|
|
624
|
-
readonly Static: "static";
|
|
625
|
-
};
|
|
626
|
-
/**
|
|
627
|
-
* The algorithm to use when performing HTTP retries
|
|
628
|
-
*/
|
|
629
|
-
export type CollectorHealthCheckRetryType8 = OpenEnum<typeof CollectorHealthCheckRetryType8>;
|
|
630
|
-
export type CollectorHealthCheckRetryRules8 = {
|
|
631
|
-
/**
|
|
632
|
-
* The algorithm to use when performing HTTP retries
|
|
633
|
-
*/
|
|
634
|
-
type?: CollectorHealthCheckRetryType8 | undefined;
|
|
635
|
-
interval?: any | undefined;
|
|
636
|
-
limit?: any | undefined;
|
|
637
|
-
multiplier?: any | undefined;
|
|
638
|
-
codes?: any | undefined;
|
|
639
|
-
enableHeader?: any | undefined;
|
|
640
|
-
};
|
|
641
|
-
export type CollectorHealthCheckAuthRequestParam8 = {
|
|
642
|
-
/**
|
|
643
|
-
* Parameter name.
|
|
644
|
-
*/
|
|
645
|
-
name: string;
|
|
646
|
-
/**
|
|
647
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
648
|
-
*/
|
|
649
|
-
value: string;
|
|
650
|
-
};
|
|
651
|
-
/**
|
|
652
|
-
* Collector type: health_check
|
|
653
|
-
*/
|
|
654
|
-
export declare const CollectorHealthCheckType8: {
|
|
655
|
-
readonly HealthCheck: "health_check";
|
|
656
|
-
};
|
|
657
|
-
/**
|
|
658
|
-
* Collector type: health_check
|
|
659
|
-
*/
|
|
660
|
-
export type CollectorHealthCheckType8 = ClosedEnum<typeof CollectorHealthCheckType8>;
|
|
661
|
-
export type CollectorHealthCheckHealthCheck8 = {
|
|
662
|
-
/**
|
|
663
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
664
|
-
*/
|
|
665
|
-
authentication?: CollectorHealthCheckAuthentication8 | undefined;
|
|
666
|
-
/**
|
|
667
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
668
|
-
*/
|
|
669
|
-
loginUrl?: string | undefined;
|
|
670
|
-
/**
|
|
671
|
-
* Select or create a stored secret that references your login credentials
|
|
672
|
-
*/
|
|
673
|
-
credentialsSecret: string;
|
|
674
|
-
/**
|
|
675
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
676
|
-
*/
|
|
677
|
-
loginBody?: string | undefined;
|
|
678
|
-
/**
|
|
679
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
680
|
-
*/
|
|
681
|
-
tokenRespAttribute?: string | undefined;
|
|
682
|
-
/**
|
|
683
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
684
|
-
*/
|
|
685
|
-
authHeaderExpr?: string | undefined;
|
|
686
|
-
/**
|
|
687
|
-
* Optional authentication request headers.
|
|
688
|
-
*/
|
|
689
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader8> | undefined;
|
|
690
|
-
discovery?: CollectorHealthCheckDiscovery8 | undefined;
|
|
691
|
-
/**
|
|
692
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
693
|
-
*/
|
|
694
|
-
collectUrl: string;
|
|
695
|
-
/**
|
|
696
|
-
* Health check HTTP method.
|
|
697
|
-
*/
|
|
698
|
-
collectMethod?: HealthCheckMethod8 | undefined;
|
|
699
|
-
/**
|
|
700
|
-
* Optional health check request parameters.
|
|
701
|
-
*/
|
|
702
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam8> | undefined;
|
|
703
|
-
/**
|
|
704
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
705
|
-
*/
|
|
706
|
-
collectBody?: string | undefined;
|
|
707
|
-
/**
|
|
708
|
-
* Optional health check request headers.
|
|
709
|
-
*/
|
|
710
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader8> | undefined;
|
|
711
|
-
/**
|
|
712
|
-
* Enable to make auth health check call.
|
|
713
|
-
*/
|
|
714
|
-
authenticateCollect?: boolean | undefined;
|
|
715
|
-
/**
|
|
716
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
717
|
-
*/
|
|
718
|
-
timeout?: number | undefined;
|
|
719
|
-
/**
|
|
720
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
721
|
-
*/
|
|
722
|
-
rejectUnauthorized?: boolean | undefined;
|
|
723
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers8 | undefined;
|
|
724
|
-
/**
|
|
725
|
-
* List of headers that are safe to log in plain text.
|
|
726
|
-
*/
|
|
727
|
-
safeHeaders?: Array<string> | undefined;
|
|
728
|
-
retryRules?: CollectorHealthCheckRetryRules8 | undefined;
|
|
729
|
-
/**
|
|
730
|
-
* Login username
|
|
731
|
-
*/
|
|
732
|
-
username?: string | undefined;
|
|
733
|
-
/**
|
|
734
|
-
* Login password
|
|
735
|
-
*/
|
|
736
|
-
password?: string | undefined;
|
|
737
|
-
/**
|
|
738
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
739
|
-
*/
|
|
740
|
-
clientSecretParamName?: string | undefined;
|
|
741
|
-
/**
|
|
742
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
743
|
-
*/
|
|
744
|
-
clientSecretParamValue?: string | undefined;
|
|
745
|
-
/**
|
|
746
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
747
|
-
*/
|
|
748
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam8> | undefined;
|
|
749
|
-
/**
|
|
750
|
-
* Select or create a text secret that contains the client secret's value.
|
|
751
|
-
*/
|
|
752
|
-
textSecret?: string | undefined;
|
|
753
|
-
/**
|
|
754
|
-
* Collector type: health_check
|
|
755
|
-
*/
|
|
756
|
-
type: CollectorHealthCheckType8;
|
|
757
|
-
};
|
|
758
|
-
/**
|
|
759
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
760
|
-
*/
|
|
761
|
-
export declare const CollectorHealthCheckAuthentication7: {
|
|
762
|
-
readonly None: "none";
|
|
763
|
-
readonly Basic: "basic";
|
|
764
|
-
readonly BasicSecret: "basicSecret";
|
|
765
|
-
readonly Login: "login";
|
|
766
|
-
readonly LoginSecret: "loginSecret";
|
|
767
|
-
readonly Oauth: "oauth";
|
|
768
|
-
readonly OauthSecret: "oauthSecret";
|
|
769
|
-
};
|
|
770
|
-
/**
|
|
771
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
772
|
-
*/
|
|
773
|
-
export type CollectorHealthCheckAuthentication7 = OpenEnum<typeof CollectorHealthCheckAuthentication7>;
|
|
774
|
-
export type CollectorHealthCheckAuthRequestHeader7 = {
|
|
775
|
-
/**
|
|
776
|
-
* Header name.
|
|
777
|
-
*/
|
|
778
|
-
name: string;
|
|
779
|
-
/**
|
|
780
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
781
|
-
*/
|
|
782
|
-
value: string;
|
|
783
|
-
};
|
|
784
|
-
/**
|
|
785
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
786
|
-
*/
|
|
787
|
-
export declare const CollectorHealthCheckDiscoverType7: {
|
|
788
|
-
/**
|
|
789
|
-
* HTTP Request
|
|
790
|
-
*/
|
|
791
|
-
readonly Http: "http";
|
|
792
|
-
/**
|
|
793
|
-
* JSON Response
|
|
794
|
-
*/
|
|
795
|
-
readonly Json: "json";
|
|
796
|
-
/**
|
|
797
|
-
* Item List
|
|
798
|
-
*/
|
|
799
|
-
readonly List: "list";
|
|
800
|
-
/**
|
|
801
|
-
* None
|
|
802
|
-
*/
|
|
803
|
-
readonly None: "none";
|
|
804
|
-
};
|
|
805
|
-
/**
|
|
806
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
807
|
-
*/
|
|
808
|
-
export type CollectorHealthCheckDiscoverType7 = OpenEnum<typeof CollectorHealthCheckDiscoverType7>;
|
|
809
|
-
export type CollectorHealthCheckDiscovery7 = {
|
|
810
|
-
/**
|
|
811
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
812
|
-
*/
|
|
813
|
-
discoverType?: CollectorHealthCheckDiscoverType7 | undefined;
|
|
814
|
-
};
|
|
815
|
-
/**
|
|
816
|
-
* Health check HTTP method.
|
|
817
|
-
*/
|
|
818
|
-
export declare const HealthCheckMethod7: {
|
|
819
|
-
/**
|
|
820
|
-
* GET
|
|
821
|
-
*/
|
|
822
|
-
readonly Get: "get";
|
|
823
|
-
/**
|
|
824
|
-
* POST
|
|
825
|
-
*/
|
|
826
|
-
readonly Post: "post";
|
|
827
|
-
/**
|
|
828
|
-
* POST with Body
|
|
829
|
-
*/
|
|
830
|
-
readonly PostWithBody: "post_with_body";
|
|
831
|
-
};
|
|
832
|
-
/**
|
|
833
|
-
* Health check HTTP method.
|
|
834
|
-
*/
|
|
835
|
-
export type HealthCheckMethod7 = OpenEnum<typeof HealthCheckMethod7>;
|
|
836
|
-
export type CollectorHealthCheckCollectRequestParam7 = {
|
|
837
|
-
/**
|
|
838
|
-
* Parameter name.
|
|
839
|
-
*/
|
|
840
|
-
name: string;
|
|
841
|
-
/**
|
|
842
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
843
|
-
*/
|
|
844
|
-
value: string;
|
|
845
|
-
};
|
|
846
|
-
export type CollectorHealthCheckCollectRequestHeader7 = {
|
|
847
|
-
/**
|
|
848
|
-
* Header Name
|
|
849
|
-
*/
|
|
850
|
-
name: string;
|
|
851
|
-
/**
|
|
852
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
853
|
-
*/
|
|
854
|
-
value: string;
|
|
855
|
-
};
|
|
856
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers7: {
|
|
857
|
-
readonly Cribl: "Cribl";
|
|
858
|
-
};
|
|
859
|
-
export type CollectorHealthCheckHiddenDefaultBreakers7 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers7>;
|
|
860
|
-
/**
|
|
861
|
-
* The algorithm to use when performing HTTP retries
|
|
862
|
-
*/
|
|
863
|
-
export declare const CollectorHealthCheckRetryType7: {
|
|
864
|
-
/**
|
|
865
|
-
* Disabled
|
|
866
|
-
*/
|
|
867
|
-
readonly None: "none";
|
|
868
|
-
/**
|
|
869
|
-
* Backoff
|
|
870
|
-
*/
|
|
871
|
-
readonly Backoff: "backoff";
|
|
872
|
-
/**
|
|
873
|
-
* Static
|
|
874
|
-
*/
|
|
875
|
-
readonly Static: "static";
|
|
876
|
-
};
|
|
877
|
-
/**
|
|
878
|
-
* The algorithm to use when performing HTTP retries
|
|
879
|
-
*/
|
|
880
|
-
export type CollectorHealthCheckRetryType7 = OpenEnum<typeof CollectorHealthCheckRetryType7>;
|
|
881
|
-
export type CollectorHealthCheckRetryRules7 = {
|
|
882
|
-
/**
|
|
883
|
-
* The algorithm to use when performing HTTP retries
|
|
884
|
-
*/
|
|
885
|
-
type?: CollectorHealthCheckRetryType7 | undefined;
|
|
886
|
-
interval?: any | undefined;
|
|
887
|
-
limit?: any | undefined;
|
|
888
|
-
multiplier?: any | undefined;
|
|
889
|
-
codes?: any | undefined;
|
|
890
|
-
enableHeader?: any | undefined;
|
|
891
|
-
};
|
|
892
|
-
export type CollectorHealthCheckAuthRequestParam7 = {
|
|
893
|
-
/**
|
|
894
|
-
* Parameter name.
|
|
895
|
-
*/
|
|
896
|
-
name: string;
|
|
897
|
-
/**
|
|
898
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
899
|
-
*/
|
|
900
|
-
value: string;
|
|
901
|
-
};
|
|
902
|
-
/**
|
|
903
|
-
* Collector type: health_check
|
|
904
|
-
*/
|
|
905
|
-
export declare const CollectorHealthCheckType7: {
|
|
906
|
-
readonly HealthCheck: "health_check";
|
|
907
|
-
};
|
|
908
|
-
/**
|
|
909
|
-
* Collector type: health_check
|
|
910
|
-
*/
|
|
911
|
-
export type CollectorHealthCheckType7 = ClosedEnum<typeof CollectorHealthCheckType7>;
|
|
912
|
-
export type CollectorHealthCheckHealthCheck7 = {
|
|
913
|
-
/**
|
|
914
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
915
|
-
*/
|
|
916
|
-
authentication?: CollectorHealthCheckAuthentication7 | undefined;
|
|
917
|
-
/**
|
|
918
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
919
|
-
*/
|
|
920
|
-
loginUrl?: string | undefined;
|
|
921
|
-
/**
|
|
922
|
-
* Login username
|
|
923
|
-
*/
|
|
924
|
-
username: string;
|
|
925
|
-
/**
|
|
926
|
-
* Login password
|
|
927
|
-
*/
|
|
928
|
-
password: string;
|
|
929
|
-
/**
|
|
930
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
931
|
-
*/
|
|
932
|
-
loginBody?: string | undefined;
|
|
933
|
-
/**
|
|
934
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
935
|
-
*/
|
|
936
|
-
tokenRespAttribute?: string | undefined;
|
|
937
|
-
/**
|
|
938
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
939
|
-
*/
|
|
940
|
-
authHeaderExpr?: string | undefined;
|
|
941
|
-
/**
|
|
942
|
-
* Optional authentication request headers.
|
|
943
|
-
*/
|
|
944
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader7> | undefined;
|
|
945
|
-
discovery?: CollectorHealthCheckDiscovery7 | undefined;
|
|
946
|
-
/**
|
|
947
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
948
|
-
*/
|
|
949
|
-
collectUrl: string;
|
|
950
|
-
/**
|
|
951
|
-
* Health check HTTP method.
|
|
952
|
-
*/
|
|
953
|
-
collectMethod?: HealthCheckMethod7 | undefined;
|
|
954
|
-
/**
|
|
955
|
-
* Optional health check request parameters.
|
|
956
|
-
*/
|
|
957
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam7> | undefined;
|
|
958
|
-
/**
|
|
959
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
960
|
-
*/
|
|
961
|
-
collectBody?: string | undefined;
|
|
962
|
-
/**
|
|
963
|
-
* Optional health check request headers.
|
|
964
|
-
*/
|
|
965
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader7> | undefined;
|
|
966
|
-
/**
|
|
967
|
-
* Enable to make auth health check call.
|
|
968
|
-
*/
|
|
969
|
-
authenticateCollect?: boolean | undefined;
|
|
970
|
-
/**
|
|
971
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
972
|
-
*/
|
|
973
|
-
timeout?: number | undefined;
|
|
974
|
-
/**
|
|
975
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
976
|
-
*/
|
|
977
|
-
rejectUnauthorized?: boolean | undefined;
|
|
978
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers7 | undefined;
|
|
979
|
-
/**
|
|
980
|
-
* List of headers that are safe to log in plain text.
|
|
981
|
-
*/
|
|
982
|
-
safeHeaders?: Array<string> | undefined;
|
|
983
|
-
retryRules?: CollectorHealthCheckRetryRules7 | undefined;
|
|
984
|
-
/**
|
|
985
|
-
* Select or create a stored secret that references your login credentials
|
|
986
|
-
*/
|
|
987
|
-
credentialsSecret?: string | undefined;
|
|
988
|
-
/**
|
|
989
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
990
|
-
*/
|
|
991
|
-
clientSecretParamName?: string | undefined;
|
|
992
|
-
/**
|
|
993
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
994
|
-
*/
|
|
995
|
-
clientSecretParamValue?: string | undefined;
|
|
996
|
-
/**
|
|
997
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
998
|
-
*/
|
|
999
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam7> | undefined;
|
|
1000
|
-
/**
|
|
1001
|
-
* Select or create a text secret that contains the client secret's value.
|
|
1002
|
-
*/
|
|
1003
|
-
textSecret?: string | undefined;
|
|
1004
|
-
/**
|
|
1005
|
-
* Collector type: health_check
|
|
1006
|
-
*/
|
|
1007
|
-
type: CollectorHealthCheckType7;
|
|
1008
|
-
};
|
|
1009
|
-
/**
|
|
1010
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1011
|
-
*/
|
|
1012
|
-
export declare const CollectorHealthCheckAuthentication6: {
|
|
1013
|
-
readonly None: "none";
|
|
1014
|
-
readonly Basic: "basic";
|
|
1015
|
-
readonly BasicSecret: "basicSecret";
|
|
1016
|
-
readonly Login: "login";
|
|
1017
|
-
readonly LoginSecret: "loginSecret";
|
|
1018
|
-
readonly Oauth: "oauth";
|
|
1019
|
-
readonly OauthSecret: "oauthSecret";
|
|
1020
|
-
};
|
|
1021
|
-
/**
|
|
1022
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1023
|
-
*/
|
|
1024
|
-
export type CollectorHealthCheckAuthentication6 = OpenEnum<typeof CollectorHealthCheckAuthentication6>;
|
|
1025
|
-
/**
|
|
1026
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1027
|
-
*/
|
|
1028
|
-
export declare const CollectorHealthCheckDiscoverType6: {
|
|
1029
|
-
/**
|
|
1030
|
-
* HTTP Request
|
|
1031
|
-
*/
|
|
1032
|
-
readonly Http: "http";
|
|
1033
|
-
/**
|
|
1034
|
-
* JSON Response
|
|
1035
|
-
*/
|
|
1036
|
-
readonly Json: "json";
|
|
1037
|
-
/**
|
|
1038
|
-
* Item List
|
|
1039
|
-
*/
|
|
1040
|
-
readonly List: "list";
|
|
1041
|
-
/**
|
|
1042
|
-
* None
|
|
1043
|
-
*/
|
|
1044
|
-
readonly None: "none";
|
|
1045
|
-
};
|
|
1046
|
-
/**
|
|
1047
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1048
|
-
*/
|
|
1049
|
-
export type CollectorHealthCheckDiscoverType6 = OpenEnum<typeof CollectorHealthCheckDiscoverType6>;
|
|
1050
|
-
export type CollectorHealthCheckDiscovery6 = {
|
|
1051
|
-
/**
|
|
1052
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1053
|
-
*/
|
|
1054
|
-
discoverType?: CollectorHealthCheckDiscoverType6 | undefined;
|
|
1055
|
-
};
|
|
1056
|
-
/**
|
|
1057
|
-
* Health check HTTP method.
|
|
1058
|
-
*/
|
|
1059
|
-
export declare const HealthCheckMethod6: {
|
|
1060
|
-
/**
|
|
1061
|
-
* GET
|
|
1062
|
-
*/
|
|
1063
|
-
readonly Get: "get";
|
|
1064
|
-
/**
|
|
1065
|
-
* POST
|
|
1066
|
-
*/
|
|
1067
|
-
readonly Post: "post";
|
|
1068
|
-
/**
|
|
1069
|
-
* POST with Body
|
|
1070
|
-
*/
|
|
1071
|
-
readonly PostWithBody: "post_with_body";
|
|
1072
|
-
};
|
|
1073
|
-
/**
|
|
1074
|
-
* Health check HTTP method.
|
|
1075
|
-
*/
|
|
1076
|
-
export type HealthCheckMethod6 = OpenEnum<typeof HealthCheckMethod6>;
|
|
1077
|
-
export type CollectorHealthCheckCollectRequestParam6 = {
|
|
1078
|
-
/**
|
|
1079
|
-
* Parameter name.
|
|
1080
|
-
*/
|
|
1081
|
-
name: string;
|
|
1082
|
-
/**
|
|
1083
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
1084
|
-
*/
|
|
1085
|
-
value: string;
|
|
1086
|
-
};
|
|
1087
|
-
export type CollectorHealthCheckCollectRequestHeader6 = {
|
|
1088
|
-
/**
|
|
1089
|
-
* Header Name
|
|
1090
|
-
*/
|
|
1091
|
-
name: string;
|
|
1092
|
-
/**
|
|
1093
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
1094
|
-
*/
|
|
1095
|
-
value: string;
|
|
1096
|
-
};
|
|
1097
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers6: {
|
|
1098
|
-
readonly Cribl: "Cribl";
|
|
1099
|
-
};
|
|
1100
|
-
export type CollectorHealthCheckHiddenDefaultBreakers6 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers6>;
|
|
1101
|
-
/**
|
|
1102
|
-
* The algorithm to use when performing HTTP retries
|
|
1103
|
-
*/
|
|
1104
|
-
export declare const CollectorHealthCheckRetryType6: {
|
|
1105
|
-
/**
|
|
1106
|
-
* Disabled
|
|
1107
|
-
*/
|
|
1108
|
-
readonly None: "none";
|
|
1109
|
-
/**
|
|
1110
|
-
* Backoff
|
|
1111
|
-
*/
|
|
1112
|
-
readonly Backoff: "backoff";
|
|
1113
|
-
/**
|
|
1114
|
-
* Static
|
|
1115
|
-
*/
|
|
1116
|
-
readonly Static: "static";
|
|
1117
|
-
};
|
|
1118
|
-
/**
|
|
1119
|
-
* The algorithm to use when performing HTTP retries
|
|
1120
|
-
*/
|
|
1121
|
-
export type CollectorHealthCheckRetryType6 = OpenEnum<typeof CollectorHealthCheckRetryType6>;
|
|
1122
|
-
export type CollectorHealthCheckRetryRules6 = {
|
|
1123
|
-
/**
|
|
1124
|
-
* The algorithm to use when performing HTTP retries
|
|
1125
|
-
*/
|
|
1126
|
-
type?: CollectorHealthCheckRetryType6 | undefined;
|
|
1127
|
-
interval?: any | undefined;
|
|
1128
|
-
limit?: any | undefined;
|
|
1129
|
-
multiplier?: any | undefined;
|
|
1130
|
-
codes?: any | undefined;
|
|
1131
|
-
enableHeader?: any | undefined;
|
|
1132
|
-
};
|
|
1133
|
-
export type CollectorHealthCheckAuthRequestHeader6 = {
|
|
1134
|
-
/**
|
|
1135
|
-
* Header name.
|
|
1136
|
-
*/
|
|
1137
|
-
name: string;
|
|
1138
|
-
/**
|
|
1139
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1140
|
-
*/
|
|
1141
|
-
value: string;
|
|
1142
|
-
};
|
|
1143
|
-
export type CollectorHealthCheckAuthRequestParam6 = {
|
|
1144
|
-
/**
|
|
1145
|
-
* Parameter name.
|
|
1146
|
-
*/
|
|
1147
|
-
name: string;
|
|
1148
|
-
/**
|
|
1149
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1150
|
-
*/
|
|
1151
|
-
value: string;
|
|
1152
|
-
};
|
|
1153
|
-
/**
|
|
1154
|
-
* Collector type: health_check
|
|
1155
|
-
*/
|
|
1156
|
-
export declare const CollectorHealthCheckType6: {
|
|
1157
|
-
readonly HealthCheck: "health_check";
|
|
1158
|
-
};
|
|
1159
|
-
/**
|
|
1160
|
-
* Collector type: health_check
|
|
1161
|
-
*/
|
|
1162
|
-
export type CollectorHealthCheckType6 = ClosedEnum<typeof CollectorHealthCheckType6>;
|
|
1163
|
-
export type CollectorHealthCheckHealthCheck6 = {
|
|
1164
|
-
/**
|
|
1165
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1166
|
-
*/
|
|
1167
|
-
authentication?: CollectorHealthCheckAuthentication6 | undefined;
|
|
1168
|
-
/**
|
|
1169
|
-
* Select or create a stored secret that references your login credentials
|
|
1170
|
-
*/
|
|
1171
|
-
credentialsSecret: string;
|
|
1172
|
-
discovery?: CollectorHealthCheckDiscovery6 | undefined;
|
|
1173
|
-
/**
|
|
1174
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
1175
|
-
*/
|
|
1176
|
-
collectUrl: string;
|
|
1177
|
-
/**
|
|
1178
|
-
* Health check HTTP method.
|
|
1179
|
-
*/
|
|
1180
|
-
collectMethod?: HealthCheckMethod6 | undefined;
|
|
1181
|
-
/**
|
|
1182
|
-
* Optional health check request parameters.
|
|
1183
|
-
*/
|
|
1184
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam6> | undefined;
|
|
1185
|
-
/**
|
|
1186
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
1187
|
-
*/
|
|
1188
|
-
collectBody?: string | undefined;
|
|
1189
|
-
/**
|
|
1190
|
-
* Optional health check request headers.
|
|
1191
|
-
*/
|
|
1192
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader6> | undefined;
|
|
1193
|
-
/**
|
|
1194
|
-
* Enable to make auth health check call.
|
|
1195
|
-
*/
|
|
1196
|
-
authenticateCollect?: boolean | undefined;
|
|
1197
|
-
/**
|
|
1198
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
1199
|
-
*/
|
|
1200
|
-
timeout?: number | undefined;
|
|
1201
|
-
/**
|
|
1202
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
1203
|
-
*/
|
|
1204
|
-
rejectUnauthorized?: boolean | undefined;
|
|
1205
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers6 | undefined;
|
|
1206
|
-
/**
|
|
1207
|
-
* List of headers that are safe to log in plain text.
|
|
1208
|
-
*/
|
|
1209
|
-
safeHeaders?: Array<string> | undefined;
|
|
1210
|
-
retryRules?: CollectorHealthCheckRetryRules6 | undefined;
|
|
1211
|
-
/**
|
|
1212
|
-
* Login username
|
|
1213
|
-
*/
|
|
1214
|
-
username?: string | undefined;
|
|
1215
|
-
/**
|
|
1216
|
-
* Login password
|
|
1217
|
-
*/
|
|
1218
|
-
password?: string | undefined;
|
|
1219
|
-
/**
|
|
1220
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
1221
|
-
*/
|
|
1222
|
-
loginUrl?: string | undefined;
|
|
1223
|
-
/**
|
|
1224
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
1225
|
-
*/
|
|
1226
|
-
loginBody?: string | undefined;
|
|
1227
|
-
/**
|
|
1228
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
1229
|
-
*/
|
|
1230
|
-
tokenRespAttribute?: string | undefined;
|
|
1231
|
-
/**
|
|
1232
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
1233
|
-
*/
|
|
1234
|
-
authHeaderExpr?: string | undefined;
|
|
1235
|
-
/**
|
|
1236
|
-
* Optional authentication request headers.
|
|
1237
|
-
*/
|
|
1238
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader6> | undefined;
|
|
1239
|
-
/**
|
|
1240
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
1241
|
-
*/
|
|
1242
|
-
clientSecretParamName?: string | undefined;
|
|
1243
|
-
/**
|
|
1244
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
1245
|
-
*/
|
|
1246
|
-
clientSecretParamValue?: string | undefined;
|
|
1247
|
-
/**
|
|
1248
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
1249
|
-
*/
|
|
1250
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam6> | undefined;
|
|
1251
|
-
/**
|
|
1252
|
-
* Select or create a text secret that contains the client secret's value.
|
|
1253
|
-
*/
|
|
1254
|
-
textSecret?: string | undefined;
|
|
1255
|
-
/**
|
|
1256
|
-
* Collector type: health_check
|
|
1257
|
-
*/
|
|
1258
|
-
type: CollectorHealthCheckType6;
|
|
1259
|
-
};
|
|
1260
|
-
/**
|
|
1261
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1262
|
-
*/
|
|
1263
|
-
export declare const CollectorHealthCheckAuthentication5: {
|
|
1264
|
-
readonly None: "none";
|
|
1265
|
-
readonly Basic: "basic";
|
|
1266
|
-
readonly BasicSecret: "basicSecret";
|
|
1267
|
-
readonly Login: "login";
|
|
1268
|
-
readonly LoginSecret: "loginSecret";
|
|
1269
|
-
readonly Oauth: "oauth";
|
|
1270
|
-
readonly OauthSecret: "oauthSecret";
|
|
1271
|
-
};
|
|
1272
|
-
/**
|
|
1273
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1274
|
-
*/
|
|
1275
|
-
export type CollectorHealthCheckAuthentication5 = OpenEnum<typeof CollectorHealthCheckAuthentication5>;
|
|
1276
|
-
/**
|
|
1277
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1278
|
-
*/
|
|
1279
|
-
export declare const CollectorHealthCheckDiscoverType5: {
|
|
1280
|
-
/**
|
|
1281
|
-
* HTTP Request
|
|
1282
|
-
*/
|
|
1283
|
-
readonly Http: "http";
|
|
1284
|
-
/**
|
|
1285
|
-
* JSON Response
|
|
1286
|
-
*/
|
|
1287
|
-
readonly Json: "json";
|
|
1288
|
-
/**
|
|
1289
|
-
* Item List
|
|
1290
|
-
*/
|
|
1291
|
-
readonly List: "list";
|
|
1292
|
-
/**
|
|
1293
|
-
* None
|
|
1294
|
-
*/
|
|
1295
|
-
readonly None: "none";
|
|
1296
|
-
};
|
|
1297
|
-
/**
|
|
1298
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1299
|
-
*/
|
|
1300
|
-
export type CollectorHealthCheckDiscoverType5 = OpenEnum<typeof CollectorHealthCheckDiscoverType5>;
|
|
1301
|
-
export type CollectorHealthCheckDiscovery5 = {
|
|
1302
|
-
/**
|
|
1303
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1304
|
-
*/
|
|
1305
|
-
discoverType?: CollectorHealthCheckDiscoverType5 | undefined;
|
|
1306
|
-
};
|
|
1307
|
-
/**
|
|
1308
|
-
* Health check HTTP method.
|
|
1309
|
-
*/
|
|
1310
|
-
export declare const HealthCheckMethod5: {
|
|
1311
|
-
/**
|
|
1312
|
-
* GET
|
|
1313
|
-
*/
|
|
1314
|
-
readonly Get: "get";
|
|
1315
|
-
/**
|
|
1316
|
-
* POST
|
|
1317
|
-
*/
|
|
1318
|
-
readonly Post: "post";
|
|
1319
|
-
/**
|
|
1320
|
-
* POST with Body
|
|
1321
|
-
*/
|
|
1322
|
-
readonly PostWithBody: "post_with_body";
|
|
1323
|
-
};
|
|
1324
|
-
/**
|
|
1325
|
-
* Health check HTTP method.
|
|
1326
|
-
*/
|
|
1327
|
-
export type HealthCheckMethod5 = OpenEnum<typeof HealthCheckMethod5>;
|
|
1328
|
-
export type CollectorHealthCheckCollectRequestParam5 = {
|
|
1329
|
-
/**
|
|
1330
|
-
* Parameter name.
|
|
1331
|
-
*/
|
|
1332
|
-
name: string;
|
|
1333
|
-
/**
|
|
1334
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
1335
|
-
*/
|
|
1336
|
-
value: string;
|
|
1337
|
-
};
|
|
1338
|
-
export type CollectorHealthCheckCollectRequestHeader5 = {
|
|
1339
|
-
/**
|
|
1340
|
-
* Header Name
|
|
1341
|
-
*/
|
|
1342
|
-
name: string;
|
|
1343
|
-
/**
|
|
1344
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
1345
|
-
*/
|
|
1346
|
-
value: string;
|
|
1347
|
-
};
|
|
1348
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers5: {
|
|
1349
|
-
readonly Cribl: "Cribl";
|
|
1350
|
-
};
|
|
1351
|
-
export type CollectorHealthCheckHiddenDefaultBreakers5 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers5>;
|
|
1352
|
-
/**
|
|
1353
|
-
* The algorithm to use when performing HTTP retries
|
|
1354
|
-
*/
|
|
1355
|
-
export declare const CollectorHealthCheckRetryType5: {
|
|
1356
|
-
/**
|
|
1357
|
-
* Disabled
|
|
1358
|
-
*/
|
|
1359
|
-
readonly None: "none";
|
|
1360
|
-
/**
|
|
1361
|
-
* Backoff
|
|
1362
|
-
*/
|
|
1363
|
-
readonly Backoff: "backoff";
|
|
1364
|
-
/**
|
|
1365
|
-
* Static
|
|
1366
|
-
*/
|
|
1367
|
-
readonly Static: "static";
|
|
1368
|
-
};
|
|
1369
|
-
/**
|
|
1370
|
-
* The algorithm to use when performing HTTP retries
|
|
1371
|
-
*/
|
|
1372
|
-
export type CollectorHealthCheckRetryType5 = OpenEnum<typeof CollectorHealthCheckRetryType5>;
|
|
1373
|
-
export type CollectorHealthCheckRetryRules5 = {
|
|
1374
|
-
/**
|
|
1375
|
-
* The algorithm to use when performing HTTP retries
|
|
1376
|
-
*/
|
|
1377
|
-
type?: CollectorHealthCheckRetryType5 | undefined;
|
|
1378
|
-
interval?: any | undefined;
|
|
1379
|
-
limit?: any | undefined;
|
|
1380
|
-
multiplier?: any | undefined;
|
|
1381
|
-
codes?: any | undefined;
|
|
1382
|
-
enableHeader?: any | undefined;
|
|
1383
|
-
};
|
|
1384
|
-
export type CollectorHealthCheckAuthRequestHeader5 = {
|
|
1385
|
-
/**
|
|
1386
|
-
* Header name.
|
|
1387
|
-
*/
|
|
1388
|
-
name: string;
|
|
1389
|
-
/**
|
|
1390
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1391
|
-
*/
|
|
1392
|
-
value: string;
|
|
1393
|
-
};
|
|
1394
|
-
export type CollectorHealthCheckAuthRequestParam5 = {
|
|
1395
|
-
/**
|
|
1396
|
-
* Parameter name.
|
|
1397
|
-
*/
|
|
1398
|
-
name: string;
|
|
1399
|
-
/**
|
|
1400
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1401
|
-
*/
|
|
1402
|
-
value: string;
|
|
1403
|
-
};
|
|
1404
|
-
/**
|
|
1405
|
-
* Collector type: health_check
|
|
1406
|
-
*/
|
|
1407
|
-
export declare const CollectorHealthCheckType5: {
|
|
1408
|
-
readonly HealthCheck: "health_check";
|
|
1409
|
-
};
|
|
1410
|
-
/**
|
|
1411
|
-
* Collector type: health_check
|
|
1412
|
-
*/
|
|
1413
|
-
export type CollectorHealthCheckType5 = ClosedEnum<typeof CollectorHealthCheckType5>;
|
|
1414
|
-
export type CollectorHealthCheckHealthCheck5 = {
|
|
1415
|
-
/**
|
|
1416
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1417
|
-
*/
|
|
1418
|
-
authentication?: CollectorHealthCheckAuthentication5 | undefined;
|
|
1419
|
-
/**
|
|
1420
|
-
* Login username
|
|
1421
|
-
*/
|
|
1422
|
-
username: string;
|
|
1423
|
-
/**
|
|
1424
|
-
* Login password
|
|
1425
|
-
*/
|
|
1426
|
-
password: string;
|
|
1427
|
-
discovery?: CollectorHealthCheckDiscovery5 | undefined;
|
|
1428
|
-
/**
|
|
1429
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
1430
|
-
*/
|
|
1431
|
-
collectUrl: string;
|
|
1432
|
-
/**
|
|
1433
|
-
* Health check HTTP method.
|
|
1434
|
-
*/
|
|
1435
|
-
collectMethod?: HealthCheckMethod5 | undefined;
|
|
1436
|
-
/**
|
|
1437
|
-
* Optional health check request parameters.
|
|
1438
|
-
*/
|
|
1439
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam5> | undefined;
|
|
1440
|
-
/**
|
|
1441
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
1442
|
-
*/
|
|
1443
|
-
collectBody?: string | undefined;
|
|
1444
|
-
/**
|
|
1445
|
-
* Optional health check request headers.
|
|
1446
|
-
*/
|
|
1447
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader5> | undefined;
|
|
1448
|
-
/**
|
|
1449
|
-
* Enable to make auth health check call.
|
|
1450
|
-
*/
|
|
1451
|
-
authenticateCollect?: boolean | undefined;
|
|
1452
|
-
/**
|
|
1453
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
1454
|
-
*/
|
|
1455
|
-
timeout?: number | undefined;
|
|
1456
|
-
/**
|
|
1457
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
1458
|
-
*/
|
|
1459
|
-
rejectUnauthorized?: boolean | undefined;
|
|
1460
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers5 | undefined;
|
|
1461
|
-
/**
|
|
1462
|
-
* List of headers that are safe to log in plain text.
|
|
1463
|
-
*/
|
|
1464
|
-
safeHeaders?: Array<string> | undefined;
|
|
1465
|
-
retryRules?: CollectorHealthCheckRetryRules5 | undefined;
|
|
1466
|
-
/**
|
|
1467
|
-
* Select or create a stored secret that references your login credentials
|
|
1468
|
-
*/
|
|
1469
|
-
credentialsSecret?: string | undefined;
|
|
1470
|
-
/**
|
|
1471
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
1472
|
-
*/
|
|
1473
|
-
loginUrl?: string | undefined;
|
|
1474
|
-
/**
|
|
1475
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
1476
|
-
*/
|
|
1477
|
-
loginBody?: string | undefined;
|
|
1478
|
-
/**
|
|
1479
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
1480
|
-
*/
|
|
1481
|
-
tokenRespAttribute?: string | undefined;
|
|
1482
|
-
/**
|
|
1483
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
1484
|
-
*/
|
|
1485
|
-
authHeaderExpr?: string | undefined;
|
|
1486
|
-
/**
|
|
1487
|
-
* Optional authentication request headers.
|
|
1488
|
-
*/
|
|
1489
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader5> | undefined;
|
|
1490
|
-
/**
|
|
1491
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
1492
|
-
*/
|
|
1493
|
-
clientSecretParamName?: string | undefined;
|
|
1494
|
-
/**
|
|
1495
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
1496
|
-
*/
|
|
1497
|
-
clientSecretParamValue?: string | undefined;
|
|
1498
|
-
/**
|
|
1499
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
1500
|
-
*/
|
|
1501
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam5> | undefined;
|
|
1502
|
-
/**
|
|
1503
|
-
* Select or create a text secret that contains the client secret's value.
|
|
1504
|
-
*/
|
|
1505
|
-
textSecret?: string | undefined;
|
|
1506
|
-
/**
|
|
1507
|
-
* Collector type: health_check
|
|
1508
|
-
*/
|
|
1509
|
-
type: CollectorHealthCheckType5;
|
|
1510
|
-
};
|
|
1511
|
-
/**
|
|
1512
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1513
|
-
*/
|
|
1514
|
-
export declare const CollectorHealthCheckAuthentication4: {
|
|
1515
|
-
readonly None: "none";
|
|
1516
|
-
readonly Basic: "basic";
|
|
1517
|
-
readonly BasicSecret: "basicSecret";
|
|
1518
|
-
readonly Login: "login";
|
|
1519
|
-
readonly LoginSecret: "loginSecret";
|
|
1520
|
-
readonly Oauth: "oauth";
|
|
1521
|
-
readonly OauthSecret: "oauthSecret";
|
|
1522
|
-
};
|
|
1523
|
-
/**
|
|
1524
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1525
|
-
*/
|
|
1526
|
-
export type CollectorHealthCheckAuthentication4 = OpenEnum<typeof CollectorHealthCheckAuthentication4>;
|
|
1527
|
-
/**
|
|
1528
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1529
|
-
*/
|
|
1530
|
-
export declare const CollectorHealthCheckDiscoverType4: {
|
|
1531
|
-
/**
|
|
1532
|
-
* HTTP Request
|
|
1533
|
-
*/
|
|
1534
|
-
readonly Http: "http";
|
|
1535
|
-
/**
|
|
1536
|
-
* JSON Response
|
|
1537
|
-
*/
|
|
1538
|
-
readonly Json: "json";
|
|
1539
|
-
/**
|
|
1540
|
-
* Item List
|
|
1541
|
-
*/
|
|
1542
|
-
readonly List: "list";
|
|
1543
|
-
/**
|
|
1544
|
-
* None
|
|
1545
|
-
*/
|
|
1546
|
-
readonly None: "none";
|
|
1547
|
-
};
|
|
1548
|
-
/**
|
|
1549
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1550
|
-
*/
|
|
1551
|
-
export type CollectorHealthCheckDiscoverType4 = OpenEnum<typeof CollectorHealthCheckDiscoverType4>;
|
|
1552
|
-
export type CollectorHealthCheckDiscovery4 = {
|
|
1553
|
-
/**
|
|
1554
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1555
|
-
*/
|
|
1556
|
-
discoverType?: CollectorHealthCheckDiscoverType4 | undefined;
|
|
1557
|
-
};
|
|
1558
|
-
/**
|
|
1559
|
-
* Health check HTTP method.
|
|
1560
|
-
*/
|
|
1561
|
-
export declare const HealthCheckMethod4: {
|
|
1562
|
-
/**
|
|
1563
|
-
* GET
|
|
1564
|
-
*/
|
|
1565
|
-
readonly Get: "get";
|
|
1566
|
-
/**
|
|
1567
|
-
* POST
|
|
1568
|
-
*/
|
|
1569
|
-
readonly Post: "post";
|
|
1570
|
-
/**
|
|
1571
|
-
* POST with Body
|
|
1572
|
-
*/
|
|
1573
|
-
readonly PostWithBody: "post_with_body";
|
|
1574
|
-
};
|
|
1575
|
-
/**
|
|
1576
|
-
* Health check HTTP method.
|
|
1577
|
-
*/
|
|
1578
|
-
export type HealthCheckMethod4 = OpenEnum<typeof HealthCheckMethod4>;
|
|
1579
|
-
export type CollectorHealthCheckCollectRequestParam4 = {
|
|
1580
|
-
/**
|
|
1581
|
-
* Parameter name.
|
|
1582
|
-
*/
|
|
1583
|
-
name: string;
|
|
1584
|
-
/**
|
|
1585
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
1586
|
-
*/
|
|
1587
|
-
value: string;
|
|
1588
|
-
};
|
|
1589
|
-
export type CollectorHealthCheckCollectRequestHeader4 = {
|
|
1590
|
-
/**
|
|
1591
|
-
* Header Name
|
|
1592
|
-
*/
|
|
1593
|
-
name: string;
|
|
1594
|
-
/**
|
|
1595
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
1596
|
-
*/
|
|
1597
|
-
value: string;
|
|
1598
|
-
};
|
|
1599
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers4: {
|
|
1600
|
-
readonly Cribl: "Cribl";
|
|
1601
|
-
};
|
|
1602
|
-
export type CollectorHealthCheckHiddenDefaultBreakers4 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers4>;
|
|
1603
|
-
/**
|
|
1604
|
-
* The algorithm to use when performing HTTP retries
|
|
1605
|
-
*/
|
|
1606
|
-
export declare const CollectorHealthCheckRetryType4: {
|
|
1607
|
-
/**
|
|
1608
|
-
* Disabled
|
|
1609
|
-
*/
|
|
1610
|
-
readonly None: "none";
|
|
1611
|
-
/**
|
|
1612
|
-
* Backoff
|
|
1613
|
-
*/
|
|
1614
|
-
readonly Backoff: "backoff";
|
|
1615
|
-
/**
|
|
1616
|
-
* Static
|
|
1617
|
-
*/
|
|
1618
|
-
readonly Static: "static";
|
|
1619
|
-
};
|
|
1620
|
-
/**
|
|
1621
|
-
* The algorithm to use when performing HTTP retries
|
|
1622
|
-
*/
|
|
1623
|
-
export type CollectorHealthCheckRetryType4 = OpenEnum<typeof CollectorHealthCheckRetryType4>;
|
|
1624
|
-
export type CollectorHealthCheckRetryRules4 = {
|
|
1625
|
-
/**
|
|
1626
|
-
* The algorithm to use when performing HTTP retries
|
|
1627
|
-
*/
|
|
1628
|
-
type?: CollectorHealthCheckRetryType4 | undefined;
|
|
1629
|
-
interval?: any | undefined;
|
|
1630
|
-
limit?: any | undefined;
|
|
1631
|
-
multiplier?: any | undefined;
|
|
1632
|
-
codes?: any | undefined;
|
|
1633
|
-
enableHeader?: any | undefined;
|
|
1634
|
-
};
|
|
1635
|
-
export type CollectorHealthCheckAuthRequestHeader4 = {
|
|
1636
|
-
/**
|
|
1637
|
-
* Header name.
|
|
1638
|
-
*/
|
|
1639
|
-
name: string;
|
|
1640
|
-
/**
|
|
1641
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1642
|
-
*/
|
|
1643
|
-
value: string;
|
|
1644
|
-
};
|
|
1645
|
-
export type CollectorHealthCheckAuthRequestParam4 = {
|
|
1646
|
-
/**
|
|
1647
|
-
* Parameter name.
|
|
1648
|
-
*/
|
|
1649
|
-
name: string;
|
|
1650
|
-
/**
|
|
1651
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1652
|
-
*/
|
|
1653
|
-
value: string;
|
|
1654
|
-
};
|
|
1655
|
-
/**
|
|
1656
|
-
* Collector type: health_check
|
|
1657
|
-
*/
|
|
1658
|
-
export declare const CollectorHealthCheckType4: {
|
|
1659
|
-
readonly HealthCheck: "health_check";
|
|
1660
|
-
};
|
|
1661
|
-
/**
|
|
1662
|
-
* Collector type: health_check
|
|
1663
|
-
*/
|
|
1664
|
-
export type CollectorHealthCheckType4 = ClosedEnum<typeof CollectorHealthCheckType4>;
|
|
1665
|
-
export type CollectorHealthCheckHealthCheck4 = {
|
|
1666
|
-
/**
|
|
1667
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1668
|
-
*/
|
|
1669
|
-
authentication?: CollectorHealthCheckAuthentication4 | undefined;
|
|
1670
|
-
discovery?: CollectorHealthCheckDiscovery4 | undefined;
|
|
1671
|
-
/**
|
|
1672
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
1673
|
-
*/
|
|
1674
|
-
collectUrl: string;
|
|
1675
|
-
/**
|
|
1676
|
-
* Health check HTTP method.
|
|
1677
|
-
*/
|
|
1678
|
-
collectMethod?: HealthCheckMethod4 | undefined;
|
|
1679
|
-
/**
|
|
1680
|
-
* Optional health check request parameters.
|
|
1681
|
-
*/
|
|
1682
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam4> | undefined;
|
|
1683
|
-
/**
|
|
1684
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
1685
|
-
*/
|
|
1686
|
-
collectBody?: string | undefined;
|
|
1687
|
-
/**
|
|
1688
|
-
* Optional health check request headers.
|
|
1689
|
-
*/
|
|
1690
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader4> | undefined;
|
|
1691
|
-
/**
|
|
1692
|
-
* Enable to make auth health check call.
|
|
1693
|
-
*/
|
|
1694
|
-
authenticateCollect?: boolean | undefined;
|
|
1695
|
-
/**
|
|
1696
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
1697
|
-
*/
|
|
1698
|
-
timeout?: number | undefined;
|
|
1699
|
-
/**
|
|
1700
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
1701
|
-
*/
|
|
1702
|
-
rejectUnauthorized?: boolean | undefined;
|
|
1703
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers4 | undefined;
|
|
1704
|
-
/**
|
|
1705
|
-
* List of headers that are safe to log in plain text.
|
|
1706
|
-
*/
|
|
1707
|
-
safeHeaders?: Array<string> | undefined;
|
|
1708
|
-
retryRules?: CollectorHealthCheckRetryRules4 | undefined;
|
|
1709
|
-
/**
|
|
1710
|
-
* Login username
|
|
1711
|
-
*/
|
|
1712
|
-
username?: string | undefined;
|
|
1713
|
-
/**
|
|
1714
|
-
* Login password
|
|
1715
|
-
*/
|
|
1716
|
-
password?: string | undefined;
|
|
1717
|
-
/**
|
|
1718
|
-
* Select or create a stored secret that references your login credentials
|
|
1719
|
-
*/
|
|
1720
|
-
credentialsSecret?: string | undefined;
|
|
1721
|
-
/**
|
|
1722
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
1723
|
-
*/
|
|
1724
|
-
loginUrl?: string | undefined;
|
|
1725
|
-
/**
|
|
1726
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
1727
|
-
*/
|
|
1728
|
-
loginBody?: string | undefined;
|
|
1729
|
-
/**
|
|
1730
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
1731
|
-
*/
|
|
1732
|
-
tokenRespAttribute?: string | undefined;
|
|
1733
|
-
/**
|
|
1734
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
1735
|
-
*/
|
|
1736
|
-
authHeaderExpr?: string | undefined;
|
|
1737
|
-
/**
|
|
1738
|
-
* Optional authentication request headers.
|
|
1739
|
-
*/
|
|
1740
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader4> | undefined;
|
|
1741
|
-
/**
|
|
1742
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
1743
|
-
*/
|
|
1744
|
-
clientSecretParamName?: string | undefined;
|
|
1745
|
-
/**
|
|
1746
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
1747
|
-
*/
|
|
1748
|
-
clientSecretParamValue?: string | undefined;
|
|
1749
|
-
/**
|
|
1750
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
1751
|
-
*/
|
|
1752
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam4> | undefined;
|
|
1753
|
-
/**
|
|
1754
|
-
* Select or create a text secret that contains the client secret's value.
|
|
1755
|
-
*/
|
|
1756
|
-
textSecret?: string | undefined;
|
|
1757
|
-
/**
|
|
1758
|
-
* Collector type: health_check
|
|
1759
|
-
*/
|
|
1760
|
-
type: CollectorHealthCheckType4;
|
|
1761
|
-
};
|
|
1762
|
-
/**
|
|
1763
|
-
* Health check HTTP method.
|
|
1764
|
-
*/
|
|
1765
|
-
export declare const HealthCheckMethod3: {
|
|
1766
|
-
/**
|
|
1767
|
-
* GET
|
|
1768
|
-
*/
|
|
1769
|
-
readonly Get: "get";
|
|
1770
|
-
/**
|
|
1771
|
-
* POST
|
|
1772
|
-
*/
|
|
1773
|
-
readonly Post: "post";
|
|
1774
|
-
/**
|
|
1775
|
-
* POST with Body
|
|
1776
|
-
*/
|
|
1777
|
-
readonly PostWithBody: "post_with_body";
|
|
1778
|
-
};
|
|
1779
|
-
/**
|
|
1780
|
-
* Health check HTTP method.
|
|
1781
|
-
*/
|
|
1782
|
-
export type HealthCheckMethod3 = OpenEnum<typeof HealthCheckMethod3>;
|
|
1783
|
-
/**
|
|
1784
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1785
|
-
*/
|
|
1786
|
-
export declare const CollectorHealthCheckDiscoverType3: {
|
|
1787
|
-
/**
|
|
1788
|
-
* HTTP Request
|
|
1789
|
-
*/
|
|
1790
|
-
readonly Http: "http";
|
|
1791
|
-
/**
|
|
1792
|
-
* JSON Response
|
|
1793
|
-
*/
|
|
1794
|
-
readonly Json: "json";
|
|
1795
|
-
/**
|
|
1796
|
-
* Item List
|
|
1797
|
-
*/
|
|
1798
|
-
readonly List: "list";
|
|
1799
|
-
/**
|
|
1800
|
-
* None
|
|
1801
|
-
*/
|
|
1802
|
-
readonly None: "none";
|
|
1803
|
-
};
|
|
1804
|
-
/**
|
|
1805
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1806
|
-
*/
|
|
1807
|
-
export type CollectorHealthCheckDiscoverType3 = OpenEnum<typeof CollectorHealthCheckDiscoverType3>;
|
|
1808
|
-
export type CollectorHealthCheckDiscovery3 = {
|
|
1809
|
-
/**
|
|
1810
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
1811
|
-
*/
|
|
1812
|
-
discoverType?: CollectorHealthCheckDiscoverType3 | undefined;
|
|
1813
|
-
};
|
|
1814
|
-
export type CollectorHealthCheckCollectRequestParam3 = {
|
|
1815
|
-
/**
|
|
1816
|
-
* Parameter name.
|
|
1817
|
-
*/
|
|
1818
|
-
name: string;
|
|
1819
|
-
/**
|
|
1820
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
1821
|
-
*/
|
|
1822
|
-
value: string;
|
|
1823
|
-
};
|
|
1824
|
-
export type CollectorHealthCheckCollectRequestHeader3 = {
|
|
1825
|
-
/**
|
|
1826
|
-
* Header Name
|
|
1827
|
-
*/
|
|
1828
|
-
name: string;
|
|
1829
|
-
/**
|
|
1830
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
1831
|
-
*/
|
|
1832
|
-
value: string;
|
|
1833
|
-
};
|
|
1834
|
-
/**
|
|
1835
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1836
|
-
*/
|
|
1837
|
-
export declare const CollectorHealthCheckAuthentication3: {
|
|
1838
|
-
readonly None: "none";
|
|
1839
|
-
readonly Basic: "basic";
|
|
1840
|
-
readonly BasicSecret: "basicSecret";
|
|
1841
|
-
readonly Login: "login";
|
|
1842
|
-
readonly LoginSecret: "loginSecret";
|
|
1843
|
-
readonly Oauth: "oauth";
|
|
1844
|
-
readonly OauthSecret: "oauthSecret";
|
|
1845
|
-
};
|
|
1846
|
-
/**
|
|
1847
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1848
|
-
*/
|
|
1849
|
-
export type CollectorHealthCheckAuthentication3 = OpenEnum<typeof CollectorHealthCheckAuthentication3>;
|
|
1850
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers3: {
|
|
1851
|
-
readonly Cribl: "Cribl";
|
|
1852
|
-
};
|
|
1853
|
-
export type CollectorHealthCheckHiddenDefaultBreakers3 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers3>;
|
|
1854
|
-
/**
|
|
1855
|
-
* The algorithm to use when performing HTTP retries
|
|
1856
|
-
*/
|
|
1857
|
-
export declare const CollectorHealthCheckRetryType3: {
|
|
1858
|
-
/**
|
|
1859
|
-
* Disabled
|
|
1860
|
-
*/
|
|
1861
|
-
readonly None: "none";
|
|
1862
|
-
/**
|
|
1863
|
-
* Backoff
|
|
1864
|
-
*/
|
|
1865
|
-
readonly Backoff: "backoff";
|
|
1866
|
-
/**
|
|
1867
|
-
* Static
|
|
1868
|
-
*/
|
|
1869
|
-
readonly Static: "static";
|
|
1870
|
-
};
|
|
1871
|
-
/**
|
|
1872
|
-
* The algorithm to use when performing HTTP retries
|
|
1873
|
-
*/
|
|
1874
|
-
export type CollectorHealthCheckRetryType3 = OpenEnum<typeof CollectorHealthCheckRetryType3>;
|
|
1875
|
-
export type CollectorHealthCheckRetryRules3 = {
|
|
1876
|
-
/**
|
|
1877
|
-
* The algorithm to use when performing HTTP retries
|
|
1878
|
-
*/
|
|
1879
|
-
type?: CollectorHealthCheckRetryType3 | undefined;
|
|
1880
|
-
interval?: any | undefined;
|
|
1881
|
-
limit?: any | undefined;
|
|
1882
|
-
multiplier?: any | undefined;
|
|
1883
|
-
codes?: any | undefined;
|
|
1884
|
-
enableHeader?: any | undefined;
|
|
1885
|
-
};
|
|
1886
|
-
export type CollectorHealthCheckAuthRequestHeader3 = {
|
|
1887
|
-
/**
|
|
1888
|
-
* Header name.
|
|
1889
|
-
*/
|
|
1890
|
-
name: string;
|
|
1891
|
-
/**
|
|
1892
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1893
|
-
*/
|
|
1894
|
-
value: string;
|
|
1895
|
-
};
|
|
1896
|
-
export type CollectorHealthCheckAuthRequestParam3 = {
|
|
1897
|
-
/**
|
|
1898
|
-
* Parameter name.
|
|
1899
|
-
*/
|
|
1900
|
-
name: string;
|
|
1901
|
-
/**
|
|
1902
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
1903
|
-
*/
|
|
1904
|
-
value: string;
|
|
1905
|
-
};
|
|
1906
|
-
/**
|
|
1907
|
-
* Collector type: health_check
|
|
1908
|
-
*/
|
|
1909
|
-
export declare const CollectorHealthCheckType3: {
|
|
1910
|
-
readonly HealthCheck: "health_check";
|
|
1911
|
-
};
|
|
1912
|
-
/**
|
|
1913
|
-
* Collector type: health_check
|
|
1914
|
-
*/
|
|
1915
|
-
export type CollectorHealthCheckType3 = ClosedEnum<typeof CollectorHealthCheckType3>;
|
|
1916
|
-
export type CollectorHealthCheckHealthCheck3 = {
|
|
1917
|
-
/**
|
|
1918
|
-
* Health check HTTP method.
|
|
1919
|
-
*/
|
|
1920
|
-
collectMethod?: HealthCheckMethod3 | undefined;
|
|
1921
|
-
/**
|
|
1922
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
1923
|
-
*/
|
|
1924
|
-
collectBody?: string | undefined;
|
|
1925
|
-
discovery?: CollectorHealthCheckDiscovery3 | undefined;
|
|
1926
|
-
/**
|
|
1927
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
1928
|
-
*/
|
|
1929
|
-
collectUrl: string;
|
|
1930
|
-
/**
|
|
1931
|
-
* Optional health check request parameters.
|
|
1932
|
-
*/
|
|
1933
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam3> | undefined;
|
|
1934
|
-
/**
|
|
1935
|
-
* Optional health check request headers.
|
|
1936
|
-
*/
|
|
1937
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader3> | undefined;
|
|
1938
|
-
/**
|
|
1939
|
-
* Enable to make auth health check call.
|
|
1940
|
-
*/
|
|
1941
|
-
authenticateCollect?: boolean | undefined;
|
|
1942
|
-
/**
|
|
1943
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
1944
|
-
*/
|
|
1945
|
-
authentication?: CollectorHealthCheckAuthentication3 | undefined;
|
|
1946
|
-
/**
|
|
1947
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
1948
|
-
*/
|
|
1949
|
-
timeout?: number | undefined;
|
|
1950
|
-
/**
|
|
1951
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
1952
|
-
*/
|
|
1953
|
-
rejectUnauthorized?: boolean | undefined;
|
|
1954
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers3 | undefined;
|
|
1955
|
-
/**
|
|
1956
|
-
* List of headers that are safe to log in plain text.
|
|
1957
|
-
*/
|
|
1958
|
-
safeHeaders?: Array<string> | undefined;
|
|
1959
|
-
retryRules?: CollectorHealthCheckRetryRules3 | undefined;
|
|
1960
|
-
/**
|
|
1961
|
-
* Login username
|
|
1962
|
-
*/
|
|
1963
|
-
username?: string | undefined;
|
|
1964
|
-
/**
|
|
1965
|
-
* Login password
|
|
1966
|
-
*/
|
|
1967
|
-
password?: string | undefined;
|
|
1968
|
-
/**
|
|
1969
|
-
* Select or create a stored secret that references your login credentials
|
|
1970
|
-
*/
|
|
1971
|
-
credentialsSecret?: string | undefined;
|
|
1972
|
-
/**
|
|
1973
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
1974
|
-
*/
|
|
1975
|
-
loginUrl?: string | undefined;
|
|
1976
|
-
/**
|
|
1977
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
1978
|
-
*/
|
|
1979
|
-
loginBody?: string | undefined;
|
|
1980
|
-
/**
|
|
1981
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
1982
|
-
*/
|
|
1983
|
-
tokenRespAttribute?: string | undefined;
|
|
1984
|
-
/**
|
|
1985
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
1986
|
-
*/
|
|
1987
|
-
authHeaderExpr?: string | undefined;
|
|
1988
|
-
/**
|
|
1989
|
-
* Optional authentication request headers.
|
|
1990
|
-
*/
|
|
1991
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader3> | undefined;
|
|
1992
|
-
/**
|
|
1993
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
1994
|
-
*/
|
|
1995
|
-
clientSecretParamName?: string | undefined;
|
|
1996
|
-
/**
|
|
1997
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
1998
|
-
*/
|
|
1999
|
-
clientSecretParamValue?: string | undefined;
|
|
2000
|
-
/**
|
|
2001
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
2002
|
-
*/
|
|
2003
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam3> | undefined;
|
|
2004
|
-
/**
|
|
2005
|
-
* Select or create a text secret that contains the client secret's value.
|
|
2006
|
-
*/
|
|
2007
|
-
textSecret?: string | undefined;
|
|
2008
|
-
/**
|
|
2009
|
-
* Collector type: health_check
|
|
2010
|
-
*/
|
|
2011
|
-
type: CollectorHealthCheckType3;
|
|
2012
|
-
};
|
|
2013
|
-
/**
|
|
2014
|
-
* Health check HTTP method.
|
|
2015
|
-
*/
|
|
2016
|
-
export declare const HealthCheckMethod2: {
|
|
2017
|
-
/**
|
|
2018
|
-
* GET
|
|
2019
|
-
*/
|
|
2020
|
-
readonly Get: "get";
|
|
2021
|
-
/**
|
|
2022
|
-
* POST
|
|
2023
|
-
*/
|
|
2024
|
-
readonly Post: "post";
|
|
2025
|
-
/**
|
|
2026
|
-
* POST with Body
|
|
2027
|
-
*/
|
|
2028
|
-
readonly PostWithBody: "post_with_body";
|
|
2029
|
-
};
|
|
2030
|
-
/**
|
|
2031
|
-
* Health check HTTP method.
|
|
2032
|
-
*/
|
|
2033
|
-
export type HealthCheckMethod2 = OpenEnum<typeof HealthCheckMethod2>;
|
|
2034
|
-
export type CollectorHealthCheckCollectRequestParam2 = {
|
|
2035
|
-
/**
|
|
2036
|
-
* Parameter name.
|
|
2037
|
-
*/
|
|
2038
|
-
name: string;
|
|
2039
|
-
/**
|
|
2040
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
2041
|
-
*/
|
|
2042
|
-
value: string;
|
|
2043
|
-
};
|
|
2044
|
-
/**
|
|
2045
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
2046
|
-
*/
|
|
2047
|
-
export declare const CollectorHealthCheckDiscoverType2: {
|
|
2048
|
-
/**
|
|
2049
|
-
* HTTP Request
|
|
2050
|
-
*/
|
|
2051
|
-
readonly Http: "http";
|
|
2052
|
-
/**
|
|
2053
|
-
* JSON Response
|
|
2054
|
-
*/
|
|
2055
|
-
readonly Json: "json";
|
|
2056
|
-
/**
|
|
2057
|
-
* Item List
|
|
2058
|
-
*/
|
|
2059
|
-
readonly List: "list";
|
|
2060
|
-
/**
|
|
2061
|
-
* None
|
|
2062
|
-
*/
|
|
2063
|
-
readonly None: "none";
|
|
2064
|
-
};
|
|
2065
|
-
/**
|
|
2066
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
2067
|
-
*/
|
|
2068
|
-
export type CollectorHealthCheckDiscoverType2 = OpenEnum<typeof CollectorHealthCheckDiscoverType2>;
|
|
2069
|
-
export type CollectorHealthCheckDiscovery2 = {
|
|
2070
|
-
/**
|
|
2071
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
2072
|
-
*/
|
|
2073
|
-
discoverType?: CollectorHealthCheckDiscoverType2 | undefined;
|
|
2074
|
-
};
|
|
2075
|
-
export type CollectorHealthCheckCollectRequestHeader2 = {
|
|
2076
|
-
/**
|
|
2077
|
-
* Header Name
|
|
2078
|
-
*/
|
|
2079
|
-
name: string;
|
|
2080
|
-
/**
|
|
2081
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
2082
|
-
*/
|
|
2083
|
-
value: string;
|
|
2084
|
-
};
|
|
2085
|
-
/**
|
|
2086
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
2087
|
-
*/
|
|
2088
|
-
export declare const CollectorHealthCheckAuthentication2: {
|
|
2089
|
-
readonly None: "none";
|
|
2090
|
-
readonly Basic: "basic";
|
|
2091
|
-
readonly BasicSecret: "basicSecret";
|
|
2092
|
-
readonly Login: "login";
|
|
2093
|
-
readonly LoginSecret: "loginSecret";
|
|
2094
|
-
readonly Oauth: "oauth";
|
|
2095
|
-
readonly OauthSecret: "oauthSecret";
|
|
2096
|
-
};
|
|
2097
|
-
/**
|
|
2098
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
2099
|
-
*/
|
|
2100
|
-
export type CollectorHealthCheckAuthentication2 = OpenEnum<typeof CollectorHealthCheckAuthentication2>;
|
|
2101
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers2: {
|
|
2102
|
-
readonly Cribl: "Cribl";
|
|
2103
|
-
};
|
|
2104
|
-
export type CollectorHealthCheckHiddenDefaultBreakers2 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers2>;
|
|
2105
|
-
/**
|
|
2106
|
-
* The algorithm to use when performing HTTP retries
|
|
2107
|
-
*/
|
|
2108
|
-
export declare const CollectorHealthCheckRetryType2: {
|
|
2109
|
-
/**
|
|
2110
|
-
* Disabled
|
|
2111
|
-
*/
|
|
2112
|
-
readonly None: "none";
|
|
2113
|
-
/**
|
|
2114
|
-
* Backoff
|
|
2115
|
-
*/
|
|
2116
|
-
readonly Backoff: "backoff";
|
|
2117
|
-
/**
|
|
2118
|
-
* Static
|
|
2119
|
-
*/
|
|
2120
|
-
readonly Static: "static";
|
|
2121
|
-
};
|
|
2122
|
-
/**
|
|
2123
|
-
* The algorithm to use when performing HTTP retries
|
|
2124
|
-
*/
|
|
2125
|
-
export type CollectorHealthCheckRetryType2 = OpenEnum<typeof CollectorHealthCheckRetryType2>;
|
|
2126
|
-
export type CollectorHealthCheckRetryRules2 = {
|
|
2127
|
-
/**
|
|
2128
|
-
* The algorithm to use when performing HTTP retries
|
|
2129
|
-
*/
|
|
2130
|
-
type?: CollectorHealthCheckRetryType2 | undefined;
|
|
2131
|
-
interval?: any | undefined;
|
|
2132
|
-
limit?: any | undefined;
|
|
2133
|
-
multiplier?: any | undefined;
|
|
2134
|
-
codes?: any | undefined;
|
|
2135
|
-
enableHeader?: any | undefined;
|
|
2136
|
-
};
|
|
2137
|
-
export type CollectorHealthCheckAuthRequestHeader2 = {
|
|
2138
|
-
/**
|
|
2139
|
-
* Header name.
|
|
2140
|
-
*/
|
|
2141
|
-
name: string;
|
|
2142
|
-
/**
|
|
2143
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
2144
|
-
*/
|
|
2145
|
-
value: string;
|
|
2146
|
-
};
|
|
2147
|
-
export type CollectorHealthCheckAuthRequestParam2 = {
|
|
2148
|
-
/**
|
|
2149
|
-
* Parameter name.
|
|
2150
|
-
*/
|
|
2151
|
-
name: string;
|
|
2152
|
-
/**
|
|
2153
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
2154
|
-
*/
|
|
2155
|
-
value: string;
|
|
2156
|
-
};
|
|
2157
|
-
/**
|
|
2158
|
-
* Collector type: health_check
|
|
2159
|
-
*/
|
|
2160
|
-
export declare const CollectorHealthCheckType2: {
|
|
2161
|
-
readonly HealthCheck: "health_check";
|
|
2162
|
-
};
|
|
2163
|
-
/**
|
|
2164
|
-
* Collector type: health_check
|
|
2165
|
-
*/
|
|
2166
|
-
export type CollectorHealthCheckType2 = ClosedEnum<typeof CollectorHealthCheckType2>;
|
|
2167
|
-
export type CollectorHealthCheckHealthCheck2 = {
|
|
2168
|
-
/**
|
|
2169
|
-
* Health check HTTP method.
|
|
2170
|
-
*/
|
|
2171
|
-
collectMethod?: HealthCheckMethod2 | undefined;
|
|
2172
|
-
/**
|
|
2173
|
-
* Optional health check request parameters.
|
|
2174
|
-
*/
|
|
2175
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam2> | undefined;
|
|
2176
|
-
discovery?: CollectorHealthCheckDiscovery2 | undefined;
|
|
2177
|
-
/**
|
|
2178
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
2179
|
-
*/
|
|
2180
|
-
collectUrl: string;
|
|
2181
|
-
/**
|
|
2182
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
2183
|
-
*/
|
|
2184
|
-
collectBody?: string | undefined;
|
|
2185
|
-
/**
|
|
2186
|
-
* Optional health check request headers.
|
|
2187
|
-
*/
|
|
2188
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader2> | undefined;
|
|
2189
|
-
/**
|
|
2190
|
-
* Enable to make auth health check call.
|
|
2191
|
-
*/
|
|
2192
|
-
authenticateCollect?: boolean | undefined;
|
|
2193
|
-
/**
|
|
2194
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
2195
|
-
*/
|
|
2196
|
-
authentication?: CollectorHealthCheckAuthentication2 | undefined;
|
|
2197
|
-
/**
|
|
2198
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
2199
|
-
*/
|
|
2200
|
-
timeout?: number | undefined;
|
|
2201
|
-
/**
|
|
2202
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
2203
|
-
*/
|
|
2204
|
-
rejectUnauthorized?: boolean | undefined;
|
|
2205
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers2 | undefined;
|
|
2206
|
-
/**
|
|
2207
|
-
* List of headers that are safe to log in plain text.
|
|
2208
|
-
*/
|
|
2209
|
-
safeHeaders?: Array<string> | undefined;
|
|
2210
|
-
retryRules?: CollectorHealthCheckRetryRules2 | undefined;
|
|
2211
|
-
/**
|
|
2212
|
-
* Login username
|
|
2213
|
-
*/
|
|
2214
|
-
username?: string | undefined;
|
|
2215
|
-
/**
|
|
2216
|
-
* Login password
|
|
2217
|
-
*/
|
|
2218
|
-
password?: string | undefined;
|
|
2219
|
-
/**
|
|
2220
|
-
* Select or create a stored secret that references your login credentials
|
|
2221
|
-
*/
|
|
2222
|
-
credentialsSecret?: string | undefined;
|
|
2223
|
-
/**
|
|
2224
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
2225
|
-
*/
|
|
2226
|
-
loginUrl?: string | undefined;
|
|
2227
|
-
/**
|
|
2228
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
2229
|
-
*/
|
|
2230
|
-
loginBody?: string | undefined;
|
|
2231
|
-
/**
|
|
2232
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
2233
|
-
*/
|
|
2234
|
-
tokenRespAttribute?: string | undefined;
|
|
2235
|
-
/**
|
|
2236
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
2237
|
-
*/
|
|
2238
|
-
authHeaderExpr?: string | undefined;
|
|
2239
|
-
/**
|
|
2240
|
-
* Optional authentication request headers.
|
|
2241
|
-
*/
|
|
2242
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader2> | undefined;
|
|
2243
|
-
/**
|
|
2244
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
2245
|
-
*/
|
|
2246
|
-
clientSecretParamName?: string | undefined;
|
|
2247
|
-
/**
|
|
2248
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
2249
|
-
*/
|
|
2250
|
-
clientSecretParamValue?: string | undefined;
|
|
2251
|
-
/**
|
|
2252
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
2253
|
-
*/
|
|
2254
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam2> | undefined;
|
|
2255
|
-
/**
|
|
2256
|
-
* Select or create a text secret that contains the client secret's value.
|
|
2257
|
-
*/
|
|
2258
|
-
textSecret?: string | undefined;
|
|
2259
|
-
/**
|
|
2260
|
-
* Collector type: health_check
|
|
2261
|
-
*/
|
|
2262
|
-
type: CollectorHealthCheckType2;
|
|
2263
|
-
};
|
|
2264
|
-
/**
|
|
2265
|
-
* Health check HTTP method.
|
|
2266
|
-
*/
|
|
2267
|
-
export declare const HealthCheckMethod1: {
|
|
2268
|
-
/**
|
|
2269
|
-
* GET
|
|
2270
|
-
*/
|
|
2271
|
-
readonly Get: "get";
|
|
2272
|
-
/**
|
|
2273
|
-
* POST
|
|
2274
|
-
*/
|
|
2275
|
-
readonly Post: "post";
|
|
2276
|
-
/**
|
|
2277
|
-
* POST with Body
|
|
2278
|
-
*/
|
|
2279
|
-
readonly PostWithBody: "post_with_body";
|
|
2280
|
-
};
|
|
2281
|
-
/**
|
|
2282
|
-
* Health check HTTP method.
|
|
2283
|
-
*/
|
|
2284
|
-
export type HealthCheckMethod1 = OpenEnum<typeof HealthCheckMethod1>;
|
|
2285
|
-
export type CollectorHealthCheckCollectRequestParam1 = {
|
|
2286
|
-
/**
|
|
2287
|
-
* Parameter name.
|
|
2288
|
-
*/
|
|
2289
|
-
name: string;
|
|
2290
|
-
/**
|
|
2291
|
-
* JavaScript expression to compute the parameter value (can be a constant).
|
|
2292
|
-
*/
|
|
2293
|
-
value: string;
|
|
2294
|
-
};
|
|
2295
|
-
/**
|
|
2296
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
2297
|
-
*/
|
|
2298
|
-
export declare const CollectorHealthCheckDiscoverType1: {
|
|
2299
|
-
/**
|
|
2300
|
-
* HTTP Request
|
|
2301
|
-
*/
|
|
2302
|
-
readonly Http: "http";
|
|
2303
|
-
/**
|
|
2304
|
-
* JSON Response
|
|
2305
|
-
*/
|
|
2306
|
-
readonly Json: "json";
|
|
2307
|
-
/**
|
|
2308
|
-
* Item List
|
|
2309
|
-
*/
|
|
2310
|
-
readonly List: "list";
|
|
2311
|
-
/**
|
|
2312
|
-
* None
|
|
2313
|
-
*/
|
|
2314
|
-
readonly None: "none";
|
|
2315
|
-
};
|
|
2316
|
-
/**
|
|
2317
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
2318
|
-
*/
|
|
2319
|
-
export type CollectorHealthCheckDiscoverType1 = OpenEnum<typeof CollectorHealthCheckDiscoverType1>;
|
|
2320
|
-
export type CollectorHealthCheckDiscovery1 = {
|
|
2321
|
-
/**
|
|
2322
|
-
* Defines how task discovery will be performed. Use None to skip the discovery. Use HTTP Request to make a REST call to discover tasks. Use Item List to enumerate items for collect to retrieve. Use JSON Response to manually define discover tasks as a JSON array of objects. Each entry returned by the discover operation will result in a collect task.
|
|
2323
|
-
*/
|
|
2324
|
-
discoverType?: CollectorHealthCheckDiscoverType1 | undefined;
|
|
2325
|
-
};
|
|
2326
|
-
export type CollectorHealthCheckCollectRequestHeader1 = {
|
|
2327
|
-
/**
|
|
2328
|
-
* Header Name
|
|
2329
|
-
*/
|
|
2330
|
-
name: string;
|
|
2331
|
-
/**
|
|
2332
|
-
* JavaScript expression to compute the header value (can be a constant).
|
|
2333
|
-
*/
|
|
2334
|
-
value: string;
|
|
2335
|
-
};
|
|
2336
|
-
/**
|
|
2337
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
2338
|
-
*/
|
|
2339
|
-
export declare const CollectorHealthCheckAuthentication1: {
|
|
2340
|
-
readonly None: "none";
|
|
2341
|
-
readonly Basic: "basic";
|
|
2342
|
-
readonly BasicSecret: "basicSecret";
|
|
2343
|
-
readonly Login: "login";
|
|
2344
|
-
readonly LoginSecret: "loginSecret";
|
|
2345
|
-
readonly Oauth: "oauth";
|
|
2346
|
-
readonly OauthSecret: "oauthSecret";
|
|
2347
|
-
};
|
|
2348
|
-
/**
|
|
2349
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
2350
|
-
*/
|
|
2351
|
-
export type CollectorHealthCheckAuthentication1 = OpenEnum<typeof CollectorHealthCheckAuthentication1>;
|
|
2352
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers1: {
|
|
2353
|
-
readonly Cribl: "Cribl";
|
|
2354
|
-
};
|
|
2355
|
-
export type CollectorHealthCheckHiddenDefaultBreakers1 = OpenEnum<typeof CollectorHealthCheckHiddenDefaultBreakers1>;
|
|
2356
|
-
/**
|
|
2357
|
-
* The algorithm to use when performing HTTP retries
|
|
2358
|
-
*/
|
|
2359
|
-
export declare const CollectorHealthCheckRetryType1: {
|
|
2360
|
-
/**
|
|
2361
|
-
* Disabled
|
|
2362
|
-
*/
|
|
2363
|
-
readonly None: "none";
|
|
2364
|
-
/**
|
|
2365
|
-
* Backoff
|
|
2366
|
-
*/
|
|
2367
|
-
readonly Backoff: "backoff";
|
|
2368
|
-
/**
|
|
2369
|
-
* Static
|
|
2370
|
-
*/
|
|
2371
|
-
readonly Static: "static";
|
|
2372
|
-
};
|
|
2373
|
-
/**
|
|
2374
|
-
* The algorithm to use when performing HTTP retries
|
|
2375
|
-
*/
|
|
2376
|
-
export type CollectorHealthCheckRetryType1 = OpenEnum<typeof CollectorHealthCheckRetryType1>;
|
|
2377
|
-
export type CollectorHealthCheckRetryRules1 = {
|
|
2378
|
-
/**
|
|
2379
|
-
* The algorithm to use when performing HTTP retries
|
|
2380
|
-
*/
|
|
2381
|
-
type?: CollectorHealthCheckRetryType1 | undefined;
|
|
2382
|
-
interval?: any | undefined;
|
|
2383
|
-
limit?: any | undefined;
|
|
2384
|
-
multiplier?: any | undefined;
|
|
2385
|
-
codes?: any | undefined;
|
|
2386
|
-
enableHeader?: any | undefined;
|
|
2387
|
-
};
|
|
2388
|
-
export type CollectorHealthCheckAuthRequestHeader1 = {
|
|
2389
|
-
/**
|
|
2390
|
-
* Header name.
|
|
2391
|
-
*/
|
|
2392
|
-
name: string;
|
|
2393
|
-
/**
|
|
2394
|
-
* JavaScript expression to compute the header's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
2395
|
-
*/
|
|
2396
|
-
value: string;
|
|
2397
|
-
};
|
|
2398
|
-
export type CollectorHealthCheckAuthRequestParam1 = {
|
|
2399
|
-
/**
|
|
2400
|
-
* Parameter name.
|
|
2401
|
-
*/
|
|
2402
|
-
name: string;
|
|
2403
|
-
/**
|
|
2404
|
-
* JavaScript expression to compute the parameter's value, normally enclosed in backticks (e.g., `${earliest}`). If a constant, use single quotes (e.g., 'earliest'). Values without delimiters (e.g., earliest) are evaluated as strings.
|
|
2405
|
-
*/
|
|
2406
|
-
value: string;
|
|
2407
|
-
};
|
|
2408
|
-
/**
|
|
2409
|
-
* Collector type: health_check
|
|
2410
|
-
*/
|
|
2411
|
-
export declare const CollectorHealthCheckType1: {
|
|
2412
|
-
readonly HealthCheck: "health_check";
|
|
2413
|
-
};
|
|
2414
|
-
/**
|
|
2415
|
-
* Collector type: health_check
|
|
2416
|
-
*/
|
|
2417
|
-
export type CollectorHealthCheckType1 = ClosedEnum<typeof CollectorHealthCheckType1>;
|
|
2418
|
-
export type CollectorHealthCheckHealthCheck1 = {
|
|
2419
|
-
/**
|
|
2420
|
-
* Health check HTTP method.
|
|
2421
|
-
*/
|
|
2422
|
-
collectMethod?: HealthCheckMethod1 | undefined;
|
|
2423
|
-
/**
|
|
2424
|
-
* Optional health check request parameters.
|
|
2425
|
-
*/
|
|
2426
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam1> | undefined;
|
|
2427
|
-
discovery?: CollectorHealthCheckDiscovery1 | undefined;
|
|
2428
|
-
/**
|
|
2429
|
-
* Expression to derive URL to use for the health check operation (can be a constant).
|
|
2430
|
-
*/
|
|
2431
|
-
collectUrl: string;
|
|
2432
|
-
/**
|
|
2433
|
-
* Template for POST body to send with the health check request. You can reference parameters from the Discover response, using template params of the form: ${variable}.
|
|
2434
|
-
*/
|
|
2435
|
-
collectBody?: string | undefined;
|
|
2436
|
-
/**
|
|
2437
|
-
* Optional health check request headers.
|
|
2438
|
-
*/
|
|
2439
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader1> | undefined;
|
|
2440
|
-
/**
|
|
2441
|
-
* Enable to make auth health check call.
|
|
2442
|
-
*/
|
|
2443
|
-
authenticateCollect?: boolean | undefined;
|
|
2444
|
-
/**
|
|
2445
|
-
* Authentication method for Discover and Collect REST calls. You can specify API Key–based authentication by adding the appropriate Collect headers.
|
|
2446
|
-
*/
|
|
2447
|
-
authentication?: CollectorHealthCheckAuthentication1 | undefined;
|
|
2448
|
-
/**
|
|
2449
|
-
* HTTP request inactivity timeout, use 0 to disable
|
|
2450
|
-
*/
|
|
2451
|
-
timeout?: number | undefined;
|
|
2452
|
-
/**
|
|
2453
|
-
* Whether to reject certificates that cannot be verified against a valid CA (e.g., self-signed certificates).
|
|
2454
|
-
*/
|
|
2455
|
-
rejectUnauthorized?: boolean | undefined;
|
|
2456
|
-
defaultBreakers?: CollectorHealthCheckHiddenDefaultBreakers1 | undefined;
|
|
2457
|
-
/**
|
|
2458
|
-
* List of headers that are safe to log in plain text.
|
|
2459
|
-
*/
|
|
2460
|
-
safeHeaders?: Array<string> | undefined;
|
|
2461
|
-
retryRules?: CollectorHealthCheckRetryRules1 | undefined;
|
|
2462
|
-
/**
|
|
2463
|
-
* Login username
|
|
2464
|
-
*/
|
|
2465
|
-
username?: string | undefined;
|
|
2466
|
-
/**
|
|
2467
|
-
* Login password
|
|
2468
|
-
*/
|
|
2469
|
-
password?: string | undefined;
|
|
2470
|
-
/**
|
|
2471
|
-
* Select or create a stored secret that references your login credentials
|
|
2472
|
-
*/
|
|
2473
|
-
credentialsSecret?: string | undefined;
|
|
2474
|
-
/**
|
|
2475
|
-
* URL to use for the OAuth API call. This call is expected to be a POST.
|
|
2476
|
-
*/
|
|
2477
|
-
loginUrl?: string | undefined;
|
|
2478
|
-
/**
|
|
2479
|
-
* Template for POST body to send with login request, ${username} and ${password} are used to specify location of these attributes in the message
|
|
2480
|
-
*/
|
|
2481
|
-
loginBody?: string | undefined;
|
|
2482
|
-
/**
|
|
2483
|
-
* Path to token attribute in login response body. Nested attributes are OK. Leave blank if the response content type is text/plain; the entire response body will be used to derive the authorization header.
|
|
2484
|
-
*/
|
|
2485
|
-
tokenRespAttribute?: string | undefined;
|
|
2486
|
-
/**
|
|
2487
|
-
* JavaScript expression to compute the Authorization header to pass in discover and collect calls. The value ${token} is used to reference the token obtained from login.
|
|
2488
|
-
*/
|
|
2489
|
-
authHeaderExpr?: string | undefined;
|
|
2490
|
-
/**
|
|
2491
|
-
* Optional authentication request headers.
|
|
2492
|
-
*/
|
|
2493
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader1> | undefined;
|
|
2494
|
-
/**
|
|
2495
|
-
* Parameter name that contains client secret. Defaults to 'client_secret', and is automatically added to request parameters.
|
|
2496
|
-
*/
|
|
2497
|
-
clientSecretParamName?: string | undefined;
|
|
2498
|
-
/**
|
|
2499
|
-
* Secret value to add to HTTP requests as the 'client secret' parameter. Stored on disk encrypted, and is automatically added to request parameters
|
|
2500
|
-
*/
|
|
2501
|
-
clientSecretParamValue?: string | undefined;
|
|
2502
|
-
/**
|
|
2503
|
-
* OAuth request parameters added to the POST body. The Content-Type header will automatically be set to application/x-www-form-urlencoded.
|
|
2504
|
-
*/
|
|
2505
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam1> | undefined;
|
|
2506
|
-
/**
|
|
2507
|
-
* Select or create a text secret that contains the client secret's value.
|
|
2508
|
-
*/
|
|
2509
|
-
textSecret?: string | undefined;
|
|
2510
|
-
/**
|
|
2511
|
-
* Collector type: health_check
|
|
2512
|
-
*/
|
|
2513
|
-
type: CollectorHealthCheckType1;
|
|
2514
|
-
};
|
|
2515
|
-
export type CollectorHealthCheck = CollectorHealthCheckHealthCheck5 | CollectorHealthCheckHealthCheck7 | CollectorHealthCheckHealthCheck6 | CollectorHealthCheckHealthCheck8 | CollectorHealthCheckHealthCheck9 | CollectorHealthCheckHealthCheck10 | CollectorHealthCheckHealthCheck1 | CollectorHealthCheckHealthCheck2 | CollectorHealthCheckHealthCheck3 | CollectorHealthCheckHealthCheck4;
|
|
2516
|
-
/** @internal */
|
|
2517
|
-
export declare const CollectorHealthCheckAuthentication10$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication10, z.ZodTypeDef, unknown>;
|
|
2518
|
-
/** @internal */
|
|
2519
|
-
export declare const CollectorHealthCheckAuthentication10$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication10>;
|
|
2520
|
-
/** @internal */
|
|
2521
|
-
export declare const CollectorHealthCheckAuthRequestParam10$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam10, z.ZodTypeDef, unknown>;
|
|
2522
|
-
/** @internal */
|
|
2523
|
-
export type CollectorHealthCheckAuthRequestParam10$Outbound = {
|
|
2524
|
-
name: string;
|
|
2525
|
-
value: string;
|
|
2526
|
-
};
|
|
2527
|
-
/** @internal */
|
|
2528
|
-
export declare const CollectorHealthCheckAuthRequestParam10$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam10$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam10>;
|
|
2529
|
-
export declare function collectorHealthCheckAuthRequestParam10ToJSON(collectorHealthCheckAuthRequestParam10: CollectorHealthCheckAuthRequestParam10): string;
|
|
2530
|
-
export declare function collectorHealthCheckAuthRequestParam10FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam10, SDKValidationError>;
|
|
2531
|
-
/** @internal */
|
|
2532
|
-
export declare const CollectorHealthCheckAuthRequestHeader10$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader10, z.ZodTypeDef, unknown>;
|
|
2533
|
-
/** @internal */
|
|
2534
|
-
export type CollectorHealthCheckAuthRequestHeader10$Outbound = {
|
|
2535
|
-
name: string;
|
|
2536
|
-
value: string;
|
|
2537
|
-
};
|
|
2538
|
-
/** @internal */
|
|
2539
|
-
export declare const CollectorHealthCheckAuthRequestHeader10$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader10$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader10>;
|
|
2540
|
-
export declare function collectorHealthCheckAuthRequestHeader10ToJSON(collectorHealthCheckAuthRequestHeader10: CollectorHealthCheckAuthRequestHeader10): string;
|
|
2541
|
-
export declare function collectorHealthCheckAuthRequestHeader10FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader10, SDKValidationError>;
|
|
2542
|
-
/** @internal */
|
|
2543
|
-
export declare const CollectorHealthCheckDiscoverType10$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType10, z.ZodTypeDef, unknown>;
|
|
2544
|
-
/** @internal */
|
|
2545
|
-
export declare const CollectorHealthCheckDiscoverType10$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType10>;
|
|
2546
|
-
/** @internal */
|
|
2547
|
-
export declare const CollectorHealthCheckDiscovery10$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery10, z.ZodTypeDef, unknown>;
|
|
2548
|
-
/** @internal */
|
|
2549
|
-
export type CollectorHealthCheckDiscovery10$Outbound = {
|
|
2550
|
-
discoverType: string;
|
|
2551
|
-
};
|
|
2552
|
-
/** @internal */
|
|
2553
|
-
export declare const CollectorHealthCheckDiscovery10$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery10$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery10>;
|
|
2554
|
-
export declare function collectorHealthCheckDiscovery10ToJSON(collectorHealthCheckDiscovery10: CollectorHealthCheckDiscovery10): string;
|
|
2555
|
-
export declare function collectorHealthCheckDiscovery10FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery10, SDKValidationError>;
|
|
2556
|
-
/** @internal */
|
|
2557
|
-
export declare const HealthCheckMethod10$inboundSchema: z.ZodType<HealthCheckMethod10, z.ZodTypeDef, unknown>;
|
|
2558
|
-
/** @internal */
|
|
2559
|
-
export declare const HealthCheckMethod10$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod10>;
|
|
2560
|
-
/** @internal */
|
|
2561
|
-
export declare const CollectorHealthCheckCollectRequestParam10$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam10, z.ZodTypeDef, unknown>;
|
|
2562
|
-
/** @internal */
|
|
2563
|
-
export type CollectorHealthCheckCollectRequestParam10$Outbound = {
|
|
2564
|
-
name: string;
|
|
2565
|
-
value: string;
|
|
2566
|
-
};
|
|
2567
|
-
/** @internal */
|
|
2568
|
-
export declare const CollectorHealthCheckCollectRequestParam10$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam10$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam10>;
|
|
2569
|
-
export declare function collectorHealthCheckCollectRequestParam10ToJSON(collectorHealthCheckCollectRequestParam10: CollectorHealthCheckCollectRequestParam10): string;
|
|
2570
|
-
export declare function collectorHealthCheckCollectRequestParam10FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam10, SDKValidationError>;
|
|
2571
|
-
/** @internal */
|
|
2572
|
-
export declare const CollectorHealthCheckCollectRequestHeader10$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader10, z.ZodTypeDef, unknown>;
|
|
2573
|
-
/** @internal */
|
|
2574
|
-
export type CollectorHealthCheckCollectRequestHeader10$Outbound = {
|
|
2575
|
-
name: string;
|
|
2576
|
-
value: string;
|
|
2577
|
-
};
|
|
2578
|
-
/** @internal */
|
|
2579
|
-
export declare const CollectorHealthCheckCollectRequestHeader10$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader10$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader10>;
|
|
2580
|
-
export declare function collectorHealthCheckCollectRequestHeader10ToJSON(collectorHealthCheckCollectRequestHeader10: CollectorHealthCheckCollectRequestHeader10): string;
|
|
2581
|
-
export declare function collectorHealthCheckCollectRequestHeader10FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader10, SDKValidationError>;
|
|
2582
|
-
/** @internal */
|
|
2583
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers10$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers10, z.ZodTypeDef, unknown>;
|
|
2584
|
-
/** @internal */
|
|
2585
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers10$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers10>;
|
|
2586
|
-
/** @internal */
|
|
2587
|
-
export declare const CollectorHealthCheckRetryType10$inboundSchema: z.ZodType<CollectorHealthCheckRetryType10, z.ZodTypeDef, unknown>;
|
|
2588
|
-
/** @internal */
|
|
2589
|
-
export declare const CollectorHealthCheckRetryType10$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType10>;
|
|
2590
|
-
/** @internal */
|
|
2591
|
-
export declare const CollectorHealthCheckRetryRules10$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules10, z.ZodTypeDef, unknown>;
|
|
2592
|
-
/** @internal */
|
|
2593
|
-
export type CollectorHealthCheckRetryRules10$Outbound = {
|
|
2594
|
-
type: string;
|
|
2595
|
-
interval?: any | undefined;
|
|
2596
|
-
limit?: any | undefined;
|
|
2597
|
-
multiplier?: any | undefined;
|
|
2598
|
-
codes?: any | undefined;
|
|
2599
|
-
enableHeader?: any | undefined;
|
|
2600
|
-
};
|
|
2601
|
-
/** @internal */
|
|
2602
|
-
export declare const CollectorHealthCheckRetryRules10$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules10$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules10>;
|
|
2603
|
-
export declare function collectorHealthCheckRetryRules10ToJSON(collectorHealthCheckRetryRules10: CollectorHealthCheckRetryRules10): string;
|
|
2604
|
-
export declare function collectorHealthCheckRetryRules10FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules10, SDKValidationError>;
|
|
2605
|
-
/** @internal */
|
|
2606
|
-
export declare const CollectorHealthCheckType10$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType10>;
|
|
2607
|
-
/** @internal */
|
|
2608
|
-
export declare const CollectorHealthCheckType10$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType10>;
|
|
2609
|
-
/** @internal */
|
|
2610
|
-
export declare const CollectorHealthCheckHealthCheck10$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck10, z.ZodTypeDef, unknown>;
|
|
2611
|
-
/** @internal */
|
|
2612
|
-
export type CollectorHealthCheckHealthCheck10$Outbound = {
|
|
2613
|
-
authentication: string;
|
|
2614
|
-
loginUrl: string;
|
|
2615
|
-
tokenRespAttribute?: string | undefined;
|
|
2616
|
-
authHeaderExpr: string;
|
|
2617
|
-
clientSecretParamName: string;
|
|
2618
|
-
textSecret: string;
|
|
2619
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam10$Outbound> | undefined;
|
|
2620
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader10$Outbound> | undefined;
|
|
2621
|
-
discovery?: CollectorHealthCheckDiscovery10$Outbound | undefined;
|
|
2622
|
-
collectUrl: string;
|
|
2623
|
-
collectMethod: string;
|
|
2624
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam10$Outbound> | undefined;
|
|
2625
|
-
collectBody: string;
|
|
2626
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader10$Outbound> | undefined;
|
|
2627
|
-
authenticateCollect: boolean;
|
|
2628
|
-
timeout: number;
|
|
2629
|
-
rejectUnauthorized: boolean;
|
|
2630
|
-
defaultBreakers?: string | undefined;
|
|
2631
|
-
safeHeaders?: Array<string> | undefined;
|
|
2632
|
-
retryRules?: CollectorHealthCheckRetryRules10$Outbound | undefined;
|
|
2633
|
-
username?: string | undefined;
|
|
2634
|
-
password?: string | undefined;
|
|
2635
|
-
credentialsSecret?: string | undefined;
|
|
2636
|
-
loginBody: string;
|
|
2637
|
-
clientSecretParamValue?: string | undefined;
|
|
2638
|
-
type: string;
|
|
2639
|
-
};
|
|
2640
|
-
/** @internal */
|
|
2641
|
-
export declare const CollectorHealthCheckHealthCheck10$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck10$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck10>;
|
|
2642
|
-
export declare function collectorHealthCheckHealthCheck10ToJSON(collectorHealthCheckHealthCheck10: CollectorHealthCheckHealthCheck10): string;
|
|
2643
|
-
export declare function collectorHealthCheckHealthCheck10FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck10, SDKValidationError>;
|
|
2644
|
-
/** @internal */
|
|
2645
|
-
export declare const CollectorHealthCheckAuthentication9$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication9, z.ZodTypeDef, unknown>;
|
|
2646
|
-
/** @internal */
|
|
2647
|
-
export declare const CollectorHealthCheckAuthentication9$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication9>;
|
|
2648
|
-
/** @internal */
|
|
2649
|
-
export declare const CollectorHealthCheckAuthRequestParam9$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam9, z.ZodTypeDef, unknown>;
|
|
2650
|
-
/** @internal */
|
|
2651
|
-
export type CollectorHealthCheckAuthRequestParam9$Outbound = {
|
|
2652
|
-
name: string;
|
|
2653
|
-
value: string;
|
|
2654
|
-
};
|
|
2655
|
-
/** @internal */
|
|
2656
|
-
export declare const CollectorHealthCheckAuthRequestParam9$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam9$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam9>;
|
|
2657
|
-
export declare function collectorHealthCheckAuthRequestParam9ToJSON(collectorHealthCheckAuthRequestParam9: CollectorHealthCheckAuthRequestParam9): string;
|
|
2658
|
-
export declare function collectorHealthCheckAuthRequestParam9FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam9, SDKValidationError>;
|
|
2659
|
-
/** @internal */
|
|
2660
|
-
export declare const CollectorHealthCheckAuthRequestHeader9$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader9, z.ZodTypeDef, unknown>;
|
|
2661
|
-
/** @internal */
|
|
2662
|
-
export type CollectorHealthCheckAuthRequestHeader9$Outbound = {
|
|
2663
|
-
name: string;
|
|
2664
|
-
value: string;
|
|
2665
|
-
};
|
|
2666
|
-
/** @internal */
|
|
2667
|
-
export declare const CollectorHealthCheckAuthRequestHeader9$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader9$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader9>;
|
|
2668
|
-
export declare function collectorHealthCheckAuthRequestHeader9ToJSON(collectorHealthCheckAuthRequestHeader9: CollectorHealthCheckAuthRequestHeader9): string;
|
|
2669
|
-
export declare function collectorHealthCheckAuthRequestHeader9FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader9, SDKValidationError>;
|
|
2670
|
-
/** @internal */
|
|
2671
|
-
export declare const CollectorHealthCheckDiscoverType9$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType9, z.ZodTypeDef, unknown>;
|
|
2672
|
-
/** @internal */
|
|
2673
|
-
export declare const CollectorHealthCheckDiscoverType9$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType9>;
|
|
2674
|
-
/** @internal */
|
|
2675
|
-
export declare const CollectorHealthCheckDiscovery9$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery9, z.ZodTypeDef, unknown>;
|
|
2676
|
-
/** @internal */
|
|
2677
|
-
export type CollectorHealthCheckDiscovery9$Outbound = {
|
|
2678
|
-
discoverType: string;
|
|
2679
|
-
};
|
|
2680
|
-
/** @internal */
|
|
2681
|
-
export declare const CollectorHealthCheckDiscovery9$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery9$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery9>;
|
|
2682
|
-
export declare function collectorHealthCheckDiscovery9ToJSON(collectorHealthCheckDiscovery9: CollectorHealthCheckDiscovery9): string;
|
|
2683
|
-
export declare function collectorHealthCheckDiscovery9FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery9, SDKValidationError>;
|
|
2684
|
-
/** @internal */
|
|
2685
|
-
export declare const HealthCheckMethod9$inboundSchema: z.ZodType<HealthCheckMethod9, z.ZodTypeDef, unknown>;
|
|
2686
|
-
/** @internal */
|
|
2687
|
-
export declare const HealthCheckMethod9$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod9>;
|
|
2688
|
-
/** @internal */
|
|
2689
|
-
export declare const CollectorHealthCheckCollectRequestParam9$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam9, z.ZodTypeDef, unknown>;
|
|
2690
|
-
/** @internal */
|
|
2691
|
-
export type CollectorHealthCheckCollectRequestParam9$Outbound = {
|
|
2692
|
-
name: string;
|
|
2693
|
-
value: string;
|
|
2694
|
-
};
|
|
2695
|
-
/** @internal */
|
|
2696
|
-
export declare const CollectorHealthCheckCollectRequestParam9$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam9$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam9>;
|
|
2697
|
-
export declare function collectorHealthCheckCollectRequestParam9ToJSON(collectorHealthCheckCollectRequestParam9: CollectorHealthCheckCollectRequestParam9): string;
|
|
2698
|
-
export declare function collectorHealthCheckCollectRequestParam9FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam9, SDKValidationError>;
|
|
2699
|
-
/** @internal */
|
|
2700
|
-
export declare const CollectorHealthCheckCollectRequestHeader9$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader9, z.ZodTypeDef, unknown>;
|
|
2701
|
-
/** @internal */
|
|
2702
|
-
export type CollectorHealthCheckCollectRequestHeader9$Outbound = {
|
|
2703
|
-
name: string;
|
|
2704
|
-
value: string;
|
|
2705
|
-
};
|
|
2706
|
-
/** @internal */
|
|
2707
|
-
export declare const CollectorHealthCheckCollectRequestHeader9$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader9$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader9>;
|
|
2708
|
-
export declare function collectorHealthCheckCollectRequestHeader9ToJSON(collectorHealthCheckCollectRequestHeader9: CollectorHealthCheckCollectRequestHeader9): string;
|
|
2709
|
-
export declare function collectorHealthCheckCollectRequestHeader9FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader9, SDKValidationError>;
|
|
2710
|
-
/** @internal */
|
|
2711
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers9$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers9, z.ZodTypeDef, unknown>;
|
|
2712
|
-
/** @internal */
|
|
2713
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers9$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers9>;
|
|
2714
|
-
/** @internal */
|
|
2715
|
-
export declare const CollectorHealthCheckRetryType9$inboundSchema: z.ZodType<CollectorHealthCheckRetryType9, z.ZodTypeDef, unknown>;
|
|
2716
|
-
/** @internal */
|
|
2717
|
-
export declare const CollectorHealthCheckRetryType9$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType9>;
|
|
2718
|
-
/** @internal */
|
|
2719
|
-
export declare const CollectorHealthCheckRetryRules9$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules9, z.ZodTypeDef, unknown>;
|
|
2720
|
-
/** @internal */
|
|
2721
|
-
export type CollectorHealthCheckRetryRules9$Outbound = {
|
|
2722
|
-
type: string;
|
|
2723
|
-
interval?: any | undefined;
|
|
2724
|
-
limit?: any | undefined;
|
|
2725
|
-
multiplier?: any | undefined;
|
|
2726
|
-
codes?: any | undefined;
|
|
2727
|
-
enableHeader?: any | undefined;
|
|
2728
|
-
};
|
|
2729
|
-
/** @internal */
|
|
2730
|
-
export declare const CollectorHealthCheckRetryRules9$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules9$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules9>;
|
|
2731
|
-
export declare function collectorHealthCheckRetryRules9ToJSON(collectorHealthCheckRetryRules9: CollectorHealthCheckRetryRules9): string;
|
|
2732
|
-
export declare function collectorHealthCheckRetryRules9FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules9, SDKValidationError>;
|
|
2733
|
-
/** @internal */
|
|
2734
|
-
export declare const CollectorHealthCheckType9$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType9>;
|
|
2735
|
-
/** @internal */
|
|
2736
|
-
export declare const CollectorHealthCheckType9$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType9>;
|
|
2737
|
-
/** @internal */
|
|
2738
|
-
export declare const CollectorHealthCheckHealthCheck9$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck9, z.ZodTypeDef, unknown>;
|
|
2739
|
-
/** @internal */
|
|
2740
|
-
export type CollectorHealthCheckHealthCheck9$Outbound = {
|
|
2741
|
-
authentication: string;
|
|
2742
|
-
loginUrl: string;
|
|
2743
|
-
tokenRespAttribute?: string | undefined;
|
|
2744
|
-
authHeaderExpr: string;
|
|
2745
|
-
clientSecretParamName: string;
|
|
2746
|
-
clientSecretParamValue: string;
|
|
2747
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam9$Outbound> | undefined;
|
|
2748
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader9$Outbound> | undefined;
|
|
2749
|
-
discovery?: CollectorHealthCheckDiscovery9$Outbound | undefined;
|
|
2750
|
-
collectUrl: string;
|
|
2751
|
-
collectMethod: string;
|
|
2752
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam9$Outbound> | undefined;
|
|
2753
|
-
collectBody: string;
|
|
2754
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader9$Outbound> | undefined;
|
|
2755
|
-
authenticateCollect: boolean;
|
|
2756
|
-
timeout: number;
|
|
2757
|
-
rejectUnauthorized: boolean;
|
|
2758
|
-
defaultBreakers?: string | undefined;
|
|
2759
|
-
safeHeaders?: Array<string> | undefined;
|
|
2760
|
-
retryRules?: CollectorHealthCheckRetryRules9$Outbound | undefined;
|
|
2761
|
-
username?: string | undefined;
|
|
2762
|
-
password?: string | undefined;
|
|
2763
|
-
credentialsSecret?: string | undefined;
|
|
2764
|
-
loginBody: string;
|
|
2765
|
-
textSecret?: string | undefined;
|
|
2766
|
-
type: string;
|
|
2767
|
-
};
|
|
2768
|
-
/** @internal */
|
|
2769
|
-
export declare const CollectorHealthCheckHealthCheck9$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck9$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck9>;
|
|
2770
|
-
export declare function collectorHealthCheckHealthCheck9ToJSON(collectorHealthCheckHealthCheck9: CollectorHealthCheckHealthCheck9): string;
|
|
2771
|
-
export declare function collectorHealthCheckHealthCheck9FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck9, SDKValidationError>;
|
|
2772
|
-
/** @internal */
|
|
2773
|
-
export declare const CollectorHealthCheckAuthentication8$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication8, z.ZodTypeDef, unknown>;
|
|
2774
|
-
/** @internal */
|
|
2775
|
-
export declare const CollectorHealthCheckAuthentication8$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication8>;
|
|
2776
|
-
/** @internal */
|
|
2777
|
-
export declare const CollectorHealthCheckAuthRequestHeader8$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader8, z.ZodTypeDef, unknown>;
|
|
2778
|
-
/** @internal */
|
|
2779
|
-
export type CollectorHealthCheckAuthRequestHeader8$Outbound = {
|
|
2780
|
-
name: string;
|
|
2781
|
-
value: string;
|
|
2782
|
-
};
|
|
2783
|
-
/** @internal */
|
|
2784
|
-
export declare const CollectorHealthCheckAuthRequestHeader8$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader8$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader8>;
|
|
2785
|
-
export declare function collectorHealthCheckAuthRequestHeader8ToJSON(collectorHealthCheckAuthRequestHeader8: CollectorHealthCheckAuthRequestHeader8): string;
|
|
2786
|
-
export declare function collectorHealthCheckAuthRequestHeader8FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader8, SDKValidationError>;
|
|
2787
|
-
/** @internal */
|
|
2788
|
-
export declare const CollectorHealthCheckDiscoverType8$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType8, z.ZodTypeDef, unknown>;
|
|
2789
|
-
/** @internal */
|
|
2790
|
-
export declare const CollectorHealthCheckDiscoverType8$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType8>;
|
|
2791
|
-
/** @internal */
|
|
2792
|
-
export declare const CollectorHealthCheckDiscovery8$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery8, z.ZodTypeDef, unknown>;
|
|
2793
|
-
/** @internal */
|
|
2794
|
-
export type CollectorHealthCheckDiscovery8$Outbound = {
|
|
2795
|
-
discoverType: string;
|
|
2796
|
-
};
|
|
2797
|
-
/** @internal */
|
|
2798
|
-
export declare const CollectorHealthCheckDiscovery8$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery8$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery8>;
|
|
2799
|
-
export declare function collectorHealthCheckDiscovery8ToJSON(collectorHealthCheckDiscovery8: CollectorHealthCheckDiscovery8): string;
|
|
2800
|
-
export declare function collectorHealthCheckDiscovery8FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery8, SDKValidationError>;
|
|
2801
|
-
/** @internal */
|
|
2802
|
-
export declare const HealthCheckMethod8$inboundSchema: z.ZodType<HealthCheckMethod8, z.ZodTypeDef, unknown>;
|
|
2803
|
-
/** @internal */
|
|
2804
|
-
export declare const HealthCheckMethod8$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod8>;
|
|
2805
|
-
/** @internal */
|
|
2806
|
-
export declare const CollectorHealthCheckCollectRequestParam8$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam8, z.ZodTypeDef, unknown>;
|
|
2807
|
-
/** @internal */
|
|
2808
|
-
export type CollectorHealthCheckCollectRequestParam8$Outbound = {
|
|
2809
|
-
name: string;
|
|
2810
|
-
value: string;
|
|
2811
|
-
};
|
|
2812
|
-
/** @internal */
|
|
2813
|
-
export declare const CollectorHealthCheckCollectRequestParam8$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam8$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam8>;
|
|
2814
|
-
export declare function collectorHealthCheckCollectRequestParam8ToJSON(collectorHealthCheckCollectRequestParam8: CollectorHealthCheckCollectRequestParam8): string;
|
|
2815
|
-
export declare function collectorHealthCheckCollectRequestParam8FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam8, SDKValidationError>;
|
|
2816
|
-
/** @internal */
|
|
2817
|
-
export declare const CollectorHealthCheckCollectRequestHeader8$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader8, z.ZodTypeDef, unknown>;
|
|
2818
|
-
/** @internal */
|
|
2819
|
-
export type CollectorHealthCheckCollectRequestHeader8$Outbound = {
|
|
2820
|
-
name: string;
|
|
2821
|
-
value: string;
|
|
2822
|
-
};
|
|
2823
|
-
/** @internal */
|
|
2824
|
-
export declare const CollectorHealthCheckCollectRequestHeader8$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader8$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader8>;
|
|
2825
|
-
export declare function collectorHealthCheckCollectRequestHeader8ToJSON(collectorHealthCheckCollectRequestHeader8: CollectorHealthCheckCollectRequestHeader8): string;
|
|
2826
|
-
export declare function collectorHealthCheckCollectRequestHeader8FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader8, SDKValidationError>;
|
|
2827
|
-
/** @internal */
|
|
2828
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers8$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers8, z.ZodTypeDef, unknown>;
|
|
2829
|
-
/** @internal */
|
|
2830
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers8$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers8>;
|
|
2831
|
-
/** @internal */
|
|
2832
|
-
export declare const CollectorHealthCheckRetryType8$inboundSchema: z.ZodType<CollectorHealthCheckRetryType8, z.ZodTypeDef, unknown>;
|
|
2833
|
-
/** @internal */
|
|
2834
|
-
export declare const CollectorHealthCheckRetryType8$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType8>;
|
|
2835
|
-
/** @internal */
|
|
2836
|
-
export declare const CollectorHealthCheckRetryRules8$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules8, z.ZodTypeDef, unknown>;
|
|
2837
|
-
/** @internal */
|
|
2838
|
-
export type CollectorHealthCheckRetryRules8$Outbound = {
|
|
2839
|
-
type: string;
|
|
2840
|
-
interval?: any | undefined;
|
|
2841
|
-
limit?: any | undefined;
|
|
2842
|
-
multiplier?: any | undefined;
|
|
2843
|
-
codes?: any | undefined;
|
|
2844
|
-
enableHeader?: any | undefined;
|
|
2845
|
-
};
|
|
2846
|
-
/** @internal */
|
|
2847
|
-
export declare const CollectorHealthCheckRetryRules8$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules8$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules8>;
|
|
2848
|
-
export declare function collectorHealthCheckRetryRules8ToJSON(collectorHealthCheckRetryRules8: CollectorHealthCheckRetryRules8): string;
|
|
2849
|
-
export declare function collectorHealthCheckRetryRules8FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules8, SDKValidationError>;
|
|
2850
|
-
/** @internal */
|
|
2851
|
-
export declare const CollectorHealthCheckAuthRequestParam8$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam8, z.ZodTypeDef, unknown>;
|
|
2852
|
-
/** @internal */
|
|
2853
|
-
export type CollectorHealthCheckAuthRequestParam8$Outbound = {
|
|
2854
|
-
name: string;
|
|
2855
|
-
value: string;
|
|
2856
|
-
};
|
|
2857
|
-
/** @internal */
|
|
2858
|
-
export declare const CollectorHealthCheckAuthRequestParam8$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam8$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam8>;
|
|
2859
|
-
export declare function collectorHealthCheckAuthRequestParam8ToJSON(collectorHealthCheckAuthRequestParam8: CollectorHealthCheckAuthRequestParam8): string;
|
|
2860
|
-
export declare function collectorHealthCheckAuthRequestParam8FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam8, SDKValidationError>;
|
|
2861
|
-
/** @internal */
|
|
2862
|
-
export declare const CollectorHealthCheckType8$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType8>;
|
|
2863
|
-
/** @internal */
|
|
2864
|
-
export declare const CollectorHealthCheckType8$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType8>;
|
|
2865
|
-
/** @internal */
|
|
2866
|
-
export declare const CollectorHealthCheckHealthCheck8$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck8, z.ZodTypeDef, unknown>;
|
|
2867
|
-
/** @internal */
|
|
2868
|
-
export type CollectorHealthCheckHealthCheck8$Outbound = {
|
|
2869
|
-
authentication: string;
|
|
2870
|
-
loginUrl: string;
|
|
2871
|
-
credentialsSecret: string;
|
|
2872
|
-
loginBody: string;
|
|
2873
|
-
tokenRespAttribute?: string | undefined;
|
|
2874
|
-
authHeaderExpr: string;
|
|
2875
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader8$Outbound> | undefined;
|
|
2876
|
-
discovery?: CollectorHealthCheckDiscovery8$Outbound | undefined;
|
|
2877
|
-
collectUrl: string;
|
|
2878
|
-
collectMethod: string;
|
|
2879
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam8$Outbound> | undefined;
|
|
2880
|
-
collectBody: string;
|
|
2881
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader8$Outbound> | undefined;
|
|
2882
|
-
authenticateCollect: boolean;
|
|
2883
|
-
timeout: number;
|
|
2884
|
-
rejectUnauthorized: boolean;
|
|
2885
|
-
defaultBreakers?: string | undefined;
|
|
2886
|
-
safeHeaders?: Array<string> | undefined;
|
|
2887
|
-
retryRules?: CollectorHealthCheckRetryRules8$Outbound | undefined;
|
|
2888
|
-
username?: string | undefined;
|
|
2889
|
-
password?: string | undefined;
|
|
2890
|
-
clientSecretParamName: string;
|
|
2891
|
-
clientSecretParamValue?: string | undefined;
|
|
2892
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam8$Outbound> | undefined;
|
|
2893
|
-
textSecret?: string | undefined;
|
|
2894
|
-
type: string;
|
|
2895
|
-
};
|
|
2896
|
-
/** @internal */
|
|
2897
|
-
export declare const CollectorHealthCheckHealthCheck8$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck8$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck8>;
|
|
2898
|
-
export declare function collectorHealthCheckHealthCheck8ToJSON(collectorHealthCheckHealthCheck8: CollectorHealthCheckHealthCheck8): string;
|
|
2899
|
-
export declare function collectorHealthCheckHealthCheck8FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck8, SDKValidationError>;
|
|
2900
|
-
/** @internal */
|
|
2901
|
-
export declare const CollectorHealthCheckAuthentication7$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication7, z.ZodTypeDef, unknown>;
|
|
2902
|
-
/** @internal */
|
|
2903
|
-
export declare const CollectorHealthCheckAuthentication7$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication7>;
|
|
2904
|
-
/** @internal */
|
|
2905
|
-
export declare const CollectorHealthCheckAuthRequestHeader7$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader7, z.ZodTypeDef, unknown>;
|
|
2906
|
-
/** @internal */
|
|
2907
|
-
export type CollectorHealthCheckAuthRequestHeader7$Outbound = {
|
|
2908
|
-
name: string;
|
|
2909
|
-
value: string;
|
|
2910
|
-
};
|
|
2911
|
-
/** @internal */
|
|
2912
|
-
export declare const CollectorHealthCheckAuthRequestHeader7$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader7$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader7>;
|
|
2913
|
-
export declare function collectorHealthCheckAuthRequestHeader7ToJSON(collectorHealthCheckAuthRequestHeader7: CollectorHealthCheckAuthRequestHeader7): string;
|
|
2914
|
-
export declare function collectorHealthCheckAuthRequestHeader7FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader7, SDKValidationError>;
|
|
2915
|
-
/** @internal */
|
|
2916
|
-
export declare const CollectorHealthCheckDiscoverType7$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType7, z.ZodTypeDef, unknown>;
|
|
2917
|
-
/** @internal */
|
|
2918
|
-
export declare const CollectorHealthCheckDiscoverType7$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType7>;
|
|
2919
|
-
/** @internal */
|
|
2920
|
-
export declare const CollectorHealthCheckDiscovery7$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery7, z.ZodTypeDef, unknown>;
|
|
2921
|
-
/** @internal */
|
|
2922
|
-
export type CollectorHealthCheckDiscovery7$Outbound = {
|
|
2923
|
-
discoverType: string;
|
|
2924
|
-
};
|
|
2925
|
-
/** @internal */
|
|
2926
|
-
export declare const CollectorHealthCheckDiscovery7$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery7$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery7>;
|
|
2927
|
-
export declare function collectorHealthCheckDiscovery7ToJSON(collectorHealthCheckDiscovery7: CollectorHealthCheckDiscovery7): string;
|
|
2928
|
-
export declare function collectorHealthCheckDiscovery7FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery7, SDKValidationError>;
|
|
2929
|
-
/** @internal */
|
|
2930
|
-
export declare const HealthCheckMethod7$inboundSchema: z.ZodType<HealthCheckMethod7, z.ZodTypeDef, unknown>;
|
|
2931
|
-
/** @internal */
|
|
2932
|
-
export declare const HealthCheckMethod7$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod7>;
|
|
2933
|
-
/** @internal */
|
|
2934
|
-
export declare const CollectorHealthCheckCollectRequestParam7$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam7, z.ZodTypeDef, unknown>;
|
|
2935
|
-
/** @internal */
|
|
2936
|
-
export type CollectorHealthCheckCollectRequestParam7$Outbound = {
|
|
2937
|
-
name: string;
|
|
2938
|
-
value: string;
|
|
2939
|
-
};
|
|
2940
|
-
/** @internal */
|
|
2941
|
-
export declare const CollectorHealthCheckCollectRequestParam7$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam7$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam7>;
|
|
2942
|
-
export declare function collectorHealthCheckCollectRequestParam7ToJSON(collectorHealthCheckCollectRequestParam7: CollectorHealthCheckCollectRequestParam7): string;
|
|
2943
|
-
export declare function collectorHealthCheckCollectRequestParam7FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam7, SDKValidationError>;
|
|
2944
|
-
/** @internal */
|
|
2945
|
-
export declare const CollectorHealthCheckCollectRequestHeader7$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader7, z.ZodTypeDef, unknown>;
|
|
2946
|
-
/** @internal */
|
|
2947
|
-
export type CollectorHealthCheckCollectRequestHeader7$Outbound = {
|
|
2948
|
-
name: string;
|
|
2949
|
-
value: string;
|
|
2950
|
-
};
|
|
2951
|
-
/** @internal */
|
|
2952
|
-
export declare const CollectorHealthCheckCollectRequestHeader7$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader7$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader7>;
|
|
2953
|
-
export declare function collectorHealthCheckCollectRequestHeader7ToJSON(collectorHealthCheckCollectRequestHeader7: CollectorHealthCheckCollectRequestHeader7): string;
|
|
2954
|
-
export declare function collectorHealthCheckCollectRequestHeader7FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader7, SDKValidationError>;
|
|
2955
|
-
/** @internal */
|
|
2956
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers7$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers7, z.ZodTypeDef, unknown>;
|
|
2957
|
-
/** @internal */
|
|
2958
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers7$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers7>;
|
|
2959
|
-
/** @internal */
|
|
2960
|
-
export declare const CollectorHealthCheckRetryType7$inboundSchema: z.ZodType<CollectorHealthCheckRetryType7, z.ZodTypeDef, unknown>;
|
|
2961
|
-
/** @internal */
|
|
2962
|
-
export declare const CollectorHealthCheckRetryType7$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType7>;
|
|
2963
|
-
/** @internal */
|
|
2964
|
-
export declare const CollectorHealthCheckRetryRules7$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules7, z.ZodTypeDef, unknown>;
|
|
2965
|
-
/** @internal */
|
|
2966
|
-
export type CollectorHealthCheckRetryRules7$Outbound = {
|
|
2967
|
-
type: string;
|
|
2968
|
-
interval?: any | undefined;
|
|
2969
|
-
limit?: any | undefined;
|
|
2970
|
-
multiplier?: any | undefined;
|
|
2971
|
-
codes?: any | undefined;
|
|
2972
|
-
enableHeader?: any | undefined;
|
|
2973
|
-
};
|
|
2974
|
-
/** @internal */
|
|
2975
|
-
export declare const CollectorHealthCheckRetryRules7$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules7$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules7>;
|
|
2976
|
-
export declare function collectorHealthCheckRetryRules7ToJSON(collectorHealthCheckRetryRules7: CollectorHealthCheckRetryRules7): string;
|
|
2977
|
-
export declare function collectorHealthCheckRetryRules7FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules7, SDKValidationError>;
|
|
2978
|
-
/** @internal */
|
|
2979
|
-
export declare const CollectorHealthCheckAuthRequestParam7$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam7, z.ZodTypeDef, unknown>;
|
|
2980
|
-
/** @internal */
|
|
2981
|
-
export type CollectorHealthCheckAuthRequestParam7$Outbound = {
|
|
2982
|
-
name: string;
|
|
2983
|
-
value: string;
|
|
2984
|
-
};
|
|
2985
|
-
/** @internal */
|
|
2986
|
-
export declare const CollectorHealthCheckAuthRequestParam7$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam7$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam7>;
|
|
2987
|
-
export declare function collectorHealthCheckAuthRequestParam7ToJSON(collectorHealthCheckAuthRequestParam7: CollectorHealthCheckAuthRequestParam7): string;
|
|
2988
|
-
export declare function collectorHealthCheckAuthRequestParam7FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam7, SDKValidationError>;
|
|
2989
|
-
/** @internal */
|
|
2990
|
-
export declare const CollectorHealthCheckType7$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType7>;
|
|
2991
|
-
/** @internal */
|
|
2992
|
-
export declare const CollectorHealthCheckType7$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType7>;
|
|
2993
|
-
/** @internal */
|
|
2994
|
-
export declare const CollectorHealthCheckHealthCheck7$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck7, z.ZodTypeDef, unknown>;
|
|
2995
|
-
/** @internal */
|
|
2996
|
-
export type CollectorHealthCheckHealthCheck7$Outbound = {
|
|
2997
|
-
authentication: string;
|
|
2998
|
-
loginUrl: string;
|
|
2999
|
-
username: string;
|
|
3000
|
-
password: string;
|
|
3001
|
-
loginBody: string;
|
|
3002
|
-
tokenRespAttribute?: string | undefined;
|
|
3003
|
-
authHeaderExpr: string;
|
|
3004
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader7$Outbound> | undefined;
|
|
3005
|
-
discovery?: CollectorHealthCheckDiscovery7$Outbound | undefined;
|
|
3006
|
-
collectUrl: string;
|
|
3007
|
-
collectMethod: string;
|
|
3008
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam7$Outbound> | undefined;
|
|
3009
|
-
collectBody: string;
|
|
3010
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader7$Outbound> | undefined;
|
|
3011
|
-
authenticateCollect: boolean;
|
|
3012
|
-
timeout: number;
|
|
3013
|
-
rejectUnauthorized: boolean;
|
|
3014
|
-
defaultBreakers?: string | undefined;
|
|
3015
|
-
safeHeaders?: Array<string> | undefined;
|
|
3016
|
-
retryRules?: CollectorHealthCheckRetryRules7$Outbound | undefined;
|
|
3017
|
-
credentialsSecret?: string | undefined;
|
|
3018
|
-
clientSecretParamName: string;
|
|
3019
|
-
clientSecretParamValue?: string | undefined;
|
|
3020
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam7$Outbound> | undefined;
|
|
3021
|
-
textSecret?: string | undefined;
|
|
3022
|
-
type: string;
|
|
3023
|
-
};
|
|
3024
|
-
/** @internal */
|
|
3025
|
-
export declare const CollectorHealthCheckHealthCheck7$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck7$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck7>;
|
|
3026
|
-
export declare function collectorHealthCheckHealthCheck7ToJSON(collectorHealthCheckHealthCheck7: CollectorHealthCheckHealthCheck7): string;
|
|
3027
|
-
export declare function collectorHealthCheckHealthCheck7FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck7, SDKValidationError>;
|
|
3028
|
-
/** @internal */
|
|
3029
|
-
export declare const CollectorHealthCheckAuthentication6$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication6, z.ZodTypeDef, unknown>;
|
|
3030
|
-
/** @internal */
|
|
3031
|
-
export declare const CollectorHealthCheckAuthentication6$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication6>;
|
|
3032
|
-
/** @internal */
|
|
3033
|
-
export declare const CollectorHealthCheckDiscoverType6$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType6, z.ZodTypeDef, unknown>;
|
|
3034
|
-
/** @internal */
|
|
3035
|
-
export declare const CollectorHealthCheckDiscoverType6$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType6>;
|
|
3036
|
-
/** @internal */
|
|
3037
|
-
export declare const CollectorHealthCheckDiscovery6$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery6, z.ZodTypeDef, unknown>;
|
|
3038
|
-
/** @internal */
|
|
3039
|
-
export type CollectorHealthCheckDiscovery6$Outbound = {
|
|
3040
|
-
discoverType: string;
|
|
3041
|
-
};
|
|
3042
|
-
/** @internal */
|
|
3043
|
-
export declare const CollectorHealthCheckDiscovery6$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery6$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery6>;
|
|
3044
|
-
export declare function collectorHealthCheckDiscovery6ToJSON(collectorHealthCheckDiscovery6: CollectorHealthCheckDiscovery6): string;
|
|
3045
|
-
export declare function collectorHealthCheckDiscovery6FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery6, SDKValidationError>;
|
|
3046
|
-
/** @internal */
|
|
3047
|
-
export declare const HealthCheckMethod6$inboundSchema: z.ZodType<HealthCheckMethod6, z.ZodTypeDef, unknown>;
|
|
3048
|
-
/** @internal */
|
|
3049
|
-
export declare const HealthCheckMethod6$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod6>;
|
|
3050
|
-
/** @internal */
|
|
3051
|
-
export declare const CollectorHealthCheckCollectRequestParam6$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam6, z.ZodTypeDef, unknown>;
|
|
3052
|
-
/** @internal */
|
|
3053
|
-
export type CollectorHealthCheckCollectRequestParam6$Outbound = {
|
|
3054
|
-
name: string;
|
|
3055
|
-
value: string;
|
|
3056
|
-
};
|
|
3057
|
-
/** @internal */
|
|
3058
|
-
export declare const CollectorHealthCheckCollectRequestParam6$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam6$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam6>;
|
|
3059
|
-
export declare function collectorHealthCheckCollectRequestParam6ToJSON(collectorHealthCheckCollectRequestParam6: CollectorHealthCheckCollectRequestParam6): string;
|
|
3060
|
-
export declare function collectorHealthCheckCollectRequestParam6FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam6, SDKValidationError>;
|
|
3061
|
-
/** @internal */
|
|
3062
|
-
export declare const CollectorHealthCheckCollectRequestHeader6$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader6, z.ZodTypeDef, unknown>;
|
|
3063
|
-
/** @internal */
|
|
3064
|
-
export type CollectorHealthCheckCollectRequestHeader6$Outbound = {
|
|
3065
|
-
name: string;
|
|
3066
|
-
value: string;
|
|
3067
|
-
};
|
|
3068
|
-
/** @internal */
|
|
3069
|
-
export declare const CollectorHealthCheckCollectRequestHeader6$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader6$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader6>;
|
|
3070
|
-
export declare function collectorHealthCheckCollectRequestHeader6ToJSON(collectorHealthCheckCollectRequestHeader6: CollectorHealthCheckCollectRequestHeader6): string;
|
|
3071
|
-
export declare function collectorHealthCheckCollectRequestHeader6FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader6, SDKValidationError>;
|
|
3072
|
-
/** @internal */
|
|
3073
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers6$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers6, z.ZodTypeDef, unknown>;
|
|
3074
|
-
/** @internal */
|
|
3075
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers6$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers6>;
|
|
3076
|
-
/** @internal */
|
|
3077
|
-
export declare const CollectorHealthCheckRetryType6$inboundSchema: z.ZodType<CollectorHealthCheckRetryType6, z.ZodTypeDef, unknown>;
|
|
3078
|
-
/** @internal */
|
|
3079
|
-
export declare const CollectorHealthCheckRetryType6$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType6>;
|
|
3080
|
-
/** @internal */
|
|
3081
|
-
export declare const CollectorHealthCheckRetryRules6$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules6, z.ZodTypeDef, unknown>;
|
|
3082
|
-
/** @internal */
|
|
3083
|
-
export type CollectorHealthCheckRetryRules6$Outbound = {
|
|
3084
|
-
type: string;
|
|
3085
|
-
interval?: any | undefined;
|
|
3086
|
-
limit?: any | undefined;
|
|
3087
|
-
multiplier?: any | undefined;
|
|
3088
|
-
codes?: any | undefined;
|
|
3089
|
-
enableHeader?: any | undefined;
|
|
3090
|
-
};
|
|
3091
|
-
/** @internal */
|
|
3092
|
-
export declare const CollectorHealthCheckRetryRules6$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules6$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules6>;
|
|
3093
|
-
export declare function collectorHealthCheckRetryRules6ToJSON(collectorHealthCheckRetryRules6: CollectorHealthCheckRetryRules6): string;
|
|
3094
|
-
export declare function collectorHealthCheckRetryRules6FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules6, SDKValidationError>;
|
|
3095
|
-
/** @internal */
|
|
3096
|
-
export declare const CollectorHealthCheckAuthRequestHeader6$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader6, z.ZodTypeDef, unknown>;
|
|
3097
|
-
/** @internal */
|
|
3098
|
-
export type CollectorHealthCheckAuthRequestHeader6$Outbound = {
|
|
3099
|
-
name: string;
|
|
3100
|
-
value: string;
|
|
3101
|
-
};
|
|
3102
|
-
/** @internal */
|
|
3103
|
-
export declare const CollectorHealthCheckAuthRequestHeader6$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader6$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader6>;
|
|
3104
|
-
export declare function collectorHealthCheckAuthRequestHeader6ToJSON(collectorHealthCheckAuthRequestHeader6: CollectorHealthCheckAuthRequestHeader6): string;
|
|
3105
|
-
export declare function collectorHealthCheckAuthRequestHeader6FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader6, SDKValidationError>;
|
|
3106
|
-
/** @internal */
|
|
3107
|
-
export declare const CollectorHealthCheckAuthRequestParam6$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam6, z.ZodTypeDef, unknown>;
|
|
3108
|
-
/** @internal */
|
|
3109
|
-
export type CollectorHealthCheckAuthRequestParam6$Outbound = {
|
|
3110
|
-
name: string;
|
|
3111
|
-
value: string;
|
|
3112
|
-
};
|
|
3113
|
-
/** @internal */
|
|
3114
|
-
export declare const CollectorHealthCheckAuthRequestParam6$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam6$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam6>;
|
|
3115
|
-
export declare function collectorHealthCheckAuthRequestParam6ToJSON(collectorHealthCheckAuthRequestParam6: CollectorHealthCheckAuthRequestParam6): string;
|
|
3116
|
-
export declare function collectorHealthCheckAuthRequestParam6FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam6, SDKValidationError>;
|
|
3117
|
-
/** @internal */
|
|
3118
|
-
export declare const CollectorHealthCheckType6$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType6>;
|
|
3119
|
-
/** @internal */
|
|
3120
|
-
export declare const CollectorHealthCheckType6$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType6>;
|
|
3121
|
-
/** @internal */
|
|
3122
|
-
export declare const CollectorHealthCheckHealthCheck6$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck6, z.ZodTypeDef, unknown>;
|
|
3123
|
-
/** @internal */
|
|
3124
|
-
export type CollectorHealthCheckHealthCheck6$Outbound = {
|
|
3125
|
-
authentication: string;
|
|
3126
|
-
credentialsSecret: string;
|
|
3127
|
-
discovery?: CollectorHealthCheckDiscovery6$Outbound | undefined;
|
|
3128
|
-
collectUrl: string;
|
|
3129
|
-
collectMethod: string;
|
|
3130
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam6$Outbound> | undefined;
|
|
3131
|
-
collectBody: string;
|
|
3132
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader6$Outbound> | undefined;
|
|
3133
|
-
authenticateCollect: boolean;
|
|
3134
|
-
timeout: number;
|
|
3135
|
-
rejectUnauthorized: boolean;
|
|
3136
|
-
defaultBreakers?: string | undefined;
|
|
3137
|
-
safeHeaders?: Array<string> | undefined;
|
|
3138
|
-
retryRules?: CollectorHealthCheckRetryRules6$Outbound | undefined;
|
|
3139
|
-
username?: string | undefined;
|
|
3140
|
-
password?: string | undefined;
|
|
3141
|
-
loginUrl: string;
|
|
3142
|
-
loginBody: string;
|
|
3143
|
-
tokenRespAttribute?: string | undefined;
|
|
3144
|
-
authHeaderExpr: string;
|
|
3145
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader6$Outbound> | undefined;
|
|
3146
|
-
clientSecretParamName: string;
|
|
3147
|
-
clientSecretParamValue?: string | undefined;
|
|
3148
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam6$Outbound> | undefined;
|
|
3149
|
-
textSecret?: string | undefined;
|
|
3150
|
-
type: string;
|
|
3151
|
-
};
|
|
3152
|
-
/** @internal */
|
|
3153
|
-
export declare const CollectorHealthCheckHealthCheck6$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck6$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck6>;
|
|
3154
|
-
export declare function collectorHealthCheckHealthCheck6ToJSON(collectorHealthCheckHealthCheck6: CollectorHealthCheckHealthCheck6): string;
|
|
3155
|
-
export declare function collectorHealthCheckHealthCheck6FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck6, SDKValidationError>;
|
|
3156
|
-
/** @internal */
|
|
3157
|
-
export declare const CollectorHealthCheckAuthentication5$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication5, z.ZodTypeDef, unknown>;
|
|
3158
|
-
/** @internal */
|
|
3159
|
-
export declare const CollectorHealthCheckAuthentication5$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication5>;
|
|
3160
|
-
/** @internal */
|
|
3161
|
-
export declare const CollectorHealthCheckDiscoverType5$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType5, z.ZodTypeDef, unknown>;
|
|
3162
|
-
/** @internal */
|
|
3163
|
-
export declare const CollectorHealthCheckDiscoverType5$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType5>;
|
|
3164
|
-
/** @internal */
|
|
3165
|
-
export declare const CollectorHealthCheckDiscovery5$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery5, z.ZodTypeDef, unknown>;
|
|
3166
|
-
/** @internal */
|
|
3167
|
-
export type CollectorHealthCheckDiscovery5$Outbound = {
|
|
3168
|
-
discoverType: string;
|
|
3169
|
-
};
|
|
3170
|
-
/** @internal */
|
|
3171
|
-
export declare const CollectorHealthCheckDiscovery5$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery5$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery5>;
|
|
3172
|
-
export declare function collectorHealthCheckDiscovery5ToJSON(collectorHealthCheckDiscovery5: CollectorHealthCheckDiscovery5): string;
|
|
3173
|
-
export declare function collectorHealthCheckDiscovery5FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery5, SDKValidationError>;
|
|
3174
|
-
/** @internal */
|
|
3175
|
-
export declare const HealthCheckMethod5$inboundSchema: z.ZodType<HealthCheckMethod5, z.ZodTypeDef, unknown>;
|
|
3176
|
-
/** @internal */
|
|
3177
|
-
export declare const HealthCheckMethod5$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod5>;
|
|
3178
|
-
/** @internal */
|
|
3179
|
-
export declare const CollectorHealthCheckCollectRequestParam5$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam5, z.ZodTypeDef, unknown>;
|
|
3180
|
-
/** @internal */
|
|
3181
|
-
export type CollectorHealthCheckCollectRequestParam5$Outbound = {
|
|
3182
|
-
name: string;
|
|
3183
|
-
value: string;
|
|
3184
|
-
};
|
|
3185
|
-
/** @internal */
|
|
3186
|
-
export declare const CollectorHealthCheckCollectRequestParam5$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam5$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam5>;
|
|
3187
|
-
export declare function collectorHealthCheckCollectRequestParam5ToJSON(collectorHealthCheckCollectRequestParam5: CollectorHealthCheckCollectRequestParam5): string;
|
|
3188
|
-
export declare function collectorHealthCheckCollectRequestParam5FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam5, SDKValidationError>;
|
|
3189
|
-
/** @internal */
|
|
3190
|
-
export declare const CollectorHealthCheckCollectRequestHeader5$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader5, z.ZodTypeDef, unknown>;
|
|
3191
|
-
/** @internal */
|
|
3192
|
-
export type CollectorHealthCheckCollectRequestHeader5$Outbound = {
|
|
3193
|
-
name: string;
|
|
3194
|
-
value: string;
|
|
3195
|
-
};
|
|
3196
|
-
/** @internal */
|
|
3197
|
-
export declare const CollectorHealthCheckCollectRequestHeader5$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader5$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader5>;
|
|
3198
|
-
export declare function collectorHealthCheckCollectRequestHeader5ToJSON(collectorHealthCheckCollectRequestHeader5: CollectorHealthCheckCollectRequestHeader5): string;
|
|
3199
|
-
export declare function collectorHealthCheckCollectRequestHeader5FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader5, SDKValidationError>;
|
|
3200
|
-
/** @internal */
|
|
3201
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers5$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers5, z.ZodTypeDef, unknown>;
|
|
3202
|
-
/** @internal */
|
|
3203
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers5$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers5>;
|
|
3204
|
-
/** @internal */
|
|
3205
|
-
export declare const CollectorHealthCheckRetryType5$inboundSchema: z.ZodType<CollectorHealthCheckRetryType5, z.ZodTypeDef, unknown>;
|
|
3206
|
-
/** @internal */
|
|
3207
|
-
export declare const CollectorHealthCheckRetryType5$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType5>;
|
|
3208
|
-
/** @internal */
|
|
3209
|
-
export declare const CollectorHealthCheckRetryRules5$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules5, z.ZodTypeDef, unknown>;
|
|
3210
|
-
/** @internal */
|
|
3211
|
-
export type CollectorHealthCheckRetryRules5$Outbound = {
|
|
3212
|
-
type: string;
|
|
3213
|
-
interval?: any | undefined;
|
|
3214
|
-
limit?: any | undefined;
|
|
3215
|
-
multiplier?: any | undefined;
|
|
3216
|
-
codes?: any | undefined;
|
|
3217
|
-
enableHeader?: any | undefined;
|
|
3218
|
-
};
|
|
3219
|
-
/** @internal */
|
|
3220
|
-
export declare const CollectorHealthCheckRetryRules5$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules5$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules5>;
|
|
3221
|
-
export declare function collectorHealthCheckRetryRules5ToJSON(collectorHealthCheckRetryRules5: CollectorHealthCheckRetryRules5): string;
|
|
3222
|
-
export declare function collectorHealthCheckRetryRules5FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules5, SDKValidationError>;
|
|
3223
|
-
/** @internal */
|
|
3224
|
-
export declare const CollectorHealthCheckAuthRequestHeader5$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader5, z.ZodTypeDef, unknown>;
|
|
3225
|
-
/** @internal */
|
|
3226
|
-
export type CollectorHealthCheckAuthRequestHeader5$Outbound = {
|
|
3227
|
-
name: string;
|
|
3228
|
-
value: string;
|
|
3229
|
-
};
|
|
3230
|
-
/** @internal */
|
|
3231
|
-
export declare const CollectorHealthCheckAuthRequestHeader5$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader5$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader5>;
|
|
3232
|
-
export declare function collectorHealthCheckAuthRequestHeader5ToJSON(collectorHealthCheckAuthRequestHeader5: CollectorHealthCheckAuthRequestHeader5): string;
|
|
3233
|
-
export declare function collectorHealthCheckAuthRequestHeader5FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader5, SDKValidationError>;
|
|
3234
|
-
/** @internal */
|
|
3235
|
-
export declare const CollectorHealthCheckAuthRequestParam5$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam5, z.ZodTypeDef, unknown>;
|
|
3236
|
-
/** @internal */
|
|
3237
|
-
export type CollectorHealthCheckAuthRequestParam5$Outbound = {
|
|
3238
|
-
name: string;
|
|
3239
|
-
value: string;
|
|
3240
|
-
};
|
|
3241
|
-
/** @internal */
|
|
3242
|
-
export declare const CollectorHealthCheckAuthRequestParam5$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam5$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam5>;
|
|
3243
|
-
export declare function collectorHealthCheckAuthRequestParam5ToJSON(collectorHealthCheckAuthRequestParam5: CollectorHealthCheckAuthRequestParam5): string;
|
|
3244
|
-
export declare function collectorHealthCheckAuthRequestParam5FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam5, SDKValidationError>;
|
|
3245
|
-
/** @internal */
|
|
3246
|
-
export declare const CollectorHealthCheckType5$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType5>;
|
|
3247
|
-
/** @internal */
|
|
3248
|
-
export declare const CollectorHealthCheckType5$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType5>;
|
|
3249
|
-
/** @internal */
|
|
3250
|
-
export declare const CollectorHealthCheckHealthCheck5$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck5, z.ZodTypeDef, unknown>;
|
|
3251
|
-
/** @internal */
|
|
3252
|
-
export type CollectorHealthCheckHealthCheck5$Outbound = {
|
|
3253
|
-
authentication: string;
|
|
3254
|
-
username: string;
|
|
3255
|
-
password: string;
|
|
3256
|
-
discovery?: CollectorHealthCheckDiscovery5$Outbound | undefined;
|
|
3257
|
-
collectUrl: string;
|
|
3258
|
-
collectMethod: string;
|
|
3259
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam5$Outbound> | undefined;
|
|
3260
|
-
collectBody: string;
|
|
3261
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader5$Outbound> | undefined;
|
|
3262
|
-
authenticateCollect: boolean;
|
|
3263
|
-
timeout: number;
|
|
3264
|
-
rejectUnauthorized: boolean;
|
|
3265
|
-
defaultBreakers?: string | undefined;
|
|
3266
|
-
safeHeaders?: Array<string> | undefined;
|
|
3267
|
-
retryRules?: CollectorHealthCheckRetryRules5$Outbound | undefined;
|
|
3268
|
-
credentialsSecret?: string | undefined;
|
|
3269
|
-
loginUrl: string;
|
|
3270
|
-
loginBody: string;
|
|
3271
|
-
tokenRespAttribute?: string | undefined;
|
|
3272
|
-
authHeaderExpr: string;
|
|
3273
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader5$Outbound> | undefined;
|
|
3274
|
-
clientSecretParamName: string;
|
|
3275
|
-
clientSecretParamValue?: string | undefined;
|
|
3276
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam5$Outbound> | undefined;
|
|
3277
|
-
textSecret?: string | undefined;
|
|
3278
|
-
type: string;
|
|
3279
|
-
};
|
|
3280
|
-
/** @internal */
|
|
3281
|
-
export declare const CollectorHealthCheckHealthCheck5$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck5$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck5>;
|
|
3282
|
-
export declare function collectorHealthCheckHealthCheck5ToJSON(collectorHealthCheckHealthCheck5: CollectorHealthCheckHealthCheck5): string;
|
|
3283
|
-
export declare function collectorHealthCheckHealthCheck5FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck5, SDKValidationError>;
|
|
3284
|
-
/** @internal */
|
|
3285
|
-
export declare const CollectorHealthCheckAuthentication4$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication4, z.ZodTypeDef, unknown>;
|
|
3286
|
-
/** @internal */
|
|
3287
|
-
export declare const CollectorHealthCheckAuthentication4$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication4>;
|
|
3288
|
-
/** @internal */
|
|
3289
|
-
export declare const CollectorHealthCheckDiscoverType4$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType4, z.ZodTypeDef, unknown>;
|
|
3290
|
-
/** @internal */
|
|
3291
|
-
export declare const CollectorHealthCheckDiscoverType4$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType4>;
|
|
3292
|
-
/** @internal */
|
|
3293
|
-
export declare const CollectorHealthCheckDiscovery4$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery4, z.ZodTypeDef, unknown>;
|
|
3294
|
-
/** @internal */
|
|
3295
|
-
export type CollectorHealthCheckDiscovery4$Outbound = {
|
|
3296
|
-
discoverType: string;
|
|
3297
|
-
};
|
|
3298
|
-
/** @internal */
|
|
3299
|
-
export declare const CollectorHealthCheckDiscovery4$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery4$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery4>;
|
|
3300
|
-
export declare function collectorHealthCheckDiscovery4ToJSON(collectorHealthCheckDiscovery4: CollectorHealthCheckDiscovery4): string;
|
|
3301
|
-
export declare function collectorHealthCheckDiscovery4FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery4, SDKValidationError>;
|
|
3302
|
-
/** @internal */
|
|
3303
|
-
export declare const HealthCheckMethod4$inboundSchema: z.ZodType<HealthCheckMethod4, z.ZodTypeDef, unknown>;
|
|
3304
|
-
/** @internal */
|
|
3305
|
-
export declare const HealthCheckMethod4$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod4>;
|
|
3306
|
-
/** @internal */
|
|
3307
|
-
export declare const CollectorHealthCheckCollectRequestParam4$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam4, z.ZodTypeDef, unknown>;
|
|
3308
|
-
/** @internal */
|
|
3309
|
-
export type CollectorHealthCheckCollectRequestParam4$Outbound = {
|
|
3310
|
-
name: string;
|
|
3311
|
-
value: string;
|
|
3312
|
-
};
|
|
3313
|
-
/** @internal */
|
|
3314
|
-
export declare const CollectorHealthCheckCollectRequestParam4$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam4$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam4>;
|
|
3315
|
-
export declare function collectorHealthCheckCollectRequestParam4ToJSON(collectorHealthCheckCollectRequestParam4: CollectorHealthCheckCollectRequestParam4): string;
|
|
3316
|
-
export declare function collectorHealthCheckCollectRequestParam4FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam4, SDKValidationError>;
|
|
3317
|
-
/** @internal */
|
|
3318
|
-
export declare const CollectorHealthCheckCollectRequestHeader4$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader4, z.ZodTypeDef, unknown>;
|
|
3319
|
-
/** @internal */
|
|
3320
|
-
export type CollectorHealthCheckCollectRequestHeader4$Outbound = {
|
|
3321
|
-
name: string;
|
|
3322
|
-
value: string;
|
|
3323
|
-
};
|
|
3324
|
-
/** @internal */
|
|
3325
|
-
export declare const CollectorHealthCheckCollectRequestHeader4$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader4$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader4>;
|
|
3326
|
-
export declare function collectorHealthCheckCollectRequestHeader4ToJSON(collectorHealthCheckCollectRequestHeader4: CollectorHealthCheckCollectRequestHeader4): string;
|
|
3327
|
-
export declare function collectorHealthCheckCollectRequestHeader4FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader4, SDKValidationError>;
|
|
3328
|
-
/** @internal */
|
|
3329
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers4$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers4, z.ZodTypeDef, unknown>;
|
|
3330
|
-
/** @internal */
|
|
3331
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers4$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers4>;
|
|
3332
|
-
/** @internal */
|
|
3333
|
-
export declare const CollectorHealthCheckRetryType4$inboundSchema: z.ZodType<CollectorHealthCheckRetryType4, z.ZodTypeDef, unknown>;
|
|
3334
|
-
/** @internal */
|
|
3335
|
-
export declare const CollectorHealthCheckRetryType4$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType4>;
|
|
3336
|
-
/** @internal */
|
|
3337
|
-
export declare const CollectorHealthCheckRetryRules4$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules4, z.ZodTypeDef, unknown>;
|
|
3338
|
-
/** @internal */
|
|
3339
|
-
export type CollectorHealthCheckRetryRules4$Outbound = {
|
|
3340
|
-
type: string;
|
|
3341
|
-
interval?: any | undefined;
|
|
3342
|
-
limit?: any | undefined;
|
|
3343
|
-
multiplier?: any | undefined;
|
|
3344
|
-
codes?: any | undefined;
|
|
3345
|
-
enableHeader?: any | undefined;
|
|
3346
|
-
};
|
|
3347
|
-
/** @internal */
|
|
3348
|
-
export declare const CollectorHealthCheckRetryRules4$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules4$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules4>;
|
|
3349
|
-
export declare function collectorHealthCheckRetryRules4ToJSON(collectorHealthCheckRetryRules4: CollectorHealthCheckRetryRules4): string;
|
|
3350
|
-
export declare function collectorHealthCheckRetryRules4FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules4, SDKValidationError>;
|
|
3351
|
-
/** @internal */
|
|
3352
|
-
export declare const CollectorHealthCheckAuthRequestHeader4$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader4, z.ZodTypeDef, unknown>;
|
|
3353
|
-
/** @internal */
|
|
3354
|
-
export type CollectorHealthCheckAuthRequestHeader4$Outbound = {
|
|
3355
|
-
name: string;
|
|
3356
|
-
value: string;
|
|
3357
|
-
};
|
|
3358
|
-
/** @internal */
|
|
3359
|
-
export declare const CollectorHealthCheckAuthRequestHeader4$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader4$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader4>;
|
|
3360
|
-
export declare function collectorHealthCheckAuthRequestHeader4ToJSON(collectorHealthCheckAuthRequestHeader4: CollectorHealthCheckAuthRequestHeader4): string;
|
|
3361
|
-
export declare function collectorHealthCheckAuthRequestHeader4FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader4, SDKValidationError>;
|
|
3362
|
-
/** @internal */
|
|
3363
|
-
export declare const CollectorHealthCheckAuthRequestParam4$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam4, z.ZodTypeDef, unknown>;
|
|
3364
|
-
/** @internal */
|
|
3365
|
-
export type CollectorHealthCheckAuthRequestParam4$Outbound = {
|
|
3366
|
-
name: string;
|
|
3367
|
-
value: string;
|
|
3368
|
-
};
|
|
3369
|
-
/** @internal */
|
|
3370
|
-
export declare const CollectorHealthCheckAuthRequestParam4$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam4$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam4>;
|
|
3371
|
-
export declare function collectorHealthCheckAuthRequestParam4ToJSON(collectorHealthCheckAuthRequestParam4: CollectorHealthCheckAuthRequestParam4): string;
|
|
3372
|
-
export declare function collectorHealthCheckAuthRequestParam4FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam4, SDKValidationError>;
|
|
3373
|
-
/** @internal */
|
|
3374
|
-
export declare const CollectorHealthCheckType4$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType4>;
|
|
3375
|
-
/** @internal */
|
|
3376
|
-
export declare const CollectorHealthCheckType4$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType4>;
|
|
3377
|
-
/** @internal */
|
|
3378
|
-
export declare const CollectorHealthCheckHealthCheck4$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck4, z.ZodTypeDef, unknown>;
|
|
3379
|
-
/** @internal */
|
|
3380
|
-
export type CollectorHealthCheckHealthCheck4$Outbound = {
|
|
3381
|
-
authentication: string;
|
|
3382
|
-
discovery?: CollectorHealthCheckDiscovery4$Outbound | undefined;
|
|
3383
|
-
collectUrl: string;
|
|
3384
|
-
collectMethod: string;
|
|
3385
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam4$Outbound> | undefined;
|
|
3386
|
-
collectBody: string;
|
|
3387
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader4$Outbound> | undefined;
|
|
3388
|
-
authenticateCollect: boolean;
|
|
3389
|
-
timeout: number;
|
|
3390
|
-
rejectUnauthorized: boolean;
|
|
3391
|
-
defaultBreakers?: string | undefined;
|
|
3392
|
-
safeHeaders?: Array<string> | undefined;
|
|
3393
|
-
retryRules?: CollectorHealthCheckRetryRules4$Outbound | undefined;
|
|
3394
|
-
username?: string | undefined;
|
|
3395
|
-
password?: string | undefined;
|
|
3396
|
-
credentialsSecret?: string | undefined;
|
|
3397
|
-
loginUrl: string;
|
|
3398
|
-
loginBody: string;
|
|
3399
|
-
tokenRespAttribute?: string | undefined;
|
|
3400
|
-
authHeaderExpr: string;
|
|
3401
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader4$Outbound> | undefined;
|
|
3402
|
-
clientSecretParamName: string;
|
|
3403
|
-
clientSecretParamValue?: string | undefined;
|
|
3404
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam4$Outbound> | undefined;
|
|
3405
|
-
textSecret?: string | undefined;
|
|
3406
|
-
type: string;
|
|
3407
|
-
};
|
|
3408
|
-
/** @internal */
|
|
3409
|
-
export declare const CollectorHealthCheckHealthCheck4$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck4$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck4>;
|
|
3410
|
-
export declare function collectorHealthCheckHealthCheck4ToJSON(collectorHealthCheckHealthCheck4: CollectorHealthCheckHealthCheck4): string;
|
|
3411
|
-
export declare function collectorHealthCheckHealthCheck4FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck4, SDKValidationError>;
|
|
3412
|
-
/** @internal */
|
|
3413
|
-
export declare const HealthCheckMethod3$inboundSchema: z.ZodType<HealthCheckMethod3, z.ZodTypeDef, unknown>;
|
|
3414
|
-
/** @internal */
|
|
3415
|
-
export declare const HealthCheckMethod3$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod3>;
|
|
3416
|
-
/** @internal */
|
|
3417
|
-
export declare const CollectorHealthCheckDiscoverType3$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType3, z.ZodTypeDef, unknown>;
|
|
3418
|
-
/** @internal */
|
|
3419
|
-
export declare const CollectorHealthCheckDiscoverType3$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType3>;
|
|
3420
|
-
/** @internal */
|
|
3421
|
-
export declare const CollectorHealthCheckDiscovery3$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery3, z.ZodTypeDef, unknown>;
|
|
3422
|
-
/** @internal */
|
|
3423
|
-
export type CollectorHealthCheckDiscovery3$Outbound = {
|
|
3424
|
-
discoverType: string;
|
|
3425
|
-
};
|
|
3426
|
-
/** @internal */
|
|
3427
|
-
export declare const CollectorHealthCheckDiscovery3$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery3$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery3>;
|
|
3428
|
-
export declare function collectorHealthCheckDiscovery3ToJSON(collectorHealthCheckDiscovery3: CollectorHealthCheckDiscovery3): string;
|
|
3429
|
-
export declare function collectorHealthCheckDiscovery3FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery3, SDKValidationError>;
|
|
3430
|
-
/** @internal */
|
|
3431
|
-
export declare const CollectorHealthCheckCollectRequestParam3$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam3, z.ZodTypeDef, unknown>;
|
|
3432
|
-
/** @internal */
|
|
3433
|
-
export type CollectorHealthCheckCollectRequestParam3$Outbound = {
|
|
3434
|
-
name: string;
|
|
3435
|
-
value: string;
|
|
3436
|
-
};
|
|
3437
|
-
/** @internal */
|
|
3438
|
-
export declare const CollectorHealthCheckCollectRequestParam3$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam3$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam3>;
|
|
3439
|
-
export declare function collectorHealthCheckCollectRequestParam3ToJSON(collectorHealthCheckCollectRequestParam3: CollectorHealthCheckCollectRequestParam3): string;
|
|
3440
|
-
export declare function collectorHealthCheckCollectRequestParam3FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam3, SDKValidationError>;
|
|
3441
|
-
/** @internal */
|
|
3442
|
-
export declare const CollectorHealthCheckCollectRequestHeader3$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader3, z.ZodTypeDef, unknown>;
|
|
3443
|
-
/** @internal */
|
|
3444
|
-
export type CollectorHealthCheckCollectRequestHeader3$Outbound = {
|
|
3445
|
-
name: string;
|
|
3446
|
-
value: string;
|
|
3447
|
-
};
|
|
3448
|
-
/** @internal */
|
|
3449
|
-
export declare const CollectorHealthCheckCollectRequestHeader3$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader3$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader3>;
|
|
3450
|
-
export declare function collectorHealthCheckCollectRequestHeader3ToJSON(collectorHealthCheckCollectRequestHeader3: CollectorHealthCheckCollectRequestHeader3): string;
|
|
3451
|
-
export declare function collectorHealthCheckCollectRequestHeader3FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader3, SDKValidationError>;
|
|
3452
|
-
/** @internal */
|
|
3453
|
-
export declare const CollectorHealthCheckAuthentication3$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication3, z.ZodTypeDef, unknown>;
|
|
3454
|
-
/** @internal */
|
|
3455
|
-
export declare const CollectorHealthCheckAuthentication3$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication3>;
|
|
3456
|
-
/** @internal */
|
|
3457
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers3$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers3, z.ZodTypeDef, unknown>;
|
|
3458
|
-
/** @internal */
|
|
3459
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers3$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers3>;
|
|
3460
|
-
/** @internal */
|
|
3461
|
-
export declare const CollectorHealthCheckRetryType3$inboundSchema: z.ZodType<CollectorHealthCheckRetryType3, z.ZodTypeDef, unknown>;
|
|
3462
|
-
/** @internal */
|
|
3463
|
-
export declare const CollectorHealthCheckRetryType3$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType3>;
|
|
3464
|
-
/** @internal */
|
|
3465
|
-
export declare const CollectorHealthCheckRetryRules3$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules3, z.ZodTypeDef, unknown>;
|
|
3466
|
-
/** @internal */
|
|
3467
|
-
export type CollectorHealthCheckRetryRules3$Outbound = {
|
|
3468
|
-
type: string;
|
|
3469
|
-
interval?: any | undefined;
|
|
3470
|
-
limit?: any | undefined;
|
|
3471
|
-
multiplier?: any | undefined;
|
|
3472
|
-
codes?: any | undefined;
|
|
3473
|
-
enableHeader?: any | undefined;
|
|
3474
|
-
};
|
|
3475
|
-
/** @internal */
|
|
3476
|
-
export declare const CollectorHealthCheckRetryRules3$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules3$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules3>;
|
|
3477
|
-
export declare function collectorHealthCheckRetryRules3ToJSON(collectorHealthCheckRetryRules3: CollectorHealthCheckRetryRules3): string;
|
|
3478
|
-
export declare function collectorHealthCheckRetryRules3FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules3, SDKValidationError>;
|
|
3479
|
-
/** @internal */
|
|
3480
|
-
export declare const CollectorHealthCheckAuthRequestHeader3$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader3, z.ZodTypeDef, unknown>;
|
|
3481
|
-
/** @internal */
|
|
3482
|
-
export type CollectorHealthCheckAuthRequestHeader3$Outbound = {
|
|
3483
|
-
name: string;
|
|
3484
|
-
value: string;
|
|
3485
|
-
};
|
|
3486
|
-
/** @internal */
|
|
3487
|
-
export declare const CollectorHealthCheckAuthRequestHeader3$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader3$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader3>;
|
|
3488
|
-
export declare function collectorHealthCheckAuthRequestHeader3ToJSON(collectorHealthCheckAuthRequestHeader3: CollectorHealthCheckAuthRequestHeader3): string;
|
|
3489
|
-
export declare function collectorHealthCheckAuthRequestHeader3FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader3, SDKValidationError>;
|
|
3490
|
-
/** @internal */
|
|
3491
|
-
export declare const CollectorHealthCheckAuthRequestParam3$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam3, z.ZodTypeDef, unknown>;
|
|
3492
|
-
/** @internal */
|
|
3493
|
-
export type CollectorHealthCheckAuthRequestParam3$Outbound = {
|
|
3494
|
-
name: string;
|
|
3495
|
-
value: string;
|
|
3496
|
-
};
|
|
3497
|
-
/** @internal */
|
|
3498
|
-
export declare const CollectorHealthCheckAuthRequestParam3$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam3$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam3>;
|
|
3499
|
-
export declare function collectorHealthCheckAuthRequestParam3ToJSON(collectorHealthCheckAuthRequestParam3: CollectorHealthCheckAuthRequestParam3): string;
|
|
3500
|
-
export declare function collectorHealthCheckAuthRequestParam3FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam3, SDKValidationError>;
|
|
3501
|
-
/** @internal */
|
|
3502
|
-
export declare const CollectorHealthCheckType3$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType3>;
|
|
3503
|
-
/** @internal */
|
|
3504
|
-
export declare const CollectorHealthCheckType3$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType3>;
|
|
3505
|
-
/** @internal */
|
|
3506
|
-
export declare const CollectorHealthCheckHealthCheck3$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck3, z.ZodTypeDef, unknown>;
|
|
3507
|
-
/** @internal */
|
|
3508
|
-
export type CollectorHealthCheckHealthCheck3$Outbound = {
|
|
3509
|
-
collectMethod: string;
|
|
3510
|
-
collectBody: string;
|
|
3511
|
-
discovery?: CollectorHealthCheckDiscovery3$Outbound | undefined;
|
|
3512
|
-
collectUrl: string;
|
|
3513
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam3$Outbound> | undefined;
|
|
3514
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader3$Outbound> | undefined;
|
|
3515
|
-
authenticateCollect: boolean;
|
|
3516
|
-
authentication: string;
|
|
3517
|
-
timeout: number;
|
|
3518
|
-
rejectUnauthorized: boolean;
|
|
3519
|
-
defaultBreakers?: string | undefined;
|
|
3520
|
-
safeHeaders?: Array<string> | undefined;
|
|
3521
|
-
retryRules?: CollectorHealthCheckRetryRules3$Outbound | undefined;
|
|
3522
|
-
username?: string | undefined;
|
|
3523
|
-
password?: string | undefined;
|
|
3524
|
-
credentialsSecret?: string | undefined;
|
|
3525
|
-
loginUrl: string;
|
|
3526
|
-
loginBody: string;
|
|
3527
|
-
tokenRespAttribute?: string | undefined;
|
|
3528
|
-
authHeaderExpr: string;
|
|
3529
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader3$Outbound> | undefined;
|
|
3530
|
-
clientSecretParamName: string;
|
|
3531
|
-
clientSecretParamValue?: string | undefined;
|
|
3532
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam3$Outbound> | undefined;
|
|
3533
|
-
textSecret?: string | undefined;
|
|
3534
|
-
type: string;
|
|
3535
|
-
};
|
|
3536
|
-
/** @internal */
|
|
3537
|
-
export declare const CollectorHealthCheckHealthCheck3$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck3$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck3>;
|
|
3538
|
-
export declare function collectorHealthCheckHealthCheck3ToJSON(collectorHealthCheckHealthCheck3: CollectorHealthCheckHealthCheck3): string;
|
|
3539
|
-
export declare function collectorHealthCheckHealthCheck3FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck3, SDKValidationError>;
|
|
3540
|
-
/** @internal */
|
|
3541
|
-
export declare const HealthCheckMethod2$inboundSchema: z.ZodType<HealthCheckMethod2, z.ZodTypeDef, unknown>;
|
|
3542
|
-
/** @internal */
|
|
3543
|
-
export declare const HealthCheckMethod2$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod2>;
|
|
3544
|
-
/** @internal */
|
|
3545
|
-
export declare const CollectorHealthCheckCollectRequestParam2$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam2, z.ZodTypeDef, unknown>;
|
|
3546
|
-
/** @internal */
|
|
3547
|
-
export type CollectorHealthCheckCollectRequestParam2$Outbound = {
|
|
3548
|
-
name: string;
|
|
3549
|
-
value: string;
|
|
3550
|
-
};
|
|
3551
|
-
/** @internal */
|
|
3552
|
-
export declare const CollectorHealthCheckCollectRequestParam2$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam2$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam2>;
|
|
3553
|
-
export declare function collectorHealthCheckCollectRequestParam2ToJSON(collectorHealthCheckCollectRequestParam2: CollectorHealthCheckCollectRequestParam2): string;
|
|
3554
|
-
export declare function collectorHealthCheckCollectRequestParam2FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam2, SDKValidationError>;
|
|
3555
|
-
/** @internal */
|
|
3556
|
-
export declare const CollectorHealthCheckDiscoverType2$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType2, z.ZodTypeDef, unknown>;
|
|
3557
|
-
/** @internal */
|
|
3558
|
-
export declare const CollectorHealthCheckDiscoverType2$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType2>;
|
|
3559
|
-
/** @internal */
|
|
3560
|
-
export declare const CollectorHealthCheckDiscovery2$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery2, z.ZodTypeDef, unknown>;
|
|
3561
|
-
/** @internal */
|
|
3562
|
-
export type CollectorHealthCheckDiscovery2$Outbound = {
|
|
3563
|
-
discoverType: string;
|
|
3564
|
-
};
|
|
3565
|
-
/** @internal */
|
|
3566
|
-
export declare const CollectorHealthCheckDiscovery2$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery2$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery2>;
|
|
3567
|
-
export declare function collectorHealthCheckDiscovery2ToJSON(collectorHealthCheckDiscovery2: CollectorHealthCheckDiscovery2): string;
|
|
3568
|
-
export declare function collectorHealthCheckDiscovery2FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery2, SDKValidationError>;
|
|
3569
|
-
/** @internal */
|
|
3570
|
-
export declare const CollectorHealthCheckCollectRequestHeader2$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader2, z.ZodTypeDef, unknown>;
|
|
3571
|
-
/** @internal */
|
|
3572
|
-
export type CollectorHealthCheckCollectRequestHeader2$Outbound = {
|
|
3573
|
-
name: string;
|
|
3574
|
-
value: string;
|
|
3575
|
-
};
|
|
3576
|
-
/** @internal */
|
|
3577
|
-
export declare const CollectorHealthCheckCollectRequestHeader2$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader2$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader2>;
|
|
3578
|
-
export declare function collectorHealthCheckCollectRequestHeader2ToJSON(collectorHealthCheckCollectRequestHeader2: CollectorHealthCheckCollectRequestHeader2): string;
|
|
3579
|
-
export declare function collectorHealthCheckCollectRequestHeader2FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader2, SDKValidationError>;
|
|
3580
|
-
/** @internal */
|
|
3581
|
-
export declare const CollectorHealthCheckAuthentication2$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication2, z.ZodTypeDef, unknown>;
|
|
3582
|
-
/** @internal */
|
|
3583
|
-
export declare const CollectorHealthCheckAuthentication2$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication2>;
|
|
3584
|
-
/** @internal */
|
|
3585
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers2$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers2, z.ZodTypeDef, unknown>;
|
|
3586
|
-
/** @internal */
|
|
3587
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers2$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers2>;
|
|
3588
|
-
/** @internal */
|
|
3589
|
-
export declare const CollectorHealthCheckRetryType2$inboundSchema: z.ZodType<CollectorHealthCheckRetryType2, z.ZodTypeDef, unknown>;
|
|
3590
|
-
/** @internal */
|
|
3591
|
-
export declare const CollectorHealthCheckRetryType2$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType2>;
|
|
3592
|
-
/** @internal */
|
|
3593
|
-
export declare const CollectorHealthCheckRetryRules2$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules2, z.ZodTypeDef, unknown>;
|
|
3594
|
-
/** @internal */
|
|
3595
|
-
export type CollectorHealthCheckRetryRules2$Outbound = {
|
|
3596
|
-
type: string;
|
|
3597
|
-
interval?: any | undefined;
|
|
3598
|
-
limit?: any | undefined;
|
|
3599
|
-
multiplier?: any | undefined;
|
|
3600
|
-
codes?: any | undefined;
|
|
3601
|
-
enableHeader?: any | undefined;
|
|
3602
|
-
};
|
|
3603
|
-
/** @internal */
|
|
3604
|
-
export declare const CollectorHealthCheckRetryRules2$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules2$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules2>;
|
|
3605
|
-
export declare function collectorHealthCheckRetryRules2ToJSON(collectorHealthCheckRetryRules2: CollectorHealthCheckRetryRules2): string;
|
|
3606
|
-
export declare function collectorHealthCheckRetryRules2FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules2, SDKValidationError>;
|
|
3607
|
-
/** @internal */
|
|
3608
|
-
export declare const CollectorHealthCheckAuthRequestHeader2$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader2, z.ZodTypeDef, unknown>;
|
|
3609
|
-
/** @internal */
|
|
3610
|
-
export type CollectorHealthCheckAuthRequestHeader2$Outbound = {
|
|
3611
|
-
name: string;
|
|
3612
|
-
value: string;
|
|
3613
|
-
};
|
|
3614
|
-
/** @internal */
|
|
3615
|
-
export declare const CollectorHealthCheckAuthRequestHeader2$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader2$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader2>;
|
|
3616
|
-
export declare function collectorHealthCheckAuthRequestHeader2ToJSON(collectorHealthCheckAuthRequestHeader2: CollectorHealthCheckAuthRequestHeader2): string;
|
|
3617
|
-
export declare function collectorHealthCheckAuthRequestHeader2FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader2, SDKValidationError>;
|
|
3618
|
-
/** @internal */
|
|
3619
|
-
export declare const CollectorHealthCheckAuthRequestParam2$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam2, z.ZodTypeDef, unknown>;
|
|
3620
|
-
/** @internal */
|
|
3621
|
-
export type CollectorHealthCheckAuthRequestParam2$Outbound = {
|
|
3622
|
-
name: string;
|
|
3623
|
-
value: string;
|
|
3624
|
-
};
|
|
3625
|
-
/** @internal */
|
|
3626
|
-
export declare const CollectorHealthCheckAuthRequestParam2$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam2$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam2>;
|
|
3627
|
-
export declare function collectorHealthCheckAuthRequestParam2ToJSON(collectorHealthCheckAuthRequestParam2: CollectorHealthCheckAuthRequestParam2): string;
|
|
3628
|
-
export declare function collectorHealthCheckAuthRequestParam2FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam2, SDKValidationError>;
|
|
3629
|
-
/** @internal */
|
|
3630
|
-
export declare const CollectorHealthCheckType2$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType2>;
|
|
3631
|
-
/** @internal */
|
|
3632
|
-
export declare const CollectorHealthCheckType2$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType2>;
|
|
3633
|
-
/** @internal */
|
|
3634
|
-
export declare const CollectorHealthCheckHealthCheck2$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck2, z.ZodTypeDef, unknown>;
|
|
3635
|
-
/** @internal */
|
|
3636
|
-
export type CollectorHealthCheckHealthCheck2$Outbound = {
|
|
3637
|
-
collectMethod: string;
|
|
3638
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam2$Outbound> | undefined;
|
|
3639
|
-
discovery?: CollectorHealthCheckDiscovery2$Outbound | undefined;
|
|
3640
|
-
collectUrl: string;
|
|
3641
|
-
collectBody: string;
|
|
3642
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader2$Outbound> | undefined;
|
|
3643
|
-
authenticateCollect: boolean;
|
|
3644
|
-
authentication: string;
|
|
3645
|
-
timeout: number;
|
|
3646
|
-
rejectUnauthorized: boolean;
|
|
3647
|
-
defaultBreakers?: string | undefined;
|
|
3648
|
-
safeHeaders?: Array<string> | undefined;
|
|
3649
|
-
retryRules?: CollectorHealthCheckRetryRules2$Outbound | undefined;
|
|
3650
|
-
username?: string | undefined;
|
|
3651
|
-
password?: string | undefined;
|
|
3652
|
-
credentialsSecret?: string | undefined;
|
|
3653
|
-
loginUrl: string;
|
|
3654
|
-
loginBody: string;
|
|
3655
|
-
tokenRespAttribute?: string | undefined;
|
|
3656
|
-
authHeaderExpr: string;
|
|
3657
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader2$Outbound> | undefined;
|
|
3658
|
-
clientSecretParamName: string;
|
|
3659
|
-
clientSecretParamValue?: string | undefined;
|
|
3660
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam2$Outbound> | undefined;
|
|
3661
|
-
textSecret?: string | undefined;
|
|
3662
|
-
type: string;
|
|
3663
|
-
};
|
|
3664
|
-
/** @internal */
|
|
3665
|
-
export declare const CollectorHealthCheckHealthCheck2$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck2$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck2>;
|
|
3666
|
-
export declare function collectorHealthCheckHealthCheck2ToJSON(collectorHealthCheckHealthCheck2: CollectorHealthCheckHealthCheck2): string;
|
|
3667
|
-
export declare function collectorHealthCheckHealthCheck2FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck2, SDKValidationError>;
|
|
3668
|
-
/** @internal */
|
|
3669
|
-
export declare const HealthCheckMethod1$inboundSchema: z.ZodType<HealthCheckMethod1, z.ZodTypeDef, unknown>;
|
|
3670
|
-
/** @internal */
|
|
3671
|
-
export declare const HealthCheckMethod1$outboundSchema: z.ZodType<string, z.ZodTypeDef, HealthCheckMethod1>;
|
|
3672
|
-
/** @internal */
|
|
3673
|
-
export declare const CollectorHealthCheckCollectRequestParam1$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam1, z.ZodTypeDef, unknown>;
|
|
3674
|
-
/** @internal */
|
|
3675
|
-
export type CollectorHealthCheckCollectRequestParam1$Outbound = {
|
|
3676
|
-
name: string;
|
|
3677
|
-
value: string;
|
|
3678
|
-
};
|
|
3679
|
-
/** @internal */
|
|
3680
|
-
export declare const CollectorHealthCheckCollectRequestParam1$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestParam1$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestParam1>;
|
|
3681
|
-
export declare function collectorHealthCheckCollectRequestParam1ToJSON(collectorHealthCheckCollectRequestParam1: CollectorHealthCheckCollectRequestParam1): string;
|
|
3682
|
-
export declare function collectorHealthCheckCollectRequestParam1FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestParam1, SDKValidationError>;
|
|
3683
|
-
/** @internal */
|
|
3684
|
-
export declare const CollectorHealthCheckDiscoverType1$inboundSchema: z.ZodType<CollectorHealthCheckDiscoverType1, z.ZodTypeDef, unknown>;
|
|
3685
|
-
/** @internal */
|
|
3686
|
-
export declare const CollectorHealthCheckDiscoverType1$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckDiscoverType1>;
|
|
3687
|
-
/** @internal */
|
|
3688
|
-
export declare const CollectorHealthCheckDiscovery1$inboundSchema: z.ZodType<CollectorHealthCheckDiscovery1, z.ZodTypeDef, unknown>;
|
|
3689
|
-
/** @internal */
|
|
3690
|
-
export type CollectorHealthCheckDiscovery1$Outbound = {
|
|
3691
|
-
discoverType: string;
|
|
3692
|
-
};
|
|
3693
|
-
/** @internal */
|
|
3694
|
-
export declare const CollectorHealthCheckDiscovery1$outboundSchema: z.ZodType<CollectorHealthCheckDiscovery1$Outbound, z.ZodTypeDef, CollectorHealthCheckDiscovery1>;
|
|
3695
|
-
export declare function collectorHealthCheckDiscovery1ToJSON(collectorHealthCheckDiscovery1: CollectorHealthCheckDiscovery1): string;
|
|
3696
|
-
export declare function collectorHealthCheckDiscovery1FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckDiscovery1, SDKValidationError>;
|
|
3697
|
-
/** @internal */
|
|
3698
|
-
export declare const CollectorHealthCheckCollectRequestHeader1$inboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader1, z.ZodTypeDef, unknown>;
|
|
3699
|
-
/** @internal */
|
|
3700
|
-
export type CollectorHealthCheckCollectRequestHeader1$Outbound = {
|
|
3701
|
-
name: string;
|
|
3702
|
-
value: string;
|
|
3703
|
-
};
|
|
3704
|
-
/** @internal */
|
|
3705
|
-
export declare const CollectorHealthCheckCollectRequestHeader1$outboundSchema: z.ZodType<CollectorHealthCheckCollectRequestHeader1$Outbound, z.ZodTypeDef, CollectorHealthCheckCollectRequestHeader1>;
|
|
3706
|
-
export declare function collectorHealthCheckCollectRequestHeader1ToJSON(collectorHealthCheckCollectRequestHeader1: CollectorHealthCheckCollectRequestHeader1): string;
|
|
3707
|
-
export declare function collectorHealthCheckCollectRequestHeader1FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckCollectRequestHeader1, SDKValidationError>;
|
|
3708
|
-
/** @internal */
|
|
3709
|
-
export declare const CollectorHealthCheckAuthentication1$inboundSchema: z.ZodType<CollectorHealthCheckAuthentication1, z.ZodTypeDef, unknown>;
|
|
3710
|
-
/** @internal */
|
|
3711
|
-
export declare const CollectorHealthCheckAuthentication1$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckAuthentication1>;
|
|
3712
|
-
/** @internal */
|
|
3713
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers1$inboundSchema: z.ZodType<CollectorHealthCheckHiddenDefaultBreakers1, z.ZodTypeDef, unknown>;
|
|
3714
|
-
/** @internal */
|
|
3715
|
-
export declare const CollectorHealthCheckHiddenDefaultBreakers1$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckHiddenDefaultBreakers1>;
|
|
3716
|
-
/** @internal */
|
|
3717
|
-
export declare const CollectorHealthCheckRetryType1$inboundSchema: z.ZodType<CollectorHealthCheckRetryType1, z.ZodTypeDef, unknown>;
|
|
3718
|
-
/** @internal */
|
|
3719
|
-
export declare const CollectorHealthCheckRetryType1$outboundSchema: z.ZodType<string, z.ZodTypeDef, CollectorHealthCheckRetryType1>;
|
|
3720
|
-
/** @internal */
|
|
3721
|
-
export declare const CollectorHealthCheckRetryRules1$inboundSchema: z.ZodType<CollectorHealthCheckRetryRules1, z.ZodTypeDef, unknown>;
|
|
3722
|
-
/** @internal */
|
|
3723
|
-
export type CollectorHealthCheckRetryRules1$Outbound = {
|
|
3724
|
-
type: string;
|
|
3725
|
-
interval?: any | undefined;
|
|
3726
|
-
limit?: any | undefined;
|
|
3727
|
-
multiplier?: any | undefined;
|
|
3728
|
-
codes?: any | undefined;
|
|
3729
|
-
enableHeader?: any | undefined;
|
|
3730
|
-
};
|
|
3731
|
-
/** @internal */
|
|
3732
|
-
export declare const CollectorHealthCheckRetryRules1$outboundSchema: z.ZodType<CollectorHealthCheckRetryRules1$Outbound, z.ZodTypeDef, CollectorHealthCheckRetryRules1>;
|
|
3733
|
-
export declare function collectorHealthCheckRetryRules1ToJSON(collectorHealthCheckRetryRules1: CollectorHealthCheckRetryRules1): string;
|
|
3734
|
-
export declare function collectorHealthCheckRetryRules1FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckRetryRules1, SDKValidationError>;
|
|
3735
|
-
/** @internal */
|
|
3736
|
-
export declare const CollectorHealthCheckAuthRequestHeader1$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader1, z.ZodTypeDef, unknown>;
|
|
3737
|
-
/** @internal */
|
|
3738
|
-
export type CollectorHealthCheckAuthRequestHeader1$Outbound = {
|
|
3739
|
-
name: string;
|
|
3740
|
-
value: string;
|
|
3741
|
-
};
|
|
3742
|
-
/** @internal */
|
|
3743
|
-
export declare const CollectorHealthCheckAuthRequestHeader1$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestHeader1$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestHeader1>;
|
|
3744
|
-
export declare function collectorHealthCheckAuthRequestHeader1ToJSON(collectorHealthCheckAuthRequestHeader1: CollectorHealthCheckAuthRequestHeader1): string;
|
|
3745
|
-
export declare function collectorHealthCheckAuthRequestHeader1FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestHeader1, SDKValidationError>;
|
|
3746
|
-
/** @internal */
|
|
3747
|
-
export declare const CollectorHealthCheckAuthRequestParam1$inboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam1, z.ZodTypeDef, unknown>;
|
|
3748
|
-
/** @internal */
|
|
3749
|
-
export type CollectorHealthCheckAuthRequestParam1$Outbound = {
|
|
3750
|
-
name: string;
|
|
3751
|
-
value: string;
|
|
3752
|
-
};
|
|
3753
|
-
/** @internal */
|
|
3754
|
-
export declare const CollectorHealthCheckAuthRequestParam1$outboundSchema: z.ZodType<CollectorHealthCheckAuthRequestParam1$Outbound, z.ZodTypeDef, CollectorHealthCheckAuthRequestParam1>;
|
|
3755
|
-
export declare function collectorHealthCheckAuthRequestParam1ToJSON(collectorHealthCheckAuthRequestParam1: CollectorHealthCheckAuthRequestParam1): string;
|
|
3756
|
-
export declare function collectorHealthCheckAuthRequestParam1FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckAuthRequestParam1, SDKValidationError>;
|
|
3757
|
-
/** @internal */
|
|
3758
|
-
export declare const CollectorHealthCheckType1$inboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType1>;
|
|
3759
|
-
/** @internal */
|
|
3760
|
-
export declare const CollectorHealthCheckType1$outboundSchema: z.ZodNativeEnum<typeof CollectorHealthCheckType1>;
|
|
3761
|
-
/** @internal */
|
|
3762
|
-
export declare const CollectorHealthCheckHealthCheck1$inboundSchema: z.ZodType<CollectorHealthCheckHealthCheck1, z.ZodTypeDef, unknown>;
|
|
3763
|
-
/** @internal */
|
|
3764
|
-
export type CollectorHealthCheckHealthCheck1$Outbound = {
|
|
3765
|
-
collectMethod: string;
|
|
3766
|
-
collectRequestParams?: Array<CollectorHealthCheckCollectRequestParam1$Outbound> | undefined;
|
|
3767
|
-
discovery?: CollectorHealthCheckDiscovery1$Outbound | undefined;
|
|
3768
|
-
collectUrl: string;
|
|
3769
|
-
collectBody: string;
|
|
3770
|
-
collectRequestHeaders?: Array<CollectorHealthCheckCollectRequestHeader1$Outbound> | undefined;
|
|
3771
|
-
authenticateCollect: boolean;
|
|
3772
|
-
authentication: string;
|
|
3773
|
-
timeout: number;
|
|
3774
|
-
rejectUnauthorized: boolean;
|
|
3775
|
-
defaultBreakers?: string | undefined;
|
|
3776
|
-
safeHeaders?: Array<string> | undefined;
|
|
3777
|
-
retryRules?: CollectorHealthCheckRetryRules1$Outbound | undefined;
|
|
3778
|
-
username?: string | undefined;
|
|
3779
|
-
password?: string | undefined;
|
|
3780
|
-
credentialsSecret?: string | undefined;
|
|
3781
|
-
loginUrl: string;
|
|
3782
|
-
loginBody: string;
|
|
3783
|
-
tokenRespAttribute?: string | undefined;
|
|
3784
|
-
authHeaderExpr: string;
|
|
3785
|
-
authRequestHeaders?: Array<CollectorHealthCheckAuthRequestHeader1$Outbound> | undefined;
|
|
3786
|
-
clientSecretParamName: string;
|
|
3787
|
-
clientSecretParamValue?: string | undefined;
|
|
3788
|
-
authRequestParams?: Array<CollectorHealthCheckAuthRequestParam1$Outbound> | undefined;
|
|
3789
|
-
textSecret?: string | undefined;
|
|
3790
|
-
type: string;
|
|
3791
|
-
};
|
|
3792
|
-
/** @internal */
|
|
3793
|
-
export declare const CollectorHealthCheckHealthCheck1$outboundSchema: z.ZodType<CollectorHealthCheckHealthCheck1$Outbound, z.ZodTypeDef, CollectorHealthCheckHealthCheck1>;
|
|
3794
|
-
export declare function collectorHealthCheckHealthCheck1ToJSON(collectorHealthCheckHealthCheck1: CollectorHealthCheckHealthCheck1): string;
|
|
3795
|
-
export declare function collectorHealthCheckHealthCheck1FromJSON(jsonString: string): SafeParseResult<CollectorHealthCheckHealthCheck1, SDKValidationError>;
|
|
3796
|
-
/** @internal */
|
|
3797
|
-
export declare const CollectorHealthCheck$inboundSchema: z.ZodType<CollectorHealthCheck, z.ZodTypeDef, unknown>;
|
|
3798
|
-
/** @internal */
|
|
3799
|
-
export type CollectorHealthCheck$Outbound = CollectorHealthCheckHealthCheck5$Outbound | CollectorHealthCheckHealthCheck7$Outbound | CollectorHealthCheckHealthCheck6$Outbound | CollectorHealthCheckHealthCheck8$Outbound | CollectorHealthCheckHealthCheck9$Outbound | CollectorHealthCheckHealthCheck10$Outbound | CollectorHealthCheckHealthCheck1$Outbound | CollectorHealthCheckHealthCheck2$Outbound | CollectorHealthCheckHealthCheck3$Outbound | CollectorHealthCheckHealthCheck4$Outbound;
|
|
3800
22
|
/** @internal */
|
|
3801
23
|
export declare const CollectorHealthCheck$outboundSchema: z.ZodType<CollectorHealthCheck$Outbound, z.ZodTypeDef, CollectorHealthCheck>;
|
|
3802
24
|
export declare function collectorHealthCheckToJSON(collectorHealthCheck: CollectorHealthCheck): string;
|