@harnessio/react-chaos-manager-client 1.50.0 → 1.51.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/hooks/useGetChaosV2ExperimentVariablesQuery.d.ts +2 -2
- package/dist/chaos-manager/src/services/index.d.ts +6 -4
- package/dist/chaos-manager/src/services/schemas/ActionActionTemplateRunProperties.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/ActionsActionResponse.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/ChaosactiontemplateChaosActionTemplate.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/ChaosexperimentpipelineReferenceEntities.d.ts +0 -2
- package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateChaosExperimentTemplate.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateExperimentTemplateVariables.d.ts +4 -4
- package/dist/chaos-manager/src/services/schemas/{ChaosexperimenttemplateVariable.d.ts → ChaosexperimenttemplateInputs.d.ts} +5 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaultChaosFault.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaultCreateFaultRequest.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaultCreateFaultResponse.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaultFaultVariables.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaultGetFaultResponse.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaultUpdateFaultRequest.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaultUpdateFaultResponse.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplate.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplateVariables.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateChaosFaultTemplate.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateCreateFaultTemplateRequest.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateCreateFaultTemplateResponse.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateFaultTemplateVariables.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateUpdateFaultTemplateResponse.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateProbeTemplate.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateProbeTemplateVariables.d.ts +4 -0
- package/dist/chaos-manager/src/services/schemas/ExperimentActionRef.d.ts +1 -1
- package/dist/chaos-manager/src/services/schemas/ExperimentFaultRef.d.ts +1 -1
- package/dist/chaos-manager/src/services/schemas/ExperimentProbeRef.d.ts +1 -1
- package/dist/chaos-manager/src/services/schemas/FaulttemplateFaultTemplate.d.ts +2 -1
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgActionsAction.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/ProbeApmProbeTemplate.d.ts +2 -0
- package/dist/chaos-manager/src/services/schemas/ProbeApmProbeType.d.ts +1 -1
- package/dist/chaos-manager/src/services/schemas/ProbeSplunkEnterpriseProbeInputs.d.ts +8 -0
- package/dist/chaos-manager/src/services/schemas/TemplateInputCategory.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/TemplateInputType.d.ts +1 -0
- package/dist/chaos-manager/src/services/schemas/{TemplateRunTimeVariables.d.ts → TemplateRunTimeInputs.d.ts} +1 -1
- package/dist/chaos-manager/src/services/schemas/TemplateRunTimeInputs.js +1 -0
- package/dist/chaos-manager/src/services/schemas/TemplateVariable.d.ts +4 -4
- package/dist/chaos-manager/src/services/schemas/TypesCreateProbeResponse.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/TypesGetProbeResponse.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/TypesProbeRequest.d.ts +5 -1
- package/dist/chaos-manager/src/services/schemas/V1ApmProbeInputs.d.ts +5 -0
- package/dist/chaos-manager/src/services/schemas/V1SplunkEnterpriseInputs.d.ts +23 -0
- package/dist/chaos-manager/src/services/schemas/V1SplunkEnterpriseInputs.js +1 -0
- package/package.json +1 -1
- package/dist/chaos-manager/src/services/schemas/TemplateVariableCategory.d.ts +0 -1
- package/dist/chaos-manager/src/services/schemas/TemplateVariableType.d.ts +0 -1
- /package/dist/chaos-manager/src/services/schemas/{ChaosexperimenttemplateVariable.js → ChaosexperimenttemplateInputs.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TemplateRunTimeVariables.js → ProbeSplunkEnterpriseProbeInputs.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TemplateVariableCategory.js → TemplateInputCategory.js} +0 -0
- /package/dist/chaos-manager/src/services/schemas/{TemplateVariableType.js → TemplateInputType.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UseQueryOptions } from '@tanstack/react-query';
|
|
2
|
-
import type {
|
|
2
|
+
import type { TemplateRunTimeInputs } from '../schemas/TemplateRunTimeInputs';
|
|
3
3
|
import type { ApiRestError } from '../schemas/ApiRestError';
|
|
4
4
|
import { FetcherOptions } from '../../../../custom-fetcher/index.js';
|
|
5
5
|
export interface GetChaosV2ExperimentVariablesQueryPathParams {
|
|
@@ -11,7 +11,7 @@ export interface GetChaosV2ExperimentVariablesQueryQueryParams {
|
|
|
11
11
|
projectIdentifier: string;
|
|
12
12
|
isIdentity: boolean;
|
|
13
13
|
}
|
|
14
|
-
export type GetChaosV2ExperimentVariablesOkResponse =
|
|
14
|
+
export type GetChaosV2ExperimentVariablesOkResponse = TemplateRunTimeInputs;
|
|
15
15
|
export type GetChaosV2ExperimentVariablesErrorResponse = ApiRestError;
|
|
16
16
|
export interface GetChaosV2ExperimentVariablesProps extends GetChaosV2ExperimentVariablesQueryPathParams, Omit<FetcherOptions<GetChaosV2ExperimentVariablesQueryQueryParams, unknown>, 'url'> {
|
|
17
17
|
queryParams: GetChaosV2ExperimentVariablesQueryQueryParams;
|
|
@@ -541,10 +541,10 @@ export type { ChaosexperimenttemplateCreateExperimentTemplateResponse } from './
|
|
|
541
541
|
export type { ChaosexperimenttemplateExperimentTemplateVariables } from './schemas/ChaosexperimenttemplateExperimentTemplateVariables';
|
|
542
542
|
export type { ChaosexperimenttemplateExperimentTemplateYaml } from './schemas/ChaosexperimenttemplateExperimentTemplateYaml';
|
|
543
543
|
export type { ChaosexperimenttemplateGetExperimentTemplateResponse } from './schemas/ChaosexperimenttemplateGetExperimentTemplateResponse';
|
|
544
|
+
export type { ChaosexperimenttemplateInputs } from './schemas/ChaosexperimenttemplateInputs';
|
|
544
545
|
export type { ChaosexperimenttemplateListExperimentTemplateResponse } from './schemas/ChaosexperimenttemplateListExperimentTemplateResponse';
|
|
545
546
|
export type { ChaosexperimenttemplateUpdateExperimentTemplateRequest } from './schemas/ChaosexperimenttemplateUpdateExperimentTemplateRequest';
|
|
546
547
|
export type { ChaosexperimenttemplateUpdateExperimentTemplateResponse } from './schemas/ChaosexperimenttemplateUpdateExperimentTemplateResponse';
|
|
547
|
-
export type { ChaosexperimenttemplateVariable } from './schemas/ChaosexperimenttemplateVariable';
|
|
548
548
|
export type { ChaosfaultChaosFault } from './schemas/ChaosfaultChaosFault';
|
|
549
549
|
export type { ChaosfaultCreateFaultRequest } from './schemas/ChaosfaultCreateFaultRequest';
|
|
550
550
|
export type { ChaosfaultCreateFaultResponse } from './schemas/ChaosfaultCreateFaultResponse';
|
|
@@ -987,6 +987,7 @@ export type { ProbeSloProbe } from './schemas/ProbeSloProbe';
|
|
|
987
987
|
export type { ProbeSloProbeTemplate } from './schemas/ProbeSloProbeTemplate';
|
|
988
988
|
export type { ProbeSloSourceMetadata } from './schemas/ProbeSloSourceMetadata';
|
|
989
989
|
export type { ProbeSloSourceMetadataTemplate } from './schemas/ProbeSloSourceMetadataTemplate';
|
|
990
|
+
export type { ProbeSplunkEnterpriseProbeInputs } from './schemas/ProbeSplunkEnterpriseProbeInputs';
|
|
990
991
|
export type { ProbeSyntheticsTest } from './schemas/ProbeSyntheticsTest';
|
|
991
992
|
export type { ProbeSyntheticsTestTemplate } from './schemas/ProbeSyntheticsTestTemplate';
|
|
992
993
|
export type { ProbeTlsConfig } from './schemas/ProbeTlsConfig';
|
|
@@ -1057,11 +1058,11 @@ export type { TargetserviceServiceType } from './schemas/TargetserviceServiceTyp
|
|
|
1057
1058
|
export type { TargetserviceTargetService } from './schemas/TargetserviceTargetService';
|
|
1058
1059
|
export type { TemplateChaosComponentInputsetSpec } from './schemas/TemplateChaosComponentInputsetSpec';
|
|
1059
1060
|
export type { TemplateChaosExperimentInputsetSpec } from './schemas/TemplateChaosExperimentInputsetSpec';
|
|
1060
|
-
export type {
|
|
1061
|
+
export type { TemplateInputCategory } from './schemas/TemplateInputCategory';
|
|
1062
|
+
export type { TemplateInputType } from './schemas/TemplateInputType';
|
|
1063
|
+
export type { TemplateRunTimeInputs } from './schemas/TemplateRunTimeInputs';
|
|
1061
1064
|
export type { TemplateVariable } from './schemas/TemplateVariable';
|
|
1062
|
-
export type { TemplateVariableCategory } from './schemas/TemplateVariableCategory';
|
|
1063
1065
|
export type { TemplateVariableMinimum } from './schemas/TemplateVariableMinimum';
|
|
1064
|
-
export type { TemplateVariableType } from './schemas/TemplateVariableType';
|
|
1065
1066
|
export type { TypesActionItem } from './schemas/TypesActionItem';
|
|
1066
1067
|
export type { TypesCreateExperimentFromTemplateRequest } from './schemas/TypesCreateExperimentFromTemplateRequest';
|
|
1067
1068
|
export type { TypesCreateGamedayRequest } from './schemas/TypesCreateGamedayRequest';
|
|
@@ -1241,6 +1242,7 @@ export type { V1SessionAffinityConfig } from './schemas/V1SessionAffinityConfig'
|
|
|
1241
1242
|
export type { V1SloProbeInputs } from './schemas/V1SloProbeInputs';
|
|
1242
1243
|
export type { V1SloSourceMetadata } from './schemas/V1SloSourceMetadata';
|
|
1243
1244
|
export type { V1SourceDetails } from './schemas/V1SourceDetails';
|
|
1245
|
+
export type { V1SplunkEnterpriseInputs } from './schemas/V1SplunkEnterpriseInputs';
|
|
1244
1246
|
export type { V1SplunkObservabilityInputs } from './schemas/V1SplunkObservabilityInputs';
|
|
1245
1247
|
export type { V1SplunkObservabilityMetrics } from './schemas/V1SplunkObservabilityMetrics';
|
|
1246
1248
|
export type { V1StorageMedium } from './schemas/V1StorageMedium';
|
|
@@ -2,11 +2,11 @@ import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemp
|
|
|
2
2
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
3
3
|
import type { MongodbImportType } from '../schemas/MongodbImportType';
|
|
4
4
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
5
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
5
6
|
import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
|
|
6
7
|
import type { ActionsRecentExecutions } from '../schemas/ActionsRecentExecutions';
|
|
7
8
|
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
8
9
|
import type { ActionsActionType } from '../schemas/ActionsActionType';
|
|
9
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
10
10
|
export interface ActionsActionResponse {
|
|
11
11
|
accountID: string;
|
|
12
12
|
actionProperties?: ActionActionTemplateProperties;
|
|
@@ -21,6 +21,7 @@ export interface ActionsActionResponse {
|
|
|
21
21
|
identity?: string;
|
|
22
22
|
importType?: MongodbImportType;
|
|
23
23
|
infrastructureType?: ActionsInfrastructureType;
|
|
24
|
+
inputs?: TemplateVariable[];
|
|
24
25
|
isImported?: boolean;
|
|
25
26
|
isRemoved?: boolean;
|
|
26
27
|
managedBy?: MongodbManagedBy;
|
|
@@ -33,5 +34,8 @@ export interface ActionsActionResponse {
|
|
|
33
34
|
type?: ActionsActionType;
|
|
34
35
|
updatedAt?: number;
|
|
35
36
|
updatedBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
37
|
+
/**
|
|
38
|
+
* CHAOS-11100
|
|
39
|
+
*/
|
|
36
40
|
variables?: TemplateVariable[];
|
|
37
41
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemplateProperties';
|
|
2
2
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
3
3
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
4
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
5
|
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
5
6
|
import type { ActionsActionType } from '../schemas/ActionsActionType';
|
|
6
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
7
7
|
export interface ChaosactiontemplateChaosActionTemplate {
|
|
8
8
|
accountID: string;
|
|
9
9
|
/**
|
|
@@ -22,6 +22,7 @@ export interface ChaosactiontemplateChaosActionTemplate {
|
|
|
22
22
|
*/
|
|
23
23
|
identity?: string;
|
|
24
24
|
infrastructureType?: ActionsInfrastructureType;
|
|
25
|
+
inputs?: TemplateVariable[];
|
|
25
26
|
/**
|
|
26
27
|
* isDefault indicates if it is the default version
|
|
27
28
|
* for predefined faults, latest should be set as default
|
|
@@ -47,5 +48,8 @@ export interface ChaosactiontemplateChaosActionTemplate {
|
|
|
47
48
|
updatedAt?: number;
|
|
48
49
|
updatedBy?: string;
|
|
49
50
|
updatedByUserDetails?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
51
|
+
/**
|
|
52
|
+
* CHAOS-11100
|
|
53
|
+
*/
|
|
50
54
|
variables?: TemplateVariable[];
|
|
51
55
|
}
|
package/dist/chaos-manager/src/services/schemas/ChaosexperimentpipelineReferenceEntities.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import type { ExperimentActionRef } from '../schemas/ExperimentActionRef';
|
|
2
2
|
import type { ExperimentFaultRef } from '../schemas/ExperimentFaultRef';
|
|
3
3
|
import type { ExperimentProbeRef } from '../schemas/ExperimentProbeRef';
|
|
4
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
5
4
|
export interface ChaosexperimentpipelineReferenceEntities {
|
|
6
5
|
actionRef?: ExperimentActionRef;
|
|
7
6
|
faultRef?: ExperimentFaultRef;
|
|
8
7
|
probeRef?: ExperimentProbeRef;
|
|
9
|
-
variables?: TemplateVariable[];
|
|
10
8
|
}
|
package/dist/chaos-manager/src/services/schemas/ChaosexperimenttemplateChaosExperimentTemplate.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export interface ChaosexperimenttemplateChaosExperimentTemplate {
|
|
|
16
16
|
identity?: string;
|
|
17
17
|
infraType?: ExperimentInfraType;
|
|
18
18
|
infras?: string[];
|
|
19
|
+
inputs?: TemplateVariable[];
|
|
19
20
|
isDefault?: boolean;
|
|
20
21
|
isEnterprise?: boolean;
|
|
21
22
|
isRemoved: boolean;
|
|
@@ -28,5 +29,8 @@ export interface ChaosexperimenttemplateChaosExperimentTemplate {
|
|
|
28
29
|
updatedAt?: number;
|
|
29
30
|
updatedBy?: string;
|
|
30
31
|
updatedByUserDetails?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
32
|
+
/**
|
|
33
|
+
* CHAOS-11100
|
|
34
|
+
*/
|
|
31
35
|
variables?: TemplateVariable[];
|
|
32
36
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ChaosexperimenttemplateInputs } from '../schemas/ChaosexperimenttemplateInputs';
|
|
2
2
|
export interface ChaosexperimenttemplateExperimentTemplateVariables {
|
|
3
|
-
actions?:
|
|
3
|
+
actions?: ChaosexperimenttemplateInputs[];
|
|
4
4
|
correlationID?: string;
|
|
5
|
-
faults?:
|
|
6
|
-
probes?:
|
|
5
|
+
faults?: ChaosexperimenttemplateInputs[];
|
|
6
|
+
probes?: ChaosexperimenttemplateInputs[];
|
|
7
7
|
}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
|
-
export interface
|
|
2
|
+
export interface ChaosexperimenttemplateInputs {
|
|
3
|
+
inputs?: TemplateVariable[];
|
|
3
4
|
name?: string;
|
|
5
|
+
/**
|
|
6
|
+
* CHAOS-11100
|
|
7
|
+
*/
|
|
4
8
|
variables?: TemplateVariable[];
|
|
5
9
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
2
2
|
import type { MongodbImportType } from '../schemas/MongodbImportType';
|
|
3
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
3
4
|
import type { ChaosfaultLink } from '../schemas/ChaosfaultLink';
|
|
4
5
|
import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
|
|
5
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
6
6
|
export interface ChaosfaultChaosFault {
|
|
7
7
|
accountID: string;
|
|
8
8
|
category?: string[];
|
|
@@ -22,6 +22,7 @@ export interface ChaosfaultChaosFault {
|
|
|
22
22
|
importType?: MongodbImportType;
|
|
23
23
|
infraType?: string;
|
|
24
24
|
infras?: string[];
|
|
25
|
+
inputs?: TemplateVariable[];
|
|
25
26
|
isEnterprise?: boolean;
|
|
26
27
|
isRemoved: boolean;
|
|
27
28
|
links?: ChaosfaultLink[];
|
|
@@ -39,5 +40,8 @@ export interface ChaosfaultChaosFault {
|
|
|
39
40
|
updatedAt?: number;
|
|
40
41
|
updatedBy?: string;
|
|
41
42
|
updatedByUserDetails?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
43
|
+
/**
|
|
44
|
+
* CHAOS-11100
|
|
45
|
+
*/
|
|
42
46
|
variables?: TemplateVariable[];
|
|
43
47
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { CommonImportType } from '../schemas/CommonImportType';
|
|
2
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
3
|
import type { FaultLink } from '../schemas/FaultLink';
|
|
3
4
|
import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
|
|
4
5
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
5
6
|
import type { FaultTemplateReference } from '../schemas/FaultTemplateReference';
|
|
6
7
|
import type { TemplateVariableMinimum } from '../schemas/TemplateVariableMinimum';
|
|
7
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
8
8
|
export interface ChaosfaultCreateFaultRequest {
|
|
9
9
|
apiVersion?: string;
|
|
10
10
|
category?: string[];
|
|
@@ -13,6 +13,7 @@ export interface ChaosfaultCreateFaultRequest {
|
|
|
13
13
|
importType?: CommonImportType;
|
|
14
14
|
infraType?: string;
|
|
15
15
|
infras?: string[];
|
|
16
|
+
inputs?: TemplateVariable[];
|
|
16
17
|
kind?: string;
|
|
17
18
|
links?: FaultLink[];
|
|
18
19
|
managedBy?: MongodbManagedBy;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { CommonImportType } from '../schemas/CommonImportType';
|
|
2
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
3
|
import type { FaultLink } from '../schemas/FaultLink';
|
|
3
4
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
4
5
|
import type { FaultTemplateReference } from '../schemas/FaultTemplateReference';
|
|
5
6
|
import type { TemplateVariableMinimum } from '../schemas/TemplateVariableMinimum';
|
|
6
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
7
7
|
export interface ChaosfaultCreateFaultResponse {
|
|
8
8
|
apiVersion?: string;
|
|
9
9
|
category?: string[];
|
|
@@ -14,6 +14,7 @@ export interface ChaosfaultCreateFaultResponse {
|
|
|
14
14
|
importType?: CommonImportType;
|
|
15
15
|
infraType?: string;
|
|
16
16
|
infras?: string[];
|
|
17
|
+
inputs?: TemplateVariable[];
|
|
17
18
|
kind?: string;
|
|
18
19
|
links?: FaultLink[];
|
|
19
20
|
name: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { CommonImportType } from '../schemas/CommonImportType';
|
|
2
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
3
|
import type { FaultLink } from '../schemas/FaultLink';
|
|
3
4
|
import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
|
|
4
5
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
5
6
|
import type { FaultTemplateReference } from '../schemas/FaultTemplateReference';
|
|
6
7
|
import type { TemplateVariableMinimum } from '../schemas/TemplateVariableMinimum';
|
|
7
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
8
8
|
export interface ChaosfaultGetFaultResponse {
|
|
9
9
|
apiVersion?: string;
|
|
10
10
|
category?: string[];
|
|
@@ -14,6 +14,7 @@ export interface ChaosfaultGetFaultResponse {
|
|
|
14
14
|
importType?: CommonImportType;
|
|
15
15
|
infraType?: string;
|
|
16
16
|
infras?: string[];
|
|
17
|
+
inputs?: TemplateVariable[];
|
|
17
18
|
isEnterprise?: boolean;
|
|
18
19
|
kind?: string;
|
|
19
20
|
links?: FaultLink[];
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { CommonImportType } from '../schemas/CommonImportType';
|
|
2
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
3
|
import type { FaultLink } from '../schemas/FaultLink';
|
|
3
4
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
4
5
|
import type { FaultTemplateReference } from '../schemas/FaultTemplateReference';
|
|
5
6
|
import type { TemplateVariableMinimum } from '../schemas/TemplateVariableMinimum';
|
|
6
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
7
7
|
export interface ChaosfaultUpdateFaultRequest {
|
|
8
8
|
apiVersion?: string;
|
|
9
9
|
category?: string[];
|
|
@@ -12,6 +12,7 @@ export interface ChaosfaultUpdateFaultRequest {
|
|
|
12
12
|
importType?: CommonImportType;
|
|
13
13
|
infraType?: string;
|
|
14
14
|
infras?: string[];
|
|
15
|
+
inputs?: TemplateVariable[];
|
|
15
16
|
kind?: string;
|
|
16
17
|
links?: FaultLink[];
|
|
17
18
|
name: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { CommonImportType } from '../schemas/CommonImportType';
|
|
2
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
3
|
import type { FaultLink } from '../schemas/FaultLink';
|
|
3
4
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
4
5
|
import type { FaultTemplateReference } from '../schemas/FaultTemplateReference';
|
|
5
6
|
import type { TemplateVariableMinimum } from '../schemas/TemplateVariableMinimum';
|
|
6
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
7
7
|
export interface ChaosfaultUpdateFaultResponse {
|
|
8
8
|
apiVersion?: string;
|
|
9
9
|
category?: string[];
|
|
@@ -13,6 +13,7 @@ export interface ChaosfaultUpdateFaultResponse {
|
|
|
13
13
|
importType?: CommonImportType;
|
|
14
14
|
infraType?: string;
|
|
15
15
|
infras?: string[];
|
|
16
|
+
inputs?: TemplateVariable[];
|
|
16
17
|
kind?: string;
|
|
17
18
|
links?: FaultLink[];
|
|
18
19
|
name: string;
|
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemplateProperties';
|
|
2
2
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
3
|
-
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
4
3
|
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
|
+
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
5
5
|
export interface ChaosfaulttemplateActionTemplate {
|
|
6
6
|
actionProperties?: ActionActionTemplateProperties;
|
|
7
7
|
description?: string;
|
|
8
8
|
hubRef?: string;
|
|
9
9
|
identity?: string;
|
|
10
10
|
infrastructureType?: ActionsInfrastructureType;
|
|
11
|
+
inputs?: TemplateVariable[];
|
|
11
12
|
isDefault?: boolean;
|
|
12
13
|
name: string;
|
|
13
14
|
revision?: number;
|
|
14
15
|
runProperties?: ActionActionTemplateRunProperties;
|
|
15
16
|
tags?: string[];
|
|
16
17
|
type?: string;
|
|
18
|
+
/**
|
|
19
|
+
* CHAOS-11100
|
|
20
|
+
*/
|
|
17
21
|
variables?: TemplateVariable[];
|
|
18
22
|
}
|
package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateActionTemplateVariables.d.ts
CHANGED
|
@@ -2,5 +2,9 @@ import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
|
2
2
|
export interface ChaosfaulttemplateActionTemplateVariables {
|
|
3
3
|
actionProperties?: TemplateVariable[];
|
|
4
4
|
actionRunProperty?: TemplateVariable[];
|
|
5
|
+
inputs?: TemplateVariable[];
|
|
6
|
+
/**
|
|
7
|
+
* CHAOS-11100
|
|
8
|
+
*/
|
|
5
9
|
variables?: TemplateVariable[];
|
|
6
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
2
|
-
import type { ChaosfaulttemplateLink } from '../schemas/ChaosfaulttemplateLink';
|
|
3
2
|
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
3
|
+
import type { ChaosfaulttemplateLink } from '../schemas/ChaosfaulttemplateLink';
|
|
4
4
|
export interface ChaosfaulttemplateChaosFaultTemplate {
|
|
5
5
|
accountID: string;
|
|
6
6
|
category?: string[];
|
|
@@ -22,6 +22,7 @@ export interface ChaosfaulttemplateChaosFaultTemplate {
|
|
|
22
22
|
identity?: string;
|
|
23
23
|
infraType?: string;
|
|
24
24
|
infras?: string[];
|
|
25
|
+
inputs?: TemplateVariable[];
|
|
25
26
|
isDefault?: boolean;
|
|
26
27
|
isEnterprise?: boolean;
|
|
27
28
|
isRemoved: boolean;
|
|
@@ -37,5 +38,8 @@ export interface ChaosfaulttemplateChaosFaultTemplate {
|
|
|
37
38
|
updatedAt?: number;
|
|
38
39
|
updatedBy?: string;
|
|
39
40
|
updatedByUserDetails?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
41
|
+
/**
|
|
42
|
+
* CHAOS-11100
|
|
43
|
+
*/
|
|
40
44
|
variables?: TemplateVariable[];
|
|
41
45
|
}
|
package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateCreateFaultTemplateRequest.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
1
2
|
import type { FaulttemplateLink } from '../schemas/FaulttemplateLink';
|
|
2
3
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
3
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
4
|
export interface ChaosfaulttemplateCreateFaultTemplateRequest {
|
|
5
5
|
apiVersion?: string;
|
|
6
6
|
category?: string[];
|
|
@@ -8,6 +8,7 @@ export interface ChaosfaulttemplateCreateFaultTemplateRequest {
|
|
|
8
8
|
identity: string;
|
|
9
9
|
infraType?: string;
|
|
10
10
|
infras?: string[];
|
|
11
|
+
inputs?: TemplateVariable[];
|
|
11
12
|
isDefault?: boolean;
|
|
12
13
|
keywords?: string[];
|
|
13
14
|
kind?: string;
|
package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateCreateFaultTemplateResponse.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
1
2
|
import type { FaulttemplateLink } from '../schemas/FaulttemplateLink';
|
|
2
3
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
3
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
4
|
export interface ChaosfaulttemplateCreateFaultTemplateResponse {
|
|
5
5
|
apiVersion?: string;
|
|
6
6
|
category?: string[];
|
|
@@ -10,6 +10,7 @@ export interface ChaosfaulttemplateCreateFaultTemplateResponse {
|
|
|
10
10
|
identity: string;
|
|
11
11
|
infraType?: string;
|
|
12
12
|
infras?: string[];
|
|
13
|
+
inputs?: TemplateVariable[];
|
|
13
14
|
isDefault?: boolean;
|
|
14
15
|
keywords?: string[];
|
|
15
16
|
kind?: string;
|
package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateFaultTemplateVariables.d.ts
CHANGED
|
@@ -4,5 +4,9 @@ export interface ChaosfaulttemplateFaultTemplateVariables {
|
|
|
4
4
|
faultAuthentication?: TemplateVariable[];
|
|
5
5
|
faultTargets?: TemplateVariable[];
|
|
6
6
|
faultTunable?: TemplateVariable[];
|
|
7
|
+
inputs?: TemplateVariable[];
|
|
8
|
+
/**
|
|
9
|
+
* CHAOS-11100
|
|
10
|
+
*/
|
|
7
11
|
variables?: TemplateVariable[];
|
|
8
12
|
}
|
package/dist/chaos-manager/src/services/schemas/ChaosfaulttemplateUpdateFaultTemplateResponse.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
1
2
|
import type { FaulttemplateLink } from '../schemas/FaulttemplateLink';
|
|
2
3
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
3
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
4
|
export interface ChaosfaulttemplateUpdateFaultTemplateResponse {
|
|
5
5
|
apiVersion?: string;
|
|
6
6
|
category?: string[];
|
|
@@ -10,6 +10,7 @@ export interface ChaosfaulttemplateUpdateFaultTemplateResponse {
|
|
|
10
10
|
identity: string;
|
|
11
11
|
infraType?: string;
|
|
12
12
|
infras?: string[];
|
|
13
|
+
inputs?: TemplateVariable[];
|
|
13
14
|
isDefault?: boolean;
|
|
14
15
|
keywords?: string[];
|
|
15
16
|
kind?: string;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import type { ProbeInfrastructureType } from '../schemas/ProbeInfrastructureType';
|
|
2
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
3
|
import type { ProbeProbeTemplateProperties } from '../schemas/ProbeProbeTemplateProperties';
|
|
3
4
|
import type { ProbeProbeTemplateRunProperties } from '../schemas/ProbeProbeTemplateRunProperties';
|
|
4
5
|
import type { ProbeProbeType } from '../schemas/ProbeProbeType';
|
|
5
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
6
6
|
export interface ChaosprobetemplateProbeTemplate {
|
|
7
7
|
description?: string;
|
|
8
8
|
hubRef?: string;
|
|
9
9
|
identity?: string;
|
|
10
10
|
infrastructureType?: ProbeInfrastructureType;
|
|
11
|
+
inputs?: TemplateVariable[];
|
|
11
12
|
isDefault?: boolean;
|
|
12
13
|
name: string;
|
|
13
14
|
probeProperties?: ProbeProbeTemplateProperties;
|
|
@@ -15,5 +16,8 @@ export interface ChaosprobetemplateProbeTemplate {
|
|
|
15
16
|
runProperties?: ProbeProbeTemplateRunProperties;
|
|
16
17
|
tags?: string[];
|
|
17
18
|
type?: ProbeProbeType;
|
|
19
|
+
/**
|
|
20
|
+
* CHAOS-11100
|
|
21
|
+
*/
|
|
18
22
|
variables?: TemplateVariable[];
|
|
19
23
|
}
|
package/dist/chaos-manager/src/services/schemas/ChaosprobetemplateProbeTemplateVariables.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
2
2
|
export interface ChaosprobetemplateProbeTemplateVariables {
|
|
3
|
+
inputs?: TemplateVariable[];
|
|
3
4
|
probeProperties?: TemplateVariable[];
|
|
4
5
|
probeRunProperty?: TemplateVariable[];
|
|
6
|
+
/**
|
|
7
|
+
* CHAOS-11100
|
|
8
|
+
*/
|
|
5
9
|
variables?: TemplateVariable[];
|
|
6
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
1
2
|
import type { FaulttemplateLink } from '../schemas/FaulttemplateLink';
|
|
2
3
|
import type { FaulttemplateSpec } from '../schemas/FaulttemplateSpec';
|
|
3
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
4
|
export interface FaulttemplateFaultTemplate {
|
|
5
5
|
apiVersion?: string;
|
|
6
6
|
category?: string[];
|
|
@@ -8,6 +8,7 @@ export interface FaulttemplateFaultTemplate {
|
|
|
8
8
|
identity: string;
|
|
9
9
|
infraType?: string;
|
|
10
10
|
infras?: string[];
|
|
11
|
+
inputs?: TemplateVariable[];
|
|
11
12
|
isDefault?: boolean;
|
|
12
13
|
keywords?: string[];
|
|
13
14
|
kind?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemplateProperties';
|
|
2
2
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
3
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
3
4
|
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
4
5
|
import type { ActionsActionType } from '../schemas/ActionsActionType';
|
|
5
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
6
6
|
export interface GithubComHarnessHceSaasGraphqlServerPkgActionsAction {
|
|
7
7
|
actionProperties?: ActionActionTemplateProperties;
|
|
8
8
|
actionsTemplateRef?: string;
|
|
@@ -10,9 +10,13 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgActionsAction {
|
|
|
10
10
|
hubRef?: string;
|
|
11
11
|
identity?: string;
|
|
12
12
|
infrastructureType?: ActionsInfrastructureType;
|
|
13
|
+
inputs?: TemplateVariable[];
|
|
13
14
|
name: string;
|
|
14
15
|
runProperties?: ActionActionTemplateRunProperties;
|
|
15
16
|
tags?: string[];
|
|
16
17
|
type?: ActionsActionType;
|
|
18
|
+
/**
|
|
19
|
+
* CHAOS-11100
|
|
20
|
+
*/
|
|
17
21
|
variables?: TemplateVariable[];
|
|
18
22
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ActionActionTemplateProperties } from '../schemas/ActionActionTemplateProperties';
|
|
2
2
|
import type { MongodbImportType } from '../schemas/MongodbImportType';
|
|
3
3
|
import type { ActionsInfrastructureType } from '../schemas/ActionsInfrastructureType';
|
|
4
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
5
|
import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
|
|
5
6
|
import type { ActionsRecentExecutions } from '../schemas/ActionsRecentExecutions';
|
|
6
7
|
import type { ActionActionTemplateRunProperties } from '../schemas/ActionActionTemplateRunProperties';
|
|
7
8
|
import type { ActionsActionType } from '../schemas/ActionsActionType';
|
|
8
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
9
9
|
export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAction {
|
|
10
10
|
accountID: string;
|
|
11
11
|
actionProperties?: ActionActionTemplateProperties;
|
|
@@ -17,6 +17,7 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAc
|
|
|
17
17
|
identity?: string;
|
|
18
18
|
importType?: MongodbImportType;
|
|
19
19
|
infrastructureType?: ActionsInfrastructureType;
|
|
20
|
+
inputs?: TemplateVariable[];
|
|
20
21
|
isRemoved?: boolean;
|
|
21
22
|
managedBy?: MongodbManagedBy;
|
|
22
23
|
name: string;
|
|
@@ -26,5 +27,8 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbActionsAc
|
|
|
26
27
|
runProperties?: ActionActionTemplateRunProperties;
|
|
27
28
|
tags?: string[];
|
|
28
29
|
type?: ActionsActionType;
|
|
30
|
+
/**
|
|
31
|
+
* CHAOS-11100
|
|
32
|
+
*/
|
|
29
33
|
variables?: TemplateVariable[];
|
|
30
34
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
2
2
|
import type { ProbeInfrastructureType } from '../schemas/ProbeInfrastructureType';
|
|
3
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
3
4
|
import type { ProbeProbeTemplateProperties } from '../schemas/ProbeProbeTemplateProperties';
|
|
4
5
|
import type { ProbeProbeTemplateRunProperties } from '../schemas/ProbeProbeTemplateRunProperties';
|
|
5
6
|
import type { ProbeProbeType } from '../schemas/ProbeProbeType';
|
|
6
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
7
7
|
export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprobetemplateChaosProbeTemplate {
|
|
8
8
|
accountID: string;
|
|
9
9
|
createdAt?: number;
|
|
@@ -18,6 +18,7 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprob
|
|
|
18
18
|
*/
|
|
19
19
|
identity?: string;
|
|
20
20
|
infrastructureType?: ProbeInfrastructureType;
|
|
21
|
+
inputs?: TemplateVariable[];
|
|
21
22
|
/**
|
|
22
23
|
* isDefault indicates if it is the default version
|
|
23
24
|
* for predefined faults, latest should be set as default
|
|
@@ -40,5 +41,8 @@ export interface GithubComHarnessHceSaasGraphqlServerPkgDatabaseMongodbChaosprob
|
|
|
40
41
|
updatedAt?: number;
|
|
41
42
|
updatedBy?: string;
|
|
42
43
|
updatedByUserDetails?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
44
|
+
/**
|
|
45
|
+
* CHAOS-11100
|
|
46
|
+
*/
|
|
43
47
|
variables?: TemplateVariable[];
|
|
44
48
|
}
|
|
@@ -5,6 +5,7 @@ import type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeDynatraceApmProbeI
|
|
|
5
5
|
import type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGcpCloudMonitoringProbeInputs } from '../schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGcpCloudMonitoringProbeInputs';
|
|
6
6
|
import type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeNewRelicProbeInputs } from '../schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeNewRelicProbeInputs';
|
|
7
7
|
import type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbePrometheusProbeInputs } from '../schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbePrometheusProbeInputs';
|
|
8
|
+
import type { ProbeSplunkEnterpriseProbeInputs } from '../schemas/ProbeSplunkEnterpriseProbeInputs';
|
|
8
9
|
import type { GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSplunkObservabilityProbeInputs } from '../schemas/GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSplunkObservabilityProbeInputs';
|
|
9
10
|
import type { ProbeApmProbeType } from '../schemas/ProbeApmProbeType';
|
|
10
11
|
export interface ProbeApmProbeTemplate {
|
|
@@ -15,6 +16,7 @@ export interface ProbeApmProbeTemplate {
|
|
|
15
16
|
gcpCloudMonitoringProbeInputs?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbeGcpCloudMonitoringProbeInputs;
|
|
16
17
|
newRelicProbeInputs?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbeNewRelicProbeInputs;
|
|
17
18
|
prometheusProbeInputs?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbePrometheusProbeInputs;
|
|
19
|
+
splunkEnterpriseProbeInputs?: ProbeSplunkEnterpriseProbeInputs;
|
|
18
20
|
splunkObservabilityProbeInputs?: GithubComHarnessHceSaasHceSdkTemplateSchemaProbeSplunkObservabilityProbeInputs;
|
|
19
21
|
type?: ProbeApmProbeType;
|
|
20
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type ProbeApmProbeType = 'AppDynamics' | 'Datadog' | 'Dynatrace' | 'GcpCloudMonitoring' | 'NewRelic' | 'Prometheus' | 'SplunkObservability';
|
|
1
|
+
export type ProbeApmProbeType = 'AppDynamics' | 'Datadog' | 'Dynatrace' | 'GcpCloudMonitoring' | 'NewRelic' | 'Prometheus' | 'SplunkEnterprise' | 'SplunkObservability';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ProbeTlsConfigTemplate } from '../schemas/ProbeTlsConfigTemplate';
|
|
2
|
+
export interface ProbeSplunkEnterpriseProbeInputs {
|
|
3
|
+
connectorID?: string;
|
|
4
|
+
durationInMin?: {};
|
|
5
|
+
fieldToFetch?: string;
|
|
6
|
+
searchQuery?: string;
|
|
7
|
+
tlsConfig?: ProbeTlsConfigTemplate;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TemplateInputCategory = 'ActionProperties' | 'ExperimentTunable' | 'FaultAuthentication' | 'FaultTarget' | 'FaultTunable' | 'ProbeProperties' | 'RunProperties' | 'TargetInfra';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TemplateInputType = 'Boolean' | 'Integer' | 'Number' | 'SecretFile' | 'SecretText' | 'String';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
1
|
+
import type { TemplateInputCategory } from '../schemas/TemplateInputCategory';
|
|
2
|
+
import type { TemplateInputType } from '../schemas/TemplateInputType';
|
|
3
3
|
export interface TemplateVariable {
|
|
4
4
|
allowedValues?: Array<{}>;
|
|
5
|
-
category?:
|
|
5
|
+
category?: TemplateInputCategory;
|
|
6
6
|
default?: {};
|
|
7
7
|
description?: string;
|
|
8
8
|
name: string;
|
|
@@ -11,7 +11,7 @@ export interface TemplateVariable {
|
|
|
11
11
|
stringify?: boolean;
|
|
12
12
|
tags?: string[];
|
|
13
13
|
tooltipId?: string;
|
|
14
|
-
type?:
|
|
14
|
+
type?: TemplateInputType;
|
|
15
15
|
validator?: string;
|
|
16
16
|
value: {};
|
|
17
17
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { ProbeApmProbe } from '../schemas/ProbeApmProbe';
|
|
2
2
|
import type { ProbeHttpProbe } from '../schemas/ProbeHttpProbe';
|
|
3
3
|
import type { ProbeContainerProbe } from '../schemas/ProbeContainerProbe';
|
|
4
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
5
|
import type { ProbeK8SProbe } from '../schemas/ProbeK8SProbe';
|
|
5
6
|
import type { ProbeKubernetesCmdProbe } from '../schemas/ProbeKubernetesCmdProbe';
|
|
6
7
|
import type { ProbeDatadogProbe } from '../schemas/ProbeDatadogProbe';
|
|
@@ -8,13 +9,13 @@ import type { ProbeDynatraceProbe } from '../schemas/ProbeDynatraceProbe';
|
|
|
8
9
|
import type { ProbeLinuxCmdProbe } from '../schemas/ProbeLinuxCmdProbe';
|
|
9
10
|
import type { ProbePromProbe } from '../schemas/ProbePromProbe';
|
|
10
11
|
import type { ProbeSloProbe } from '../schemas/ProbeSloProbe';
|
|
11
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
12
12
|
import type { ProbeWindowsCmdProbe } from '../schemas/ProbeWindowsCmdProbe';
|
|
13
13
|
export interface TypesCreateProbeResponse {
|
|
14
14
|
apmProperties?: ProbeApmProbe;
|
|
15
15
|
containerHttpProperties?: ProbeHttpProbe;
|
|
16
16
|
containerProbeProperties?: ProbeContainerProbe;
|
|
17
17
|
description?: string;
|
|
18
|
+
inputs?: TemplateVariable[];
|
|
18
19
|
k8sProperties?: ProbeK8SProbe;
|
|
19
20
|
kubernetesCmdProperties?: ProbeKubernetesCmdProbe;
|
|
20
21
|
kubernetesDatadogProperties?: ProbeDatadogProbe;
|
|
@@ -30,6 +31,9 @@ export interface TypesCreateProbeResponse {
|
|
|
30
31
|
revisionId?: string;
|
|
31
32
|
sloProperties?: ProbeSloProbe;
|
|
32
33
|
tags?: string[];
|
|
34
|
+
/**
|
|
35
|
+
* CHAOS-11100
|
|
36
|
+
*/
|
|
33
37
|
variables?: TemplateVariable[];
|
|
34
38
|
windowsCmdProperties?: ProbeWindowsCmdProbe;
|
|
35
39
|
windowsHttpProperties?: ProbeHttpProbe;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails } from '../schemas/GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails';
|
|
2
2
|
import type { MongodbImportType } from '../schemas/MongodbImportType';
|
|
3
3
|
import type { TypesInfrastructureType } from '../schemas/TypesInfrastructureType';
|
|
4
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
4
5
|
import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
|
|
5
6
|
import type { ProbeProbeTemplateProperties } from '../schemas/ProbeProbeTemplateProperties';
|
|
6
7
|
import type { TypesProbeRecentExecutions } from '../schemas/TypesProbeRecentExecutions';
|
|
7
8
|
import type { ProbeProbeTemplateRunProperties } from '../schemas/ProbeProbeTemplateRunProperties';
|
|
8
9
|
import type { TypesProbeType } from '../schemas/TypesProbeType';
|
|
9
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
10
10
|
export interface TypesGetProbeResponse {
|
|
11
11
|
createdAt?: number;
|
|
12
12
|
createdBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
@@ -15,6 +15,7 @@ export interface TypesGetProbeResponse {
|
|
|
15
15
|
identity?: string;
|
|
16
16
|
importType?: MongodbImportType;
|
|
17
17
|
infrastructureType?: TypesInfrastructureType;
|
|
18
|
+
inputs?: TemplateVariable[];
|
|
18
19
|
isEnabled?: boolean;
|
|
19
20
|
isImported?: boolean;
|
|
20
21
|
isVerified?: boolean;
|
|
@@ -31,5 +32,8 @@ export interface TypesGetProbeResponse {
|
|
|
31
32
|
type?: TypesProbeType;
|
|
32
33
|
updatedAt?: number;
|
|
33
34
|
updatedBy?: GithubComHarnessHceSaasGraphqlServerGraphModelUserDetails;
|
|
35
|
+
/**
|
|
36
|
+
* CHAOS-11100
|
|
37
|
+
*/
|
|
34
38
|
variables?: TemplateVariable[];
|
|
35
39
|
}
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import type { MongodbImportType } from '../schemas/MongodbImportType';
|
|
2
2
|
import type { TypesInfrastructureType } from '../schemas/TypesInfrastructureType';
|
|
3
|
+
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
3
4
|
import type { MongodbManagedBy } from '../schemas/MongodbManagedBy';
|
|
4
5
|
import type { ProbeProbeTemplateProperties } from '../schemas/ProbeProbeTemplateProperties';
|
|
5
6
|
import type { TypesProbeRecentExecutions } from '../schemas/TypesProbeRecentExecutions';
|
|
6
7
|
import type { ProbeProbeTemplateRunProperties } from '../schemas/ProbeProbeTemplateRunProperties';
|
|
7
8
|
import type { TypesProbeType } from '../schemas/TypesProbeType';
|
|
8
|
-
import type { TemplateVariable } from '../schemas/TemplateVariable';
|
|
9
9
|
export interface TypesProbeRequest {
|
|
10
10
|
description?: string;
|
|
11
11
|
hubRef?: string;
|
|
12
12
|
identity?: string;
|
|
13
13
|
importType?: MongodbImportType;
|
|
14
14
|
infrastructureType?: TypesInfrastructureType;
|
|
15
|
+
inputs?: TemplateVariable[];
|
|
15
16
|
isEnabled?: boolean;
|
|
16
17
|
isImported?: boolean;
|
|
17
18
|
isVerified?: boolean;
|
|
@@ -26,5 +27,8 @@ export interface TypesProbeRequest {
|
|
|
26
27
|
runProperties?: ProbeProbeTemplateRunProperties;
|
|
27
28
|
tags?: string[];
|
|
28
29
|
type?: TypesProbeType;
|
|
30
|
+
/**
|
|
31
|
+
* CHAOS-11100
|
|
32
|
+
*/
|
|
29
33
|
variables?: TemplateVariable[];
|
|
30
34
|
}
|
|
@@ -5,6 +5,7 @@ import type { V1DynatraceApmProbeInputs } from '../schemas/V1DynatraceApmProbeIn
|
|
|
5
5
|
import type { V1GcpCloudMonitoringInputs } from '../schemas/V1GcpCloudMonitoringInputs';
|
|
6
6
|
import type { V1NewRelicInputs } from '../schemas/V1NewRelicInputs';
|
|
7
7
|
import type { V1PrometheusInputs } from '../schemas/V1PrometheusInputs';
|
|
8
|
+
import type { V1SplunkEnterpriseInputs } from '../schemas/V1SplunkEnterpriseInputs';
|
|
8
9
|
import type { V1SplunkObservabilityInputs } from '../schemas/V1SplunkObservabilityInputs';
|
|
9
10
|
export interface V1ApmProbeInputs {
|
|
10
11
|
/**
|
|
@@ -35,6 +36,10 @@ export interface V1ApmProbeInputs {
|
|
|
35
36
|
* PrometheusInputs contains the inputs required for prometheus probe
|
|
36
37
|
*/
|
|
37
38
|
prometheusInputs?: V1PrometheusInputs;
|
|
39
|
+
/**
|
|
40
|
+
* SplunkEnterpriseInputs contains the inputs required for Splunk Enterprise APM probe
|
|
41
|
+
*/
|
|
42
|
+
splunkEnterpriseInputs?: V1SplunkEnterpriseInputs;
|
|
38
43
|
/**
|
|
39
44
|
* SplunkObservabilityInputs contains the inputs required for Splunk Observability probe
|
|
40
45
|
*/
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig } from '../schemas/GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig';
|
|
2
|
+
export interface V1SplunkEnterpriseInputs {
|
|
3
|
+
/**
|
|
4
|
+
* DurationInMin contains the duration in minutes
|
|
5
|
+
*/
|
|
6
|
+
durationInMin?: number;
|
|
7
|
+
/**
|
|
8
|
+
* Endpoint for the Splunk APM probe
|
|
9
|
+
*/
|
|
10
|
+
endpoint?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Field to be fetched from the search query
|
|
13
|
+
*/
|
|
14
|
+
fieldToFetch?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Search Query for the Splunk APM probe
|
|
17
|
+
*/
|
|
18
|
+
searchQuery?: string;
|
|
19
|
+
/**
|
|
20
|
+
* TLSConfig for the Splunk APM probe
|
|
21
|
+
*/
|
|
22
|
+
tlsConfig?: GithubComHarnessHceSaasHceSdkCommonProbeV1TlsConfig;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TemplateVariableCategory = 'ActionProperties' | 'ExperimentTunable' | 'FaultAuthentication' | 'FaultTarget' | 'FaultTunable' | 'ProbeProperties' | 'RunProperties' | 'TargetInfra';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TemplateVariableType = 'Boolean' | 'Integer' | 'Number' | 'SecretFile' | 'SecretText' | 'String';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/chaos-manager/src/services/schemas/{TemplateVariableType.js → TemplateInputType.js}
RENAMED
|
File without changes
|