@harnessio/react-chaos-manager-client 1.72.0 → 1.73.0
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/chaos-manager/src/services/schemas/ActionActionTemplateRunProperties.d.ts +2 -6
- package/dist/chaos-manager/src/services/schemas/ChaosservicesExperimentExecutionResponse.d.ts +4 -1
- package/dist/chaos-manager/src/services/schemas/ChaosservicesExperimentExecutionResponse.js +0 -3
- package/dist/chaos-manager/src/services/schemas/ExecutionExecutionOutputResponse.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeAppdMetrics.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogApmProbeInputs.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDynatraceApmProbeInputs.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkEnterpriseProbeInputs.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkObservabilityMetrics.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeAppdMetrics.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogApmProbeInputs.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDynatraceApmProbeInputs.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSplunkEnterpriseProbeInputs.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSplunkObservabilityMetrics.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/ModelInput.d.ts +2 -6
- package/dist/chaos-manager/src/services/schemas/PipelinesCreatePipelineResponse.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/ProbeApmProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeCmdProbeTemplate.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/ProbeContainerProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeDatadogProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeDynatraceProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeEvaluationWindow.d.ts +2 -6
- package/dist/chaos-manager/src/services/schemas/ProbeEvaluationWindowTemplate.d.ts +2 -6
- package/dist/chaos-manager/src/services/schemas/ProbeHttpProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeK8SProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeKubernetesCmdProbe.d.ts +4 -12
- package/dist/chaos-manager/src/services/schemas/ProbeLinuxCmdProbe.d.ts +4 -12
- package/dist/chaos-manager/src/services/schemas/ProbeProbeTemplateRunProperties.d.ts +2 -6
- package/dist/chaos-manager/src/services/schemas/ProbePromProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeSloProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/ProbeTlsConfigSm.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/ProbeWindowsCmdProbe.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/TemplateInput.d.ts +3 -9
- package/dist/chaos-manager/src/services/schemas/TemplateInputMinimum.d.ts +1 -3
- package/dist/chaos-manager/src/services/schemas/TemplateVariable.d.ts +1 -3
- package/package.json +1 -1
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
export interface ActionActionTemplateRunProperties {
|
|
2
2
|
initialDelay?: string;
|
|
3
3
|
interval?: string;
|
|
4
|
-
iterations?: {
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
maxRetries?: {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
};
|
|
4
|
+
iterations?: {};
|
|
5
|
+
maxRetries?: {};
|
|
10
6
|
stopOnFailure?: boolean;
|
|
11
7
|
timeout?: string;
|
|
12
8
|
verbosity?: string;
|
package/dist/chaos-manager/src/services/schemas/ChaosservicesExperimentExecutionResponse.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import type { HcesdkUserDetails } from '../schemas/HcesdkUserDetails';
|
|
1
2
|
export interface ChaosservicesExperimentExecutionResponse {
|
|
2
3
|
completed?: boolean;
|
|
3
4
|
createdAt?: number;
|
|
5
|
+
createdBy?: HcesdkUserDetails;
|
|
4
6
|
experimentID?: string;
|
|
5
7
|
experimentIdentifier?: string;
|
|
6
8
|
experimentName?: string;
|
|
@@ -12,10 +14,11 @@ export interface ChaosservicesExperimentExecutionResponse {
|
|
|
12
14
|
faultsPassed?: number;
|
|
13
15
|
faultsStopped?: number;
|
|
14
16
|
infraID?: string;
|
|
17
|
+
isRemoved: boolean;
|
|
15
18
|
phase?: string;
|
|
16
19
|
resiliencyScore?: number;
|
|
17
20
|
runSequence?: number;
|
|
18
21
|
totalFaults?: number;
|
|
19
22
|
updatedAt?: number;
|
|
20
|
-
updatedBy?:
|
|
23
|
+
updatedBy?: HcesdkUserDetails;
|
|
21
24
|
}
|
|
@@ -3,9 +3,7 @@ import type { ProbeSyntheticsTest } from '../schemas/ProbeSyntheticsTest';
|
|
|
3
3
|
export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogApmProbeInputs {
|
|
4
4
|
aggregation?: string;
|
|
5
5
|
connectorID?: string;
|
|
6
|
-
durationInMin?: {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
};
|
|
6
|
+
durationInMin?: {};
|
|
9
7
|
formula?: string;
|
|
10
8
|
queries?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogV2Query[];
|
|
11
9
|
query?: string;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { ProbeMetrics } from '../schemas/ProbeMetrics';
|
|
2
2
|
export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDynatraceApmProbeInputs {
|
|
3
3
|
connectorID?: string;
|
|
4
|
-
durationInMin?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
durationInMin?: {};
|
|
7
5
|
metrics?: ProbeMetrics;
|
|
8
6
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { ProbeApmtlsConfig } from '../schemas/ProbeApmtlsConfig';
|
|
2
2
|
export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkEnterpriseProbeInputs {
|
|
3
3
|
connectorID?: string;
|
|
4
|
-
durationInMin?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
durationInMin?: {};
|
|
7
5
|
fieldToFetch?: string;
|
|
8
6
|
searchQuery?: string;
|
|
9
7
|
tlsConfig?: ProbeApmtlsConfig;
|
|
@@ -3,9 +3,7 @@ import type { ProbeSyntheticsTestTemplate } from '../schemas/ProbeSyntheticsTest
|
|
|
3
3
|
export interface GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogApmProbeInputs {
|
|
4
4
|
aggregation?: string;
|
|
5
5
|
connectorID?: string;
|
|
6
|
-
durationInMin?: {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
};
|
|
6
|
+
durationInMin?: {};
|
|
9
7
|
formula?: string;
|
|
10
8
|
queries?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDatadogV2Query[];
|
|
11
9
|
query?: string;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import type { ProbeDynatraceMetricsTemplate } from '../schemas/ProbeDynatraceMetricsTemplate';
|
|
2
2
|
export interface GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDynatraceApmProbeInputs {
|
|
3
3
|
connectorID?: string;
|
|
4
|
-
durationInMin?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
durationInMin?: {};
|
|
7
5
|
metrics?: ProbeDynatraceMetricsTemplate;
|
|
8
6
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { ProbeTlsConfigSm } from '../schemas/ProbeTlsConfigSm';
|
|
2
2
|
export interface GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSplunkEnterpriseProbeInputs {
|
|
3
3
|
connectorID?: string;
|
|
4
|
-
durationInMin?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
durationInMin?: {};
|
|
7
5
|
fieldToFetch?: string;
|
|
8
6
|
searchQuery?: string;
|
|
9
7
|
tlsConfig?: ProbeTlsConfigSm;
|
|
@@ -6,9 +6,7 @@ export interface ModelInput {
|
|
|
6
6
|
/**
|
|
7
7
|
* Default value for the input
|
|
8
8
|
*/
|
|
9
|
-
default?: {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
};
|
|
9
|
+
default?: {};
|
|
12
10
|
/**
|
|
13
11
|
* Description of the input (minimum 10 characters)
|
|
14
12
|
*/
|
|
@@ -36,7 +34,5 @@ export interface ModelInput {
|
|
|
36
34
|
/**
|
|
37
35
|
* Value of the input - can be static or runtime (string, boolean, or number)
|
|
38
36
|
*/
|
|
39
|
-
value?: {
|
|
40
|
-
[key: string]: any;
|
|
41
|
-
};
|
|
37
|
+
value?: {};
|
|
42
38
|
}
|
|
@@ -9,25 +9,19 @@ import type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkE
|
|
|
9
9
|
import type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkObservabilityProbeInputs } from '../schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkObservabilityProbeInputs';
|
|
10
10
|
export interface ProbeApmProbe {
|
|
11
11
|
appDynamicsProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeAppDynamicsProbeInputs;
|
|
12
|
-
attempt?: {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
};
|
|
12
|
+
attempt?: {};
|
|
15
13
|
comparator?: ProbeComparator;
|
|
16
14
|
datadogApmProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDatadogApmProbeInputs;
|
|
17
15
|
dynatraceApmProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeDynatraceApmProbeInputs;
|
|
18
16
|
gcpCloudMonitoringProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeGcpCloudMonitoringProbeInputs;
|
|
19
17
|
initialDelay?: string;
|
|
20
|
-
initialDelaySeconds?: {
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
};
|
|
18
|
+
initialDelaySeconds?: {};
|
|
23
19
|
interval?: string;
|
|
24
20
|
newRelicProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeNewRelicProbeInputs;
|
|
25
21
|
pollingInterval?: string;
|
|
26
22
|
probeTimeout?: string;
|
|
27
23
|
prometheusProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbePrometheusProbeInputs;
|
|
28
|
-
retry?: {
|
|
29
|
-
[key: string]: any;
|
|
30
|
-
};
|
|
24
|
+
retry?: {};
|
|
31
25
|
splunkEnterpriseProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkEnterpriseProbeInputs;
|
|
32
26
|
splunkObservabilityProbeInputs?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeSplunkObservabilityProbeInputs;
|
|
33
27
|
stopOnFailure?: boolean;
|
|
@@ -14,9 +14,7 @@ export interface ProbeContainerProbe {
|
|
|
14
14
|
[key: string]: string;
|
|
15
15
|
};
|
|
16
16
|
args?: string;
|
|
17
|
-
attempt?: {
|
|
18
|
-
[key: string]: any;
|
|
19
|
-
};
|
|
17
|
+
attempt?: {};
|
|
20
18
|
command?: string[];
|
|
21
19
|
comparator?: ProbeComparator;
|
|
22
20
|
containerSecurityContext?: V1SecurityContext;
|
|
@@ -28,9 +26,7 @@ export interface ProbeContainerProbe {
|
|
|
28
26
|
imagePullPolicy?: V1PullPolicy;
|
|
29
27
|
imagePullSecrets?: string[];
|
|
30
28
|
initialDelay?: string;
|
|
31
|
-
initialDelaySeconds?: {
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
};
|
|
29
|
+
initialDelaySeconds?: {};
|
|
34
30
|
interval?: string;
|
|
35
31
|
labels?: {
|
|
36
32
|
[key: string]: string;
|
|
@@ -43,9 +39,7 @@ export interface ProbeContainerProbe {
|
|
|
43
39
|
pollingInterval?: string;
|
|
44
40
|
probeTimeout?: string;
|
|
45
41
|
resources?: CommonResourceRequirements;
|
|
46
|
-
retry?: {
|
|
47
|
-
[key: string]: any;
|
|
48
|
-
};
|
|
42
|
+
retry?: {};
|
|
49
43
|
serviceAccountName?: string;
|
|
50
44
|
stopOnFailure?: boolean;
|
|
51
45
|
tolerations?: V1Toleration[];
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import type { ProbeDatadogMetrics } from '../schemas/ProbeDatadogMetrics';
|
|
2
2
|
import type { ProbeSyntheticsTest } from '../schemas/ProbeSyntheticsTest';
|
|
3
3
|
export interface ProbeDatadogProbe {
|
|
4
|
-
attempt?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
attempt?: {};
|
|
7
5
|
datadogCredentialsSecretName?: string;
|
|
8
6
|
datadogSite?: string;
|
|
9
7
|
initialDelay?: string;
|
|
10
|
-
initialDelaySeconds?: {
|
|
11
|
-
[key: string]: any;
|
|
12
|
-
};
|
|
8
|
+
initialDelaySeconds?: {};
|
|
13
9
|
interval?: string;
|
|
14
10
|
metrics?: ProbeDatadogMetrics;
|
|
15
11
|
pollingInterval?: string;
|
|
16
12
|
probeTimeout?: string;
|
|
17
|
-
retry?: {
|
|
18
|
-
[key: string]: any;
|
|
19
|
-
};
|
|
13
|
+
retry?: {};
|
|
20
14
|
stopOnFailure?: boolean;
|
|
21
15
|
syntheticsTest?: ProbeSyntheticsTest;
|
|
22
16
|
verbosity?: string;
|
|
@@ -2,22 +2,16 @@ import type { ProbeComparator } from '../schemas/ProbeComparator';
|
|
|
2
2
|
import type { ProbeMetrics } from '../schemas/ProbeMetrics';
|
|
3
3
|
export interface ProbeDynatraceProbe {
|
|
4
4
|
apiTokenSecretName?: string;
|
|
5
|
-
attempt?: {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
5
|
+
attempt?: {};
|
|
8
6
|
comparator?: ProbeComparator;
|
|
9
7
|
endpoint?: string;
|
|
10
8
|
initialDelay?: string;
|
|
11
|
-
initialDelaySeconds?: {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
};
|
|
9
|
+
initialDelaySeconds?: {};
|
|
14
10
|
interval?: string;
|
|
15
11
|
metrics?: ProbeMetrics;
|
|
16
12
|
pollingInterval?: string;
|
|
17
13
|
probeTimeout?: string;
|
|
18
|
-
retry?: {
|
|
19
|
-
[key: string]: any;
|
|
20
|
-
};
|
|
14
|
+
retry?: {};
|
|
21
15
|
stopOnFailure?: boolean;
|
|
22
16
|
timeFrame?: string;
|
|
23
17
|
verbosity?: string;
|
|
@@ -2,13 +2,9 @@ export interface ProbeEvaluationWindow {
|
|
|
2
2
|
/**
|
|
3
3
|
* End time of evaluation
|
|
4
4
|
*/
|
|
5
|
-
evaluationEndTime?: {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
5
|
+
evaluationEndTime?: {};
|
|
8
6
|
/**
|
|
9
7
|
* Start time of evaluation
|
|
10
8
|
*/
|
|
11
|
-
evaluationStartTime?: {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
};
|
|
9
|
+
evaluationStartTime?: {};
|
|
14
10
|
}
|
|
@@ -3,22 +3,16 @@ import type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeHeaders
|
|
|
3
3
|
import type { ProbeMethod } from '../schemas/ProbeMethod';
|
|
4
4
|
import type { ProbeTlsConfig } from '../schemas/ProbeTlsConfig';
|
|
5
5
|
export interface ProbeHttpProbe {
|
|
6
|
-
attempt?: {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
};
|
|
6
|
+
attempt?: {};
|
|
9
7
|
auth?: ProbeAuthorization;
|
|
10
8
|
headers?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeHeaders[];
|
|
11
9
|
initialDelay?: string;
|
|
12
|
-
initialDelaySeconds?: {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
};
|
|
10
|
+
initialDelaySeconds?: {};
|
|
15
11
|
interval?: string;
|
|
16
12
|
method?: ProbeMethod;
|
|
17
13
|
pollingInterval?: string;
|
|
18
14
|
probeTimeout?: string;
|
|
19
|
-
retry?: {
|
|
20
|
-
[key: string]: any;
|
|
21
|
-
};
|
|
15
|
+
retry?: {};
|
|
22
16
|
stopOnFailure?: boolean;
|
|
23
17
|
tlsConfig?: ProbeTlsConfig;
|
|
24
18
|
url?: string;
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
export interface ProbeK8SProbe {
|
|
2
|
-
attempt?: {
|
|
3
|
-
[key: string]: any;
|
|
4
|
-
};
|
|
2
|
+
attempt?: {};
|
|
5
3
|
fieldSelector?: string;
|
|
6
4
|
group?: string;
|
|
7
5
|
initialDelay?: string;
|
|
8
|
-
initialDelaySeconds?: {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
};
|
|
6
|
+
initialDelaySeconds?: {};
|
|
11
7
|
interval?: string;
|
|
12
8
|
labelSelector?: string;
|
|
13
9
|
namespace?: string;
|
|
@@ -16,9 +12,7 @@ export interface ProbeK8SProbe {
|
|
|
16
12
|
probeTimeout?: string;
|
|
17
13
|
resource?: string;
|
|
18
14
|
resourceNames?: string;
|
|
19
|
-
retry?: {
|
|
20
|
-
[key: string]: any;
|
|
21
|
-
};
|
|
15
|
+
retry?: {};
|
|
22
16
|
stopOnFailure?: boolean;
|
|
23
17
|
verbosity?: string;
|
|
24
18
|
version?: string;
|
|
@@ -1,25 +1,17 @@
|
|
|
1
1
|
import type { ProbeComparator } from '../schemas/ProbeComparator';
|
|
2
2
|
import type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv } from '../schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv';
|
|
3
3
|
export interface ProbeKubernetesCmdProbe {
|
|
4
|
-
attempt?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
attempt?: {};
|
|
7
5
|
command?: string;
|
|
8
6
|
comparator?: ProbeComparator;
|
|
9
7
|
env?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv[];
|
|
10
8
|
initialDelay?: string;
|
|
11
|
-
initialDelaySeconds?: {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
};
|
|
9
|
+
initialDelaySeconds?: {};
|
|
14
10
|
interval?: string;
|
|
15
11
|
pollingInterval?: string;
|
|
16
12
|
probeTimeout?: string;
|
|
17
|
-
retry?: {
|
|
18
|
-
|
|
19
|
-
};
|
|
20
|
-
source?: {
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
};
|
|
13
|
+
retry?: {};
|
|
14
|
+
source?: {};
|
|
23
15
|
stopOnFailure?: boolean;
|
|
24
16
|
verbosity?: string;
|
|
25
17
|
}
|
|
@@ -1,25 +1,17 @@
|
|
|
1
1
|
import type { ProbeComparator } from '../schemas/ProbeComparator';
|
|
2
2
|
import type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv } from '../schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv';
|
|
3
3
|
export interface ProbeLinuxCmdProbe {
|
|
4
|
-
attempt?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
attempt?: {};
|
|
7
5
|
command?: string;
|
|
8
6
|
comparator?: ProbeComparator;
|
|
9
7
|
env?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv[];
|
|
10
8
|
initialDelay?: string;
|
|
11
|
-
initialDelaySeconds?: {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
};
|
|
9
|
+
initialDelaySeconds?: {};
|
|
14
10
|
interval?: string;
|
|
15
11
|
pollingInterval?: string;
|
|
16
12
|
probeTimeout?: string;
|
|
17
|
-
retry?: {
|
|
18
|
-
|
|
19
|
-
};
|
|
20
|
-
source?: {
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
};
|
|
13
|
+
retry?: {};
|
|
14
|
+
source?: {};
|
|
23
15
|
stopOnFailure?: boolean;
|
|
24
16
|
verbosity?: string;
|
|
25
17
|
}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
export interface ProbeProbeTemplateRunProperties {
|
|
2
|
-
attempt?: {
|
|
3
|
-
[key: string]: any;
|
|
4
|
-
};
|
|
2
|
+
attempt?: {};
|
|
5
3
|
initialDelay?: string;
|
|
6
4
|
interval?: string;
|
|
7
5
|
pollingInterval?: string;
|
|
8
|
-
retry?: {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
};
|
|
6
|
+
retry?: {};
|
|
11
7
|
stopOnFailure?: boolean;
|
|
12
8
|
timeout?: string;
|
|
13
9
|
verbosity?: string;
|
|
@@ -2,24 +2,18 @@ import type { ProbeAuthorization } from '../schemas/ProbeAuthorization';
|
|
|
2
2
|
import type { ProbeComparator } from '../schemas/ProbeComparator';
|
|
3
3
|
import type { ProbeTlsConfig } from '../schemas/ProbeTlsConfig';
|
|
4
4
|
export interface ProbePromProbe {
|
|
5
|
-
attempt?: {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
5
|
+
attempt?: {};
|
|
8
6
|
auth?: ProbeAuthorization;
|
|
9
7
|
comparator?: ProbeComparator;
|
|
10
8
|
endpoint?: string;
|
|
11
9
|
initialDelay?: string;
|
|
12
|
-
initialDelaySeconds?: {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
};
|
|
10
|
+
initialDelaySeconds?: {};
|
|
15
11
|
interval?: string;
|
|
16
12
|
pollingInterval?: string;
|
|
17
13
|
probeTimeout?: string;
|
|
18
14
|
query?: string;
|
|
19
15
|
queryPath?: string;
|
|
20
|
-
retry?: {
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
};
|
|
16
|
+
retry?: {};
|
|
23
17
|
stopOnFailure?: boolean;
|
|
24
18
|
tlsConfig?: ProbeTlsConfig;
|
|
25
19
|
verbosity?: string;
|
|
@@ -2,24 +2,18 @@ import type { ProbeComparator } from '../schemas/ProbeComparator';
|
|
|
2
2
|
import type { ProbeEvaluationWindow } from '../schemas/ProbeEvaluationWindow';
|
|
3
3
|
import type { ProbeSloSourceMetadata } from '../schemas/ProbeSloSourceMetadata';
|
|
4
4
|
export interface ProbeSloProbe {
|
|
5
|
-
attempt?: {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
5
|
+
attempt?: {};
|
|
8
6
|
comparator?: ProbeComparator;
|
|
9
7
|
evaluationTimeout?: string;
|
|
10
8
|
evaluationWindow?: ProbeEvaluationWindow;
|
|
11
9
|
initialDelay?: string;
|
|
12
|
-
initialDelaySeconds?: {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
};
|
|
10
|
+
initialDelaySeconds?: {};
|
|
15
11
|
insecureSkipVerify?: boolean;
|
|
16
12
|
interval?: string;
|
|
17
13
|
platformEndpoint?: string;
|
|
18
14
|
pollingInterval?: string;
|
|
19
15
|
probeTimeout?: string;
|
|
20
|
-
retry?: {
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
};
|
|
16
|
+
retry?: {};
|
|
23
17
|
sloIdentifier?: string;
|
|
24
18
|
sloSourceMetadata?: ProbeSloSourceMetadata;
|
|
25
19
|
stopOnFailure?: boolean;
|
|
@@ -2,8 +2,6 @@ import type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSecretManager } fr
|
|
|
2
2
|
export interface ProbeTlsConfigSm {
|
|
3
3
|
caCrt?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSecretManager;
|
|
4
4
|
clientCrt?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSecretManager;
|
|
5
|
-
insecureSkipVerify?: {
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
};
|
|
5
|
+
insecureSkipVerify?: {};
|
|
8
6
|
key?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSecretManager;
|
|
9
7
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import type { ProbeComparator } from '../schemas/ProbeComparator';
|
|
2
2
|
import type { GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv } from '../schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv';
|
|
3
3
|
export interface ProbeWindowsCmdProbe {
|
|
4
|
-
attempt?: {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
};
|
|
4
|
+
attempt?: {};
|
|
7
5
|
command?: string;
|
|
8
6
|
comparator?: ProbeComparator;
|
|
9
7
|
env?: GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbProbeEnv[];
|
|
10
8
|
initialDelay?: string;
|
|
11
|
-
initialDelaySeconds?: {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
};
|
|
9
|
+
initialDelaySeconds?: {};
|
|
14
10
|
interval?: string;
|
|
15
11
|
pollingInterval?: string;
|
|
16
12
|
probeTimeout?: string;
|
|
17
|
-
retry?: {
|
|
18
|
-
[key: string]: any;
|
|
19
|
-
};
|
|
13
|
+
retry?: {};
|
|
20
14
|
stopOnFailure?: boolean;
|
|
21
15
|
verbosity?: string;
|
|
22
16
|
}
|
|
@@ -2,13 +2,9 @@ import type { TemplateInputCategory } from '../schemas/TemplateInputCategory';
|
|
|
2
2
|
import type { TemplateInputReference } from '../schemas/TemplateInputReference';
|
|
3
3
|
import type { TemplateInputType } from '../schemas/TemplateInputType';
|
|
4
4
|
export interface TemplateInput {
|
|
5
|
-
allowedValues?: Array<{
|
|
6
|
-
[key: string]: any;
|
|
7
|
-
}>;
|
|
5
|
+
allowedValues?: Array<{}>;
|
|
8
6
|
category?: TemplateInputCategory;
|
|
9
|
-
default?: {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
};
|
|
7
|
+
default?: {};
|
|
12
8
|
description?: string;
|
|
13
9
|
name: string;
|
|
14
10
|
path?: string;
|
|
@@ -19,7 +15,5 @@ export interface TemplateInput {
|
|
|
19
15
|
tooltipId?: string;
|
|
20
16
|
type?: TemplateInputType;
|
|
21
17
|
validator?: string;
|
|
22
|
-
value: {
|
|
23
|
-
[key: string]: any;
|
|
24
|
-
};
|
|
18
|
+
value: {};
|
|
25
19
|
}
|
package/package.json
CHANGED