@grepr/cli 1.3.0-4e666db → 1.3.0-b3d95ad
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.
|
@@ -42,98 +42,6 @@ export interface paths {
|
|
|
42
42
|
patch?: never;
|
|
43
43
|
trace?: never;
|
|
44
44
|
};
|
|
45
|
-
"/v1/service-accounts": {
|
|
46
|
-
parameters: {
|
|
47
|
-
query?: never;
|
|
48
|
-
header?: never;
|
|
49
|
-
path?: never;
|
|
50
|
-
cookie?: never;
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* List service accounts
|
|
54
|
-
* @description Lists all service accounts for the organization with pagination support
|
|
55
|
-
*/
|
|
56
|
-
get: operations["listServiceAccounts"];
|
|
57
|
-
put?: never;
|
|
58
|
-
/**
|
|
59
|
-
* Create a service account
|
|
60
|
-
* @description Creates a new service account with OAuth2 client credentials for programmatic API access
|
|
61
|
-
*/
|
|
62
|
-
post: operations["createServiceAccount"];
|
|
63
|
-
delete?: never;
|
|
64
|
-
options?: never;
|
|
65
|
-
head?: never;
|
|
66
|
-
patch?: never;
|
|
67
|
-
trace?: never;
|
|
68
|
-
};
|
|
69
|
-
"/v1/service-accounts/{id}": {
|
|
70
|
-
parameters: {
|
|
71
|
-
query?: never;
|
|
72
|
-
header?: never;
|
|
73
|
-
path?: never;
|
|
74
|
-
cookie?: never;
|
|
75
|
-
};
|
|
76
|
-
/**
|
|
77
|
-
* Get service account details
|
|
78
|
-
* @description Gets the details of a specific service account
|
|
79
|
-
*/
|
|
80
|
-
get: operations["getServiceAccount"];
|
|
81
|
-
/**
|
|
82
|
-
* Update service account
|
|
83
|
-
* @description Updates the name and role assignments of a service account
|
|
84
|
-
*/
|
|
85
|
-
put: operations["updateServiceAccount"];
|
|
86
|
-
post?: never;
|
|
87
|
-
/**
|
|
88
|
-
* Delete service account
|
|
89
|
-
* @description Deletes a service account and immediately revokes all API access using its credentials
|
|
90
|
-
*/
|
|
91
|
-
delete: operations["deleteServiceAccount"];
|
|
92
|
-
options?: never;
|
|
93
|
-
head?: never;
|
|
94
|
-
patch?: never;
|
|
95
|
-
trace?: never;
|
|
96
|
-
};
|
|
97
|
-
"/v1/service-accounts/{id}/secret": {
|
|
98
|
-
parameters: {
|
|
99
|
-
query?: never;
|
|
100
|
-
header?: never;
|
|
101
|
-
path?: never;
|
|
102
|
-
cookie?: never;
|
|
103
|
-
};
|
|
104
|
-
/**
|
|
105
|
-
* Get service account secret
|
|
106
|
-
* @description Retrieves the OAuth2 client secret for a service account
|
|
107
|
-
*/
|
|
108
|
-
get: operations["getServiceAccountSecret"];
|
|
109
|
-
put?: never;
|
|
110
|
-
post?: never;
|
|
111
|
-
delete?: never;
|
|
112
|
-
options?: never;
|
|
113
|
-
head?: never;
|
|
114
|
-
patch?: never;
|
|
115
|
-
trace?: never;
|
|
116
|
-
};
|
|
117
|
-
"/v1/service-accounts/{id}/secret/regenerate": {
|
|
118
|
-
parameters: {
|
|
119
|
-
query?: never;
|
|
120
|
-
header?: never;
|
|
121
|
-
path?: never;
|
|
122
|
-
cookie?: never;
|
|
123
|
-
};
|
|
124
|
-
get?: never;
|
|
125
|
-
put?: never;
|
|
126
|
-
/**
|
|
127
|
-
* Regenerate service account secret
|
|
128
|
-
* @description Generates a new OAuth2 client secret for the service account. The old secret will be invalidated immediately.
|
|
129
|
-
*/
|
|
130
|
-
post: operations["regenerateServiceAccountSecret"];
|
|
131
|
-
delete?: never;
|
|
132
|
-
options?: never;
|
|
133
|
-
head?: never;
|
|
134
|
-
patch?: never;
|
|
135
|
-
trace?: never;
|
|
136
|
-
};
|
|
137
45
|
"/v1/datasets": {
|
|
138
46
|
parameters: {
|
|
139
47
|
query?: never;
|
|
@@ -615,78 +523,6 @@ export interface paths {
|
|
|
615
523
|
patch?: never;
|
|
616
524
|
trace?: never;
|
|
617
525
|
};
|
|
618
|
-
"/v1/integrations/gemini": {
|
|
619
|
-
parameters: {
|
|
620
|
-
query?: never;
|
|
621
|
-
header?: never;
|
|
622
|
-
path?: never;
|
|
623
|
-
cookie?: never;
|
|
624
|
-
};
|
|
625
|
-
/**
|
|
626
|
-
* List all Gemini integrations
|
|
627
|
-
* @description Get all Google Gemini integrations for your organization. This will contain masked API keys if present.
|
|
628
|
-
*/
|
|
629
|
-
get: operations["list_3"];
|
|
630
|
-
put?: never;
|
|
631
|
-
/**
|
|
632
|
-
* Create a Gemini integration
|
|
633
|
-
* @description Creates an integration to connect to Google Gemini.
|
|
634
|
-
*/
|
|
635
|
-
post: operations["create_3"];
|
|
636
|
-
delete?: never;
|
|
637
|
-
options?: never;
|
|
638
|
-
head?: never;
|
|
639
|
-
patch?: never;
|
|
640
|
-
trace?: never;
|
|
641
|
-
};
|
|
642
|
-
"/v1/integrations/gemini/{id}": {
|
|
643
|
-
parameters: {
|
|
644
|
-
query?: never;
|
|
645
|
-
header?: never;
|
|
646
|
-
path?: never;
|
|
647
|
-
cookie?: never;
|
|
648
|
-
};
|
|
649
|
-
/**
|
|
650
|
-
* Get a Gemini integration
|
|
651
|
-
* @description Get a Gemini integration by ID.
|
|
652
|
-
*/
|
|
653
|
-
get: operations["get_3"];
|
|
654
|
-
/**
|
|
655
|
-
* Update a Gemini integration.
|
|
656
|
-
* @description Updates a Gemini integration. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
657
|
-
*/
|
|
658
|
-
put: operations["update_3"];
|
|
659
|
-
post?: never;
|
|
660
|
-
/**
|
|
661
|
-
* Delete a Gemini integration
|
|
662
|
-
* @description Deletes a Gemini integration. This will delete the associated API key as well. No-op if already deleted.
|
|
663
|
-
*/
|
|
664
|
-
delete: operations["delete_3"];
|
|
665
|
-
options?: never;
|
|
666
|
-
head?: never;
|
|
667
|
-
patch?: never;
|
|
668
|
-
trace?: never;
|
|
669
|
-
};
|
|
670
|
-
"/v1/integrations/gemini/{id}/api-key": {
|
|
671
|
-
parameters: {
|
|
672
|
-
query?: never;
|
|
673
|
-
header?: never;
|
|
674
|
-
path?: never;
|
|
675
|
-
cookie?: never;
|
|
676
|
-
};
|
|
677
|
-
get?: never;
|
|
678
|
-
/**
|
|
679
|
-
* Creates or updates a Gemini integration API key
|
|
680
|
-
* @description Creates an API key for a Gemini integration if it doesn't exist and updates it otherwise. If the key is updated while the integration is being used by a pipeline, the new key will be picked at pipeline restart, rescaling or an update.
|
|
681
|
-
*/
|
|
682
|
-
put: operations["upsertApiKey_1"];
|
|
683
|
-
post?: never;
|
|
684
|
-
delete?: never;
|
|
685
|
-
options?: never;
|
|
686
|
-
head?: never;
|
|
687
|
-
patch?: never;
|
|
688
|
-
trace?: never;
|
|
689
|
-
};
|
|
690
526
|
"/v1/integrations/newrelic": {
|
|
691
527
|
parameters: {
|
|
692
528
|
query?: never;
|
|
@@ -698,13 +534,13 @@ export interface paths {
|
|
|
698
534
|
* List all NewRelic integrations
|
|
699
535
|
* @description Get all NewRelic integrations.
|
|
700
536
|
*/
|
|
701
|
-
get: operations["
|
|
537
|
+
get: operations["list_3"];
|
|
702
538
|
put?: never;
|
|
703
539
|
/**
|
|
704
540
|
* Create a NewRelic integration
|
|
705
541
|
* @description Creates an integration to connect to NewRelic.
|
|
706
542
|
*/
|
|
707
|
-
post: operations["
|
|
543
|
+
post: operations["create_3"];
|
|
708
544
|
delete?: never;
|
|
709
545
|
options?: never;
|
|
710
546
|
head?: never;
|
|
@@ -722,18 +558,18 @@ export interface paths {
|
|
|
722
558
|
* Get a NewRelic integration
|
|
723
559
|
* @description Get an integration to connect to NewRelic.
|
|
724
560
|
*/
|
|
725
|
-
get: operations["
|
|
561
|
+
get: operations["get_3"];
|
|
726
562
|
/**
|
|
727
563
|
* Update a NewRelic integration.
|
|
728
564
|
* @description Updates an integration to connect to NewRelic. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
729
565
|
*/
|
|
730
|
-
put: operations["
|
|
566
|
+
put: operations["update_3"];
|
|
731
567
|
post?: never;
|
|
732
568
|
/**
|
|
733
569
|
* Delete a NewRelic integration
|
|
734
570
|
* @description Deletes an integration to connect to NewRelic. This will delete the associated keys as well. No-op if already deleted.
|
|
735
571
|
*/
|
|
736
|
-
delete: operations["
|
|
572
|
+
delete: operations["delete_3"];
|
|
737
573
|
options?: never;
|
|
738
574
|
head?: never;
|
|
739
575
|
patch?: never;
|
|
@@ -811,7 +647,7 @@ export interface paths {
|
|
|
811
647
|
* Creates or updates an API key for integration with New Relic
|
|
812
648
|
* @description Creates a NewRelic API key for a NewRelic integration if a key doesn't exist, and updates it otherwise. If the api key is updated while the integration is being used by a pipeline, the new key is used at pipeline restart, rescaling, or an update. This key is used for the NewRelic API to retrieve the dashboards and alerts.
|
|
813
649
|
*/
|
|
814
|
-
put: operations["
|
|
650
|
+
put: operations["upsertApiKey_1"];
|
|
815
651
|
post?: never;
|
|
816
652
|
delete?: never;
|
|
817
653
|
options?: never;
|
|
@@ -839,78 +675,6 @@ export interface paths {
|
|
|
839
675
|
patch?: never;
|
|
840
676
|
trace?: never;
|
|
841
677
|
};
|
|
842
|
-
"/v1/integrations/openai": {
|
|
843
|
-
parameters: {
|
|
844
|
-
query?: never;
|
|
845
|
-
header?: never;
|
|
846
|
-
path?: never;
|
|
847
|
-
cookie?: never;
|
|
848
|
-
};
|
|
849
|
-
/**
|
|
850
|
-
* List all OpenAI integrations
|
|
851
|
-
* @description Get all OpenAI integrations for your organization. This will contain masked API keys if present.
|
|
852
|
-
*/
|
|
853
|
-
get: operations["list_5"];
|
|
854
|
-
put?: never;
|
|
855
|
-
/**
|
|
856
|
-
* Create an OpenAI integration
|
|
857
|
-
* @description Creates an integration to connect to OpenAI.
|
|
858
|
-
*/
|
|
859
|
-
post: operations["create_5"];
|
|
860
|
-
delete?: never;
|
|
861
|
-
options?: never;
|
|
862
|
-
head?: never;
|
|
863
|
-
patch?: never;
|
|
864
|
-
trace?: never;
|
|
865
|
-
};
|
|
866
|
-
"/v1/integrations/openai/{id}": {
|
|
867
|
-
parameters: {
|
|
868
|
-
query?: never;
|
|
869
|
-
header?: never;
|
|
870
|
-
path?: never;
|
|
871
|
-
cookie?: never;
|
|
872
|
-
};
|
|
873
|
-
/**
|
|
874
|
-
* Get an OpenAI integration
|
|
875
|
-
* @description Get an OpenAI integration by ID.
|
|
876
|
-
*/
|
|
877
|
-
get: operations["get_5"];
|
|
878
|
-
/**
|
|
879
|
-
* Update an OpenAI integration.
|
|
880
|
-
* @description Updates an OpenAI integration. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
881
|
-
*/
|
|
882
|
-
put: operations["update_5"];
|
|
883
|
-
post?: never;
|
|
884
|
-
/**
|
|
885
|
-
* Delete an OpenAI integration
|
|
886
|
-
* @description Deletes an OpenAI integration. This will delete the associated API key as well. No-op if already deleted.
|
|
887
|
-
*/
|
|
888
|
-
delete: operations["delete_5"];
|
|
889
|
-
options?: never;
|
|
890
|
-
head?: never;
|
|
891
|
-
patch?: never;
|
|
892
|
-
trace?: never;
|
|
893
|
-
};
|
|
894
|
-
"/v1/integrations/openai/{id}/api-key": {
|
|
895
|
-
parameters: {
|
|
896
|
-
query?: never;
|
|
897
|
-
header?: never;
|
|
898
|
-
path?: never;
|
|
899
|
-
cookie?: never;
|
|
900
|
-
};
|
|
901
|
-
get?: never;
|
|
902
|
-
/**
|
|
903
|
-
* Creates or updates an OpenAI integration API key
|
|
904
|
-
* @description Creates an API key for an OpenAI integration if it doesn't exist and updates it otherwise. If the key is updated while the integration is being used by a pipeline, the new key will be picked at pipeline restart, rescaling or an update.
|
|
905
|
-
*/
|
|
906
|
-
put: operations["upsertApiKey_3"];
|
|
907
|
-
post?: never;
|
|
908
|
-
delete?: never;
|
|
909
|
-
options?: never;
|
|
910
|
-
head?: never;
|
|
911
|
-
patch?: never;
|
|
912
|
-
trace?: never;
|
|
913
|
-
};
|
|
914
678
|
"/v1/integrations/otlp": {
|
|
915
679
|
parameters: {
|
|
916
680
|
query?: never;
|
|
@@ -922,13 +686,13 @@ export interface paths {
|
|
|
922
686
|
* List all OTLP integrations
|
|
923
687
|
* @description Get all OTLP integrations.
|
|
924
688
|
*/
|
|
925
|
-
get: operations["
|
|
689
|
+
get: operations["list_4"];
|
|
926
690
|
put?: never;
|
|
927
691
|
/**
|
|
928
692
|
* Create an OTLP integration
|
|
929
693
|
* @description Creates an integration to connect to OTLP.
|
|
930
694
|
*/
|
|
931
|
-
post: operations["
|
|
695
|
+
post: operations["create_4"];
|
|
932
696
|
delete?: never;
|
|
933
697
|
options?: never;
|
|
934
698
|
head?: never;
|
|
@@ -946,18 +710,18 @@ export interface paths {
|
|
|
946
710
|
* Get a OTLP integration
|
|
947
711
|
* @description Get an integration to connect to OTLP.
|
|
948
712
|
*/
|
|
949
|
-
get: operations["
|
|
713
|
+
get: operations["get_4"];
|
|
950
714
|
/**
|
|
951
715
|
* Update a OTLP integration.
|
|
952
716
|
* @description Updates an integration to connect to OTLP. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
953
717
|
*/
|
|
954
|
-
put: operations["
|
|
718
|
+
put: operations["update_4"];
|
|
955
719
|
post?: never;
|
|
956
720
|
/**
|
|
957
721
|
* Delete a OTLP integration
|
|
958
722
|
* @description Deletes an integration to connect to OTLP. This will delete the associated keys as well. No-op if already deleted.
|
|
959
723
|
*/
|
|
960
|
-
delete: operations["
|
|
724
|
+
delete: operations["delete_4"];
|
|
961
725
|
options?: never;
|
|
962
726
|
head?: never;
|
|
963
727
|
patch?: never;
|
|
@@ -987,58 +751,6 @@ export interface paths {
|
|
|
987
751
|
patch?: never;
|
|
988
752
|
trace?: never;
|
|
989
753
|
};
|
|
990
|
-
"/v1/integrations/s3-vector-index": {
|
|
991
|
-
parameters: {
|
|
992
|
-
query?: never;
|
|
993
|
-
header?: never;
|
|
994
|
-
path?: never;
|
|
995
|
-
cookie?: never;
|
|
996
|
-
};
|
|
997
|
-
/**
|
|
998
|
-
* List all S3 Vector Index integrations
|
|
999
|
-
* @description Retrieves all S3 Vector Index integrations for the organization.
|
|
1000
|
-
*/
|
|
1001
|
-
get: operations["list_7"];
|
|
1002
|
-
put?: never;
|
|
1003
|
-
/**
|
|
1004
|
-
* Create an S3 Vector Index integration
|
|
1005
|
-
* @description Creates a new S3 Vector Index integration and provisions the index in the grepr-managed S3 vector bucket.
|
|
1006
|
-
*/
|
|
1007
|
-
post: operations["create_7"];
|
|
1008
|
-
delete?: never;
|
|
1009
|
-
options?: never;
|
|
1010
|
-
head?: never;
|
|
1011
|
-
patch?: never;
|
|
1012
|
-
trace?: never;
|
|
1013
|
-
};
|
|
1014
|
-
"/v1/integrations/s3-vector-index/{id}": {
|
|
1015
|
-
parameters: {
|
|
1016
|
-
query?: never;
|
|
1017
|
-
header?: never;
|
|
1018
|
-
path?: never;
|
|
1019
|
-
cookie?: never;
|
|
1020
|
-
};
|
|
1021
|
-
/**
|
|
1022
|
-
* Get an S3 Vector Index integration
|
|
1023
|
-
* @description Retrieves an S3 Vector Index integration.
|
|
1024
|
-
*/
|
|
1025
|
-
get: operations["get_7"];
|
|
1026
|
-
/**
|
|
1027
|
-
* Update an S3 Vector Index integration
|
|
1028
|
-
* @description Updates an existing S3 Vector Index integration. Note: dimensions and distanceMetric are immutable after creation.
|
|
1029
|
-
*/
|
|
1030
|
-
put: operations["update_7"];
|
|
1031
|
-
post?: never;
|
|
1032
|
-
/**
|
|
1033
|
-
* Delete an S3 Vector Index integration
|
|
1034
|
-
* @description Deletes an S3 Vector Index integration and removes the index from the S3 vector bucket. No-op if integration doesn't exist.
|
|
1035
|
-
*/
|
|
1036
|
-
delete: operations["delete_7"];
|
|
1037
|
-
options?: never;
|
|
1038
|
-
head?: never;
|
|
1039
|
-
patch?: never;
|
|
1040
|
-
trace?: never;
|
|
1041
|
-
};
|
|
1042
754
|
"/v1/integrations/splunk": {
|
|
1043
755
|
parameters: {
|
|
1044
756
|
query?: never;
|
|
@@ -1050,13 +762,13 @@ export interface paths {
|
|
|
1050
762
|
* List all Splunk integrations
|
|
1051
763
|
* @description Get all Splunk integrations for your organization. This will contain masked keys if present.
|
|
1052
764
|
*/
|
|
1053
|
-
get: operations["
|
|
765
|
+
get: operations["list_5"];
|
|
1054
766
|
put?: never;
|
|
1055
767
|
/**
|
|
1056
768
|
* Create a Splunk integration
|
|
1057
769
|
* @description Creates an integration to connect to Splunk.
|
|
1058
770
|
*/
|
|
1059
|
-
post: operations["
|
|
771
|
+
post: operations["create_5"];
|
|
1060
772
|
delete?: never;
|
|
1061
773
|
options?: never;
|
|
1062
774
|
head?: never;
|
|
@@ -1074,18 +786,18 @@ export interface paths {
|
|
|
1074
786
|
* Get a Splunk integration
|
|
1075
787
|
* @description Get an integration to connect to Splunk.
|
|
1076
788
|
*/
|
|
1077
|
-
get: operations["
|
|
789
|
+
get: operations["get_5"];
|
|
1078
790
|
/**
|
|
1079
791
|
* Update a Splunk integration.
|
|
1080
792
|
* @description Updates an integration to connect to Splunk. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1081
793
|
*/
|
|
1082
|
-
put: operations["
|
|
794
|
+
put: operations["update_5"];
|
|
1083
795
|
post?: never;
|
|
1084
796
|
/**
|
|
1085
797
|
* Delete a Splunk integration
|
|
1086
798
|
* @description Deletes an integration to connect to Splunk. This will delete the associated keys as well. No-op if already deleted.
|
|
1087
799
|
*/
|
|
1088
|
-
delete: operations["
|
|
800
|
+
delete: operations["delete_5"];
|
|
1089
801
|
options?: never;
|
|
1090
802
|
head?: never;
|
|
1091
803
|
patch?: never;
|
|
@@ -1182,13 +894,13 @@ export interface paths {
|
|
|
1182
894
|
* List all SumoLogic integrations
|
|
1183
895
|
* @description Get all SumoLogic integrations.
|
|
1184
896
|
*/
|
|
1185
|
-
get: operations["
|
|
897
|
+
get: operations["list_6"];
|
|
1186
898
|
put?: never;
|
|
1187
899
|
/**
|
|
1188
900
|
* Create a SumoLogic integration
|
|
1189
901
|
* @description Creates an integration to connect to SumoLogic.
|
|
1190
902
|
*/
|
|
1191
|
-
post: operations["
|
|
903
|
+
post: operations["create_6"];
|
|
1192
904
|
delete?: never;
|
|
1193
905
|
options?: never;
|
|
1194
906
|
head?: never;
|
|
@@ -1206,18 +918,18 @@ export interface paths {
|
|
|
1206
918
|
* Get a SumoLogic integration
|
|
1207
919
|
* @description Get an integration to connect to SumoLogic.
|
|
1208
920
|
*/
|
|
1209
|
-
get: operations["
|
|
921
|
+
get: operations["get_6"];
|
|
1210
922
|
/**
|
|
1211
923
|
* Update a SumoLogic integration.
|
|
1212
924
|
* @description Updates an integration to connect to SumoLogic. The version should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
1213
925
|
*/
|
|
1214
|
-
put: operations["
|
|
926
|
+
put: operations["update_6"];
|
|
1215
927
|
post?: never;
|
|
1216
928
|
/**
|
|
1217
929
|
* Delete a SumoLogic integration
|
|
1218
930
|
* @description Deletes an integration to connect to SumoLogic. This will delete the associated keys as well. No-op if already deleted.
|
|
1219
931
|
*/
|
|
1220
|
-
delete: operations["
|
|
932
|
+
delete: operations["delete_6"];
|
|
1221
933
|
options?: never;
|
|
1222
934
|
head?: never;
|
|
1223
935
|
patch?: never;
|
|
@@ -1943,7 +1655,7 @@ export interface paths {
|
|
|
1943
1655
|
* List all users
|
|
1944
1656
|
* @description Get all users in the system.
|
|
1945
1657
|
*/
|
|
1946
|
-
get: operations["
|
|
1658
|
+
get: operations["list_7"];
|
|
1947
1659
|
put?: never;
|
|
1948
1660
|
/**
|
|
1949
1661
|
* Create a new user
|
|
@@ -2039,25 +1751,6 @@ export interface components {
|
|
|
2039
1751
|
* ]
|
|
2040
1752
|
*/
|
|
2041
1753
|
Any: unknown;
|
|
2042
|
-
/** @description List of attribute-to-attribute remapping rules. Each rule moves the value from a source attribute path to a target attribute path, removing the source unless the rule's preserveSource flag is set. An optional predicate filter controls when each rule is applied. */
|
|
2043
|
-
AttributeRemappingRule: {
|
|
2044
|
-
/**
|
|
2045
|
-
* @description Source attribute path (dot-notation)
|
|
2046
|
-
* @example resource.service
|
|
2047
|
-
*/
|
|
2048
|
-
source: string;
|
|
2049
|
-
/**
|
|
2050
|
-
* @description Target attribute path (dot-notation)
|
|
2051
|
-
* @example _service
|
|
2052
|
-
*/
|
|
2053
|
-
target: string;
|
|
2054
|
-
predicate?: components["schemas"]["EventPredicate"];
|
|
2055
|
-
/**
|
|
2056
|
-
* @description When true, the source attribute is preserved (copied) instead of being removed (moved). Defaults to false (source is removed after remapping).
|
|
2057
|
-
* @default false
|
|
2058
|
-
*/
|
|
2059
|
-
preserveSource?: boolean;
|
|
2060
|
-
};
|
|
2061
1754
|
/**
|
|
2062
1755
|
* Default attributes merge strategy
|
|
2063
1756
|
* @description Default merge strategy to use for merging leaf-valued attributes. This is used when no specific merge strategy is defined for an attribute path.
|
|
@@ -2368,11 +2061,6 @@ export interface components {
|
|
|
2368
2061
|
EarliestReadingStrategy: {
|
|
2369
2062
|
type: "EarliestReadingStrategy";
|
|
2370
2063
|
} & Omit<components["schemas"]["FileReadingStrategy"], "type">;
|
|
2371
|
-
/** @description Configuration for an embedding model. The 'type' field determines the provider. */
|
|
2372
|
-
EmbeddingConfig: {
|
|
2373
|
-
model?: string;
|
|
2374
|
-
type: string;
|
|
2375
|
-
};
|
|
2376
2064
|
/** @description Base class of all Event Actions */
|
|
2377
2065
|
EventAction: {
|
|
2378
2066
|
/** Format: int32 */
|
|
@@ -2413,15 +2101,11 @@ export interface components {
|
|
|
2413
2101
|
type: EventDedupIcebergTableSinkType;
|
|
2414
2102
|
};
|
|
2415
2103
|
/**
|
|
2416
|
-
*
|
|
2417
|
-
* @
|
|
2418
|
-
* "type": "datadog-query",
|
|
2419
|
-
* "query": "service:auth"
|
|
2420
|
-
* }
|
|
2104
|
+
* Event selector
|
|
2105
|
+
* @description Only events that match this predicate will be evaluated for traces and be candidates to be sent to the "traced" output.
|
|
2421
2106
|
*/
|
|
2422
2107
|
EventPredicate: {
|
|
2423
2108
|
query?: string;
|
|
2424
|
-
type: string;
|
|
2425
2109
|
} & (components["schemas"]["DatadogQueryPredicate"] | components["schemas"]["MetricEventPredicate"] | components["schemas"]["SplQueryPredicate"] | components["schemas"]["NewRelicQueryPredicate"] | components["schemas"]["NrqlQueryPredicate"]);
|
|
2426
2110
|
EventPredicateTrigger: {
|
|
2427
2111
|
predicate: components["schemas"]["EventPredicate"];
|
|
@@ -2695,12 +2379,6 @@ export interface components {
|
|
|
2695
2379
|
* @example false
|
|
2696
2380
|
*/
|
|
2697
2381
|
autoSync?: boolean;
|
|
2698
|
-
/**
|
|
2699
|
-
* Format: double
|
|
2700
|
-
* @description Maximum impact percentage threshold for autosync (0.0 to 100.0). When set, only exceptions with impact percentage <= threshold are auto-included.
|
|
2701
|
-
* @example 25
|
|
2702
|
-
*/
|
|
2703
|
-
autosyncPassthroughRateThreshold?: number;
|
|
2704
2382
|
};
|
|
2705
2383
|
ItemsCollectionLogEvent: {
|
|
2706
2384
|
items?: components["schemas"]["LogEvent"][];
|
|
@@ -2788,89 +2466,6 @@ export interface components {
|
|
|
2788
2466
|
LatestReadingStrategy: {
|
|
2789
2467
|
type: "LatestReadingStrategy";
|
|
2790
2468
|
} & Omit<components["schemas"]["FileReadingStrategy"], "type">;
|
|
2791
|
-
/** @description Configuration for the LLM provider and model. */
|
|
2792
|
-
LlmConfig: {
|
|
2793
|
-
/**
|
|
2794
|
-
* @description The model identifier.
|
|
2795
|
-
* @example gemini-1.5-flash
|
|
2796
|
-
*/
|
|
2797
|
-
model: string;
|
|
2798
|
-
/**
|
|
2799
|
-
* Format: double
|
|
2800
|
-
* @description Temperature for response generation. Lower values are more deterministic.
|
|
2801
|
-
* @default 0
|
|
2802
|
-
* @example 0
|
|
2803
|
-
*/
|
|
2804
|
-
temperature?: number;
|
|
2805
|
-
/**
|
|
2806
|
-
* Format: int32
|
|
2807
|
-
* @description Maximum tokens in the response.
|
|
2808
|
-
* @default 1024
|
|
2809
|
-
* @example 1024
|
|
2810
|
-
*/
|
|
2811
|
-
maxTokens?: number;
|
|
2812
|
-
/**
|
|
2813
|
-
* @description Provider-specific configuration. For OPENAI, may include 'baseUrl'. For GEMINI, may include 'projectId'.
|
|
2814
|
-
* @example {
|
|
2815
|
-
* "baseUrl": "https://api.openai.com/v1"
|
|
2816
|
-
* }
|
|
2817
|
-
*/
|
|
2818
|
-
providerConfigs?: {
|
|
2819
|
-
[key: string]: string;
|
|
2820
|
-
};
|
|
2821
|
-
};
|
|
2822
|
-
LlmPrompt: {
|
|
2823
|
-
/** @example operation_name */
|
|
2824
|
-
name: string;
|
|
2825
|
-
/**
|
|
2826
|
-
* @description The LLM integration ID (Gemini or OpenAI).
|
|
2827
|
-
* @example 0kk67gfs56a
|
|
2828
|
-
*/
|
|
2829
|
-
integrationId: string;
|
|
2830
|
-
predicate?: components["schemas"]["EventPredicate"];
|
|
2831
|
-
llmConfig: components["schemas"]["LlmConfig"];
|
|
2832
|
-
/**
|
|
2833
|
-
* @description The prompt template to send to the LLM. Supports placeholder: ${sampleEvent} - the complete sample log event as JSON.
|
|
2834
|
-
* @example Analyze this log event and classify it: ${sampleEvent}
|
|
2835
|
-
*/
|
|
2836
|
-
promptTemplate: string;
|
|
2837
|
-
/**
|
|
2838
|
-
* @description The format for the LLM response.
|
|
2839
|
-
* @default TEXT
|
|
2840
|
-
* @example JSON
|
|
2841
|
-
* @enum {string}
|
|
2842
|
-
*/
|
|
2843
|
-
responseFormat?: LlmPromptResponseFormat;
|
|
2844
|
-
/**
|
|
2845
|
-
* Format: int32
|
|
2846
|
-
* @description Timeout for LLM calls in seconds.
|
|
2847
|
-
* @default 30
|
|
2848
|
-
* @example 30
|
|
2849
|
-
*/
|
|
2850
|
-
timeoutSeconds?: number;
|
|
2851
|
-
/**
|
|
2852
|
-
* Format: int32
|
|
2853
|
-
* @description Maximum number of retries for failed LLM calls.
|
|
2854
|
-
* @default 2
|
|
2855
|
-
* @example 2
|
|
2856
|
-
*/
|
|
2857
|
-
maxRetries?: number;
|
|
2858
|
-
/**
|
|
2859
|
-
* Format: int32
|
|
2860
|
-
* @description Maximum number of concurrent LLM calls per operator instance. Note: Total concurrent calls = capacity × Flink parallelism. For example, with parallelism=4 and capacity=100, up to 400 concurrent calls may occur. Consider your LLM provider's rate limits when configuring this value.
|
|
2861
|
-
* @default 100
|
|
2862
|
-
* @example 100
|
|
2863
|
-
*/
|
|
2864
|
-
capacity?: number;
|
|
2865
|
-
workflowConfig?: components["schemas"]["LlmWorkflowConfig"];
|
|
2866
|
-
/**
|
|
2867
|
-
* @description Runs LLM prompts on new log patterns. (enum property replaced by openapi-typescript)
|
|
2868
|
-
* @enum {string}
|
|
2869
|
-
*/
|
|
2870
|
-
type: LlmPromptType;
|
|
2871
|
-
};
|
|
2872
|
-
/** @description Configuration for the LLM workflow strategy. */
|
|
2873
|
-
LlmWorkflowConfig: components["schemas"]["Simple"] | components["schemas"]["Rag"];
|
|
2874
2469
|
LogAttributesRemapper: {
|
|
2875
2470
|
/** @example operation_name */
|
|
2876
2471
|
name: string;
|
|
@@ -3038,48 +2633,6 @@ export interface components {
|
|
|
3038
2633
|
tagMappingsLocations?: string[];
|
|
3039
2634
|
/** @description Possible locations of a map of string to string or to collection of strings that has tags. Added to tags, without replacement. */
|
|
3040
2635
|
tagMappingsLocationPaths?: string[][];
|
|
3041
|
-
/**
|
|
3042
|
-
* @description When true, preserves the source timestamp attribute after remapping instead of removing it. Defaults to true (source is preserved).
|
|
3043
|
-
* @default true
|
|
3044
|
-
*/
|
|
3045
|
-
timestampPreserveSource?: boolean;
|
|
3046
|
-
/**
|
|
3047
|
-
* @description When true, preserves the source host attribute after remapping instead of removing it. Defaults to true (source is preserved).
|
|
3048
|
-
* @default true
|
|
3049
|
-
*/
|
|
3050
|
-
hostPreserveSource?: boolean;
|
|
3051
|
-
/**
|
|
3052
|
-
* @description When true, preserves the source service attribute after remapping instead of removing it. Defaults to true (source is preserved).
|
|
3053
|
-
* @default true
|
|
3054
|
-
*/
|
|
3055
|
-
servicePreserveSource?: boolean;
|
|
3056
|
-
/**
|
|
3057
|
-
* @description When true, preserves the source status attribute after remapping instead of removing it. Defaults to true (source is preserved).
|
|
3058
|
-
* @default true
|
|
3059
|
-
*/
|
|
3060
|
-
statusPreserveSource?: boolean;
|
|
3061
|
-
/**
|
|
3062
|
-
* @description When true, preserves the source message attribute after remapping instead of removing it. Defaults to false (source is removed after remapping).
|
|
3063
|
-
* @default false
|
|
3064
|
-
*/
|
|
3065
|
-
messagePreserveSource?: boolean;
|
|
3066
|
-
/**
|
|
3067
|
-
* @description When true, preserves the source traceId attribute after remapping instead of removing it. Defaults to true (source is preserved).
|
|
3068
|
-
* @default true
|
|
3069
|
-
*/
|
|
3070
|
-
traceIdPreserveSource?: boolean;
|
|
3071
|
-
/**
|
|
3072
|
-
* @description When true, preserves the source tag mappings attributes after remapping instead of removing them. Defaults to false (source is removed).
|
|
3073
|
-
* @default false
|
|
3074
|
-
*/
|
|
3075
|
-
tagMappingsPreserveSource?: boolean;
|
|
3076
|
-
/**
|
|
3077
|
-
* @description When true, preserves the source tag map location attributes after remapping instead of removing them. Defaults to false (source is removed after remapping).
|
|
3078
|
-
* @default false
|
|
3079
|
-
*/
|
|
3080
|
-
tagMappingsLocationPreserveSource?: boolean;
|
|
3081
|
-
/** @description List of attribute-to-attribute remapping rules. Each rule moves the value from a source attribute path to a target attribute path, removing the source unless the rule's preserveSource flag is set. An optional predicate filter controls when each rule is applied. */
|
|
3082
|
-
attributeRemappingRules?: components["schemas"]["AttributeRemappingRule"][];
|
|
3083
2636
|
/**
|
|
3084
2637
|
* @description Maps attributes to top-level fields and tags. (enum property replaced by openapi-typescript)
|
|
3085
2638
|
* @enum {string}
|
|
@@ -3268,7 +2821,6 @@ export interface components {
|
|
|
3268
2821
|
reducer: components["schemas"]["LogReducer"];
|
|
3269
2822
|
sampler?: components["schemas"]["LogsEventSampler"];
|
|
3270
2823
|
sqlOperations?: components["schemas"]["SqlOperations"];
|
|
3271
|
-
processedLogsSink?: components["schemas"]["LogsIcebergTableSink"];
|
|
3272
2824
|
};
|
|
3273
2825
|
LogTransformAction: {
|
|
3274
2826
|
/** @example operation_name */
|
|
@@ -3799,7 +3351,7 @@ export interface components {
|
|
|
3799
3351
|
/** @example operation_name */
|
|
3800
3352
|
name: string;
|
|
3801
3353
|
type: string;
|
|
3802
|
-
} & (components["schemas"]["LogsEventSampler"] | components["schemas"]["LogsBranch"] | components["schemas"]["LogsFilter"] | components["schemas"]["GrokParser"] | components["schemas"]["JsonLogProcessor"] | components["schemas"]["LogAttributesRemapper"] | components["schemas"]["LogReducer"] | components["schemas"]["LogTransformAction"] | components["schemas"]["
|
|
3354
|
+
} & (components["schemas"]["LogsEventSampler"] | components["schemas"]["LogsBranch"] | components["schemas"]["LogsFilter"] | components["schemas"]["GrokParser"] | components["schemas"]["JsonLogProcessor"] | components["schemas"]["LogAttributesRemapper"] | components["schemas"]["LogReducer"] | components["schemas"]["LogTransformAction"] | components["schemas"]["LogsIcebergTableSink"] | components["schemas"]["PatternLookupIcebergTableSink"] | components["schemas"]["EventDedupIcebergTableSink"] | components["schemas"]["LogsIcebergTableSource"] | components["schemas"]["MetricsIcebergTableSource"] | components["schemas"]["TracesIcebergTableSource"] | components["schemas"]["MetricsIcebergTableSink"] | components["schemas"]["DatadogLogCloudSource"] | components["schemas"]["DatadogLogAgentSource"] | components["schemas"]["DatadogTraceAgentSource"] | components["schemas"]["GreprVendorSource"] | components["schemas"]["GreprMetricsSource"] | components["schemas"]["DatadogLogSink"] | components["schemas"]["DatadogTraceSink"] | components["schemas"]["NewRelicLogSink"] | components["schemas"]["SplunkLogSink"] | components["schemas"]["SumoLogSource"] | components["schemas"]["SumoLogSink"] | components["schemas"]["OtlpLogSink"] | components["schemas"]["OtlpTraceSink"] | components["schemas"]["LogsBackfillFlinkSource"] | components["schemas"]["LogsRuleEngine"] | components["schemas"]["ReducerLogsQuerySource"] | components["schemas"]["LogsSynchronousSink"] | components["schemas"]["MetricsSynchronousSink"] | components["schemas"]["VariantSynchronousSink"] | components["schemas"]["SpansSynchronousSink"] | components["schemas"]["DatadogMetricsSink"] | components["schemas"]["GreprReducerLogSource"] | components["schemas"]["GreprRawLogsSource"] | components["schemas"]["SplunkLogAgentSource"] | components["schemas"]["SplunkLogHttpSource"] | components["schemas"]["NewRelicLogAgentSource"] | components["schemas"]["OtlpLogAgentSource"] | components["schemas"]["OtlpTraceAgentSource"] | components["schemas"]["TraceSampler"] | components["schemas"]["S3LogsFileSource"] | components["schemas"]["CloudTrailLogsFileSource"] | components["schemas"]["TemplateOperation"] | components["schemas"]["SqlOperation"] | components["schemas"]["TraceReducer"] | components["schemas"]["DatadogStatsSink"] | components["schemas"]["LogsValuesSource"]);
|
|
3803
3355
|
OtlpLogAgentSource: {
|
|
3804
3356
|
/** @example operation_name */
|
|
3805
3357
|
name: string;
|
|
@@ -3910,32 +3462,6 @@ export interface components {
|
|
|
3910
3462
|
*/
|
|
3911
3463
|
label: string;
|
|
3912
3464
|
};
|
|
3913
|
-
/** @description RAG workflow that enriches the prompt with similar historical patterns from a vector store before sending to the LLM. */
|
|
3914
|
-
Rag: {
|
|
3915
|
-
/**
|
|
3916
|
-
* @description The integration ID for the embedding model. Reuses existing OpenAI or Gemini integrations (same API key).
|
|
3917
|
-
* @example 0kk67gfs56a
|
|
3918
|
-
*/
|
|
3919
|
-
embeddingIntegrationId: string;
|
|
3920
|
-
embeddingConfig: components["schemas"]["EmbeddingConfig"];
|
|
3921
|
-
/**
|
|
3922
|
-
* @description The integration ID of the S3 Vector Index to use for similarity search.
|
|
3923
|
-
* @example 0kk67gfs56a
|
|
3924
|
-
*/
|
|
3925
|
-
vectorIndexIntegrationId: string;
|
|
3926
|
-
/**
|
|
3927
|
-
* Format: int32
|
|
3928
|
-
* @description Number of similar patterns to retrieve from the vector store.
|
|
3929
|
-
* @default 5
|
|
3930
|
-
* @example 5
|
|
3931
|
-
*/
|
|
3932
|
-
topN?: number;
|
|
3933
|
-
/**
|
|
3934
|
-
* @description discriminator enum property added by openapi-typescript
|
|
3935
|
-
* @enum {string}
|
|
3936
|
-
*/
|
|
3937
|
-
type: RagType;
|
|
3938
|
-
};
|
|
3939
3465
|
ReducerLogsQuerySource: {
|
|
3940
3466
|
/** @example operation_name */
|
|
3941
3467
|
name: string;
|
|
@@ -4069,14 +3595,6 @@ export interface components {
|
|
|
4069
3595
|
* @example {type: "ConstantSampling"}
|
|
4070
3596
|
*/
|
|
4071
3597
|
SamplingConfig: components["schemas"]["ConstantSampling"] | components["schemas"]["WindowBasedLogarithmicSampling"];
|
|
4072
|
-
/** @description Simple workflow that sends the log event directly to the LLM. */
|
|
4073
|
-
Simple: {
|
|
4074
|
-
/**
|
|
4075
|
-
* @description discriminator enum property added by openapi-typescript
|
|
4076
|
-
* @enum {string}
|
|
4077
|
-
*/
|
|
4078
|
-
type: SimpleType;
|
|
4079
|
-
};
|
|
4080
3598
|
SpansSynchronousSink: {
|
|
4081
3599
|
/** @example operation_name */
|
|
4082
3600
|
name: string;
|
|
@@ -4400,9 +3918,9 @@ export interface components {
|
|
|
4400
3918
|
/** @description External trigger exception for template inputs with type field */
|
|
4401
3919
|
TemplateExternalTriggerException: {
|
|
4402
3920
|
/** @description Unique identifier for this exception */
|
|
4403
|
-
id
|
|
3921
|
+
id: string;
|
|
4404
3922
|
/** @description ID of the trigger to invoke */
|
|
4405
|
-
triggerId
|
|
3923
|
+
triggerId: string;
|
|
4406
3924
|
/** @description Variables to extract from events */
|
|
4407
3925
|
variables?: string[];
|
|
4408
3926
|
/**
|
|
@@ -4425,6 +3943,7 @@ export interface components {
|
|
|
4425
3943
|
TemplateIntegrationException: components["schemas"]["IntegrationExceptionConfig"] & {
|
|
4426
3944
|
/** @description Unique identifier for this exception */
|
|
4427
3945
|
id?: string;
|
|
3946
|
+
exceptionIds?: string[];
|
|
4428
3947
|
} & {
|
|
4429
3948
|
/**
|
|
4430
3949
|
* @description discriminator enum property added by openapi-typescript
|
|
@@ -4471,7 +3990,7 @@ export interface components {
|
|
|
4471
3990
|
/** @description Unique identifier for this exception */
|
|
4472
3991
|
id?: string;
|
|
4473
3992
|
/** @description ID of the trigger to invoke */
|
|
4474
|
-
triggerId
|
|
3993
|
+
triggerId: string;
|
|
4475
3994
|
/**
|
|
4476
3995
|
* @description Time period for backfilling data
|
|
4477
3996
|
* @example PT2H
|
|
@@ -4829,7 +4348,6 @@ export interface components {
|
|
|
4829
4348
|
*/
|
|
4830
4349
|
backfillQuery: {
|
|
4831
4350
|
query?: string;
|
|
4832
|
-
type: string;
|
|
4833
4351
|
} & (components["schemas"]["DatadogQueryPredicate"] | components["schemas"]["MetricEventPredicate"] | components["schemas"]["SplQueryPredicate"] | components["schemas"]["NewRelicQueryPredicate"] | components["schemas"]["NrqlQueryPredicate"]);
|
|
4834
4352
|
/**
|
|
4835
4353
|
* @description A query predicate that will be used to filter rows
|
|
@@ -4839,7 +4357,6 @@ export interface components {
|
|
|
4839
4357
|
*/
|
|
4840
4358
|
query: {
|
|
4841
4359
|
query?: string;
|
|
4842
|
-
type: string;
|
|
4843
4360
|
} & (components["schemas"]["DatadogQueryPredicate"] | components["schemas"]["MetricEventPredicate"] | components["schemas"]["SplQueryPredicate"] | components["schemas"]["NewRelicQueryPredicate"] | components["schemas"]["NrqlQueryPredicate"]);
|
|
4844
4361
|
/** @description Activity logs search criteria */
|
|
4845
4362
|
ActivityLogsSearch: {
|
|
@@ -4940,94 +4457,6 @@ export interface components {
|
|
|
4940
4457
|
GreprApiKey: {
|
|
4941
4458
|
apiKey: string;
|
|
4942
4459
|
};
|
|
4943
|
-
Role: {
|
|
4944
|
-
/** @description The id of the role. */
|
|
4945
|
-
id: string;
|
|
4946
|
-
/** @description The user-facing name of the role. */
|
|
4947
|
-
name: string;
|
|
4948
|
-
/** @description Description of the role */
|
|
4949
|
-
description: string;
|
|
4950
|
-
/** @description Whether this is a built-in role */
|
|
4951
|
-
readonly builtin?: boolean;
|
|
4952
|
-
/** @description Permission IDs assigned to this role (empty for system roles) */
|
|
4953
|
-
permissionIds: string[];
|
|
4954
|
-
/**
|
|
4955
|
-
* Format: date-time
|
|
4956
|
-
* @description When the role was created (null for system roles)
|
|
4957
|
-
*/
|
|
4958
|
-
createdAt?: string;
|
|
4959
|
-
/** @description Who created the role (null for system roles) */
|
|
4960
|
-
createdBy?: string;
|
|
4961
|
-
};
|
|
4962
|
-
/** @description Service account for programmatic API access */
|
|
4963
|
-
ServiceAccountRead: {
|
|
4964
|
-
/** @description Unique identifier */
|
|
4965
|
-
id: string;
|
|
4966
|
-
/** @description Display name of the service account */
|
|
4967
|
-
name: string;
|
|
4968
|
-
/** @description OAuth2 client ID for authentication */
|
|
4969
|
-
clientId: string;
|
|
4970
|
-
/** @description List of assigned roles */
|
|
4971
|
-
roles: components["schemas"]["Role"][];
|
|
4972
|
-
};
|
|
4973
|
-
/** @description Service account with client secret (only returned on creation) */
|
|
4974
|
-
ServiceAccountWithSecret: {
|
|
4975
|
-
/** @description Unique identifier */
|
|
4976
|
-
id: string;
|
|
4977
|
-
/** @description Display name of the service account */
|
|
4978
|
-
name: string;
|
|
4979
|
-
/** @description OAuth2 client ID for authentication */
|
|
4980
|
-
clientId: string;
|
|
4981
|
-
/** @description List of assigned roles */
|
|
4982
|
-
roles: components["schemas"]["Role"][];
|
|
4983
|
-
/**
|
|
4984
|
-
* Format: password
|
|
4985
|
-
* @description The OAuth2 client secret for authentication
|
|
4986
|
-
*/
|
|
4987
|
-
secret: string;
|
|
4988
|
-
};
|
|
4989
|
-
/** @description Request to create a service account */
|
|
4990
|
-
CreateServiceAccount: {
|
|
4991
|
-
/**
|
|
4992
|
-
* @description Display name for the service account
|
|
4993
|
-
* @example Production API Access
|
|
4994
|
-
*/
|
|
4995
|
-
name: string;
|
|
4996
|
-
/**
|
|
4997
|
-
* @description List of role IDs to assign to the service account
|
|
4998
|
-
* @example [
|
|
4999
|
-
* "rol_AlphaNum1234",
|
|
5000
|
-
* "rol_alphaNum5678"
|
|
5001
|
-
* ]
|
|
5002
|
-
*/
|
|
5003
|
-
roleIds: string[];
|
|
5004
|
-
};
|
|
5005
|
-
ItemsCollectionServiceAccountRead: {
|
|
5006
|
-
items?: components["schemas"]["ServiceAccountRead"][];
|
|
5007
|
-
};
|
|
5008
|
-
ServiceAccountsList: {
|
|
5009
|
-
serviceAccounts?: components["schemas"]["ItemsCollectionServiceAccountRead"];
|
|
5010
|
-
/** Format: int32 */
|
|
5011
|
-
start?: number;
|
|
5012
|
-
/** Format: int32 */
|
|
5013
|
-
limit?: number;
|
|
5014
|
-
};
|
|
5015
|
-
/** @description Request to update a service account */
|
|
5016
|
-
UpdateServiceAccount: {
|
|
5017
|
-
/**
|
|
5018
|
-
* @description Display name for the service account
|
|
5019
|
-
* @example Production API Access
|
|
5020
|
-
*/
|
|
5021
|
-
name: string;
|
|
5022
|
-
/**
|
|
5023
|
-
* @description List of role IDs to assign to the service account
|
|
5024
|
-
* @example [
|
|
5025
|
-
* "rol_AlphaNum1234",
|
|
5026
|
-
* "rol_alphaNum5678"
|
|
5027
|
-
* ]
|
|
5028
|
-
*/
|
|
5029
|
-
roleIds: string[];
|
|
5030
|
-
};
|
|
5031
4460
|
DatasetRead: {
|
|
5032
4461
|
id: string;
|
|
5033
4462
|
name: string;
|
|
@@ -5212,6 +4641,7 @@ export interface components {
|
|
|
5212
4641
|
};
|
|
5213
4642
|
ParseResult: {
|
|
5214
4643
|
parseable?: boolean;
|
|
4644
|
+
eventPredicateFn?: string;
|
|
5215
4645
|
errorMessage?: string;
|
|
5216
4646
|
};
|
|
5217
4647
|
ReadDatadog: {
|
|
@@ -5255,9 +4685,9 @@ export interface components {
|
|
|
5255
4685
|
VendorImportedException: {
|
|
5256
4686
|
vendorResourceId: string;
|
|
5257
4687
|
vendorResourceName?: string;
|
|
5258
|
-
integrationId
|
|
4688
|
+
integrationId: string;
|
|
5259
4689
|
sourceUri?: string;
|
|
5260
|
-
eventPredicate
|
|
4690
|
+
eventPredicate: components["schemas"]["EventPredicate"];
|
|
5261
4691
|
/** @enum {string} */
|
|
5262
4692
|
exceptionType?: VendorImportedExceptionExceptionType;
|
|
5263
4693
|
parseResult?: components["schemas"]["ParseResult"];
|
|
@@ -5494,81 +4924,6 @@ export interface components {
|
|
|
5494
4924
|
retryable?: boolean;
|
|
5495
4925
|
};
|
|
5496
4926
|
/** @description The payload containing integration data. */
|
|
5497
|
-
Gemini: {
|
|
5498
|
-
/**
|
|
5499
|
-
* @description Indicates whether to validate the API key when saving.
|
|
5500
|
-
* @default true
|
|
5501
|
-
* @example true
|
|
5502
|
-
*/
|
|
5503
|
-
validateKeysOnSave?: boolean;
|
|
5504
|
-
/**
|
|
5505
|
-
* @description Masked API key for Google Gemini
|
|
5506
|
-
* @example **************ey
|
|
5507
|
-
*/
|
|
5508
|
-
readonly apiKey?: string;
|
|
5509
|
-
};
|
|
5510
|
-
ReadGemini: {
|
|
5511
|
-
/**
|
|
5512
|
-
* @description Name of the integration.
|
|
5513
|
-
* @example my_integration
|
|
5514
|
-
*/
|
|
5515
|
-
name: string;
|
|
5516
|
-
/**
|
|
5517
|
-
* Format: int32
|
|
5518
|
-
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
5519
|
-
* @example 0
|
|
5520
|
-
*/
|
|
5521
|
-
version: number;
|
|
5522
|
-
payload: components["schemas"]["Gemini"];
|
|
5523
|
-
/** @description The team IDs that this integration is associated with. */
|
|
5524
|
-
teamIds?: string[];
|
|
5525
|
-
/** @description The integration id */
|
|
5526
|
-
id: string;
|
|
5527
|
-
/** @description Organization ID of the integration. */
|
|
5528
|
-
organizationId: string;
|
|
5529
|
-
/** @description List of job IDs associated with the integration. */
|
|
5530
|
-
jobIds: string[];
|
|
5531
|
-
/**
|
|
5532
|
-
* Format: date-time
|
|
5533
|
-
* @description Timestamp when the integration was created.
|
|
5534
|
-
*/
|
|
5535
|
-
readonly createdAt: string;
|
|
5536
|
-
/**
|
|
5537
|
-
* Format: date-time
|
|
5538
|
-
* @description Timestamp when the integration was last updated.
|
|
5539
|
-
*/
|
|
5540
|
-
readonly updatedAt: string;
|
|
5541
|
-
/**
|
|
5542
|
-
* @description The type of the integration. This is used to determine the payload type.
|
|
5543
|
-
* @enum {string}
|
|
5544
|
-
*/
|
|
5545
|
-
type: ReadGeminiType;
|
|
5546
|
-
};
|
|
5547
|
-
WriteGemini: {
|
|
5548
|
-
/**
|
|
5549
|
-
* @description Name of the integration.
|
|
5550
|
-
* @example my_integration
|
|
5551
|
-
*/
|
|
5552
|
-
name: string;
|
|
5553
|
-
/**
|
|
5554
|
-
* Format: int32
|
|
5555
|
-
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
5556
|
-
* @example 0
|
|
5557
|
-
*/
|
|
5558
|
-
version: number;
|
|
5559
|
-
payload: components["schemas"]["Gemini"];
|
|
5560
|
-
/** @description The team IDs that this integration is associated with. */
|
|
5561
|
-
teamIds?: string[];
|
|
5562
|
-
/**
|
|
5563
|
-
* @description The type of the integration. This is used to determine the payload type.
|
|
5564
|
-
* @enum {string}
|
|
5565
|
-
*/
|
|
5566
|
-
type: ReadGeminiType;
|
|
5567
|
-
};
|
|
5568
|
-
ItemsCollectionReadGemini: {
|
|
5569
|
-
items?: components["schemas"]["ReadGemini"][];
|
|
5570
|
-
};
|
|
5571
|
-
/** @description The payload containing integration data. */
|
|
5572
4927
|
NewRelic: {
|
|
5573
4928
|
/**
|
|
5574
4929
|
* @description New Relic API endpoint url base
|
|
@@ -5665,107 +5020,32 @@ export interface components {
|
|
|
5665
5020
|
ItemsCollectionReadNewRelic: {
|
|
5666
5021
|
items?: components["schemas"]["ReadNewRelic"][];
|
|
5667
5022
|
};
|
|
5668
|
-
/**
|
|
5669
|
-
|
|
5023
|
+
/**
|
|
5024
|
+
* @description A header with name and value
|
|
5025
|
+
* @example [
|
|
5026
|
+
* [
|
|
5027
|
+
* "Host",
|
|
5028
|
+
* "my_server"
|
|
5029
|
+
* ],
|
|
5030
|
+
* [
|
|
5031
|
+
* "Accept-Language",
|
|
5032
|
+
* "en-US"
|
|
5033
|
+
* ],
|
|
5034
|
+
* [
|
|
5035
|
+
* "Accept-Language",
|
|
5036
|
+
* "en;q=0.9"
|
|
5037
|
+
* ]
|
|
5038
|
+
* ]
|
|
5039
|
+
*/
|
|
5040
|
+
Header: {
|
|
5670
5041
|
/**
|
|
5671
|
-
* @description
|
|
5672
|
-
* @
|
|
5673
|
-
* @example true
|
|
5042
|
+
* @description Header name
|
|
5043
|
+
* @example Accept-Language
|
|
5674
5044
|
*/
|
|
5675
|
-
|
|
5045
|
+
name: string;
|
|
5676
5046
|
/**
|
|
5677
|
-
* @description
|
|
5678
|
-
* @example
|
|
5679
|
-
*/
|
|
5680
|
-
readonly apiKey?: string;
|
|
5681
|
-
};
|
|
5682
|
-
ReadOpenAi: {
|
|
5683
|
-
/**
|
|
5684
|
-
* @description Name of the integration.
|
|
5685
|
-
* @example my_integration
|
|
5686
|
-
*/
|
|
5687
|
-
name: string;
|
|
5688
|
-
/**
|
|
5689
|
-
* Format: int32
|
|
5690
|
-
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
5691
|
-
* @example 0
|
|
5692
|
-
*/
|
|
5693
|
-
version: number;
|
|
5694
|
-
payload: components["schemas"]["OpenAi"];
|
|
5695
|
-
/** @description The team IDs that this integration is associated with. */
|
|
5696
|
-
teamIds?: string[];
|
|
5697
|
-
/** @description The integration id */
|
|
5698
|
-
id: string;
|
|
5699
|
-
/** @description Organization ID of the integration. */
|
|
5700
|
-
organizationId: string;
|
|
5701
|
-
/** @description List of job IDs associated with the integration. */
|
|
5702
|
-
jobIds: string[];
|
|
5703
|
-
/**
|
|
5704
|
-
* Format: date-time
|
|
5705
|
-
* @description Timestamp when the integration was created.
|
|
5706
|
-
*/
|
|
5707
|
-
readonly createdAt: string;
|
|
5708
|
-
/**
|
|
5709
|
-
* Format: date-time
|
|
5710
|
-
* @description Timestamp when the integration was last updated.
|
|
5711
|
-
*/
|
|
5712
|
-
readonly updatedAt: string;
|
|
5713
|
-
/**
|
|
5714
|
-
* @description The type of the integration. This is used to determine the payload type.
|
|
5715
|
-
* @enum {string}
|
|
5716
|
-
*/
|
|
5717
|
-
type: ReadOpenAiType;
|
|
5718
|
-
};
|
|
5719
|
-
WriteOpenAi: {
|
|
5720
|
-
/**
|
|
5721
|
-
* @description Name of the integration.
|
|
5722
|
-
* @example my_integration
|
|
5723
|
-
*/
|
|
5724
|
-
name: string;
|
|
5725
|
-
/**
|
|
5726
|
-
* Format: int32
|
|
5727
|
-
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
5728
|
-
* @example 0
|
|
5729
|
-
*/
|
|
5730
|
-
version: number;
|
|
5731
|
-
payload: components["schemas"]["OpenAi"];
|
|
5732
|
-
/** @description The team IDs that this integration is associated with. */
|
|
5733
|
-
teamIds?: string[];
|
|
5734
|
-
/**
|
|
5735
|
-
* @description The type of the integration. This is used to determine the payload type.
|
|
5736
|
-
* @enum {string}
|
|
5737
|
-
*/
|
|
5738
|
-
type: ReadOpenAiType;
|
|
5739
|
-
};
|
|
5740
|
-
ItemsCollectionReadOpenAi: {
|
|
5741
|
-
items?: components["schemas"]["ReadOpenAi"][];
|
|
5742
|
-
};
|
|
5743
|
-
/**
|
|
5744
|
-
* @description A header with name and value
|
|
5745
|
-
* @example [
|
|
5746
|
-
* [
|
|
5747
|
-
* "Host",
|
|
5748
|
-
* "my_server"
|
|
5749
|
-
* ],
|
|
5750
|
-
* [
|
|
5751
|
-
* "Accept-Language",
|
|
5752
|
-
* "en-US"
|
|
5753
|
-
* ],
|
|
5754
|
-
* [
|
|
5755
|
-
* "Accept-Language",
|
|
5756
|
-
* "en;q=0.9"
|
|
5757
|
-
* ]
|
|
5758
|
-
* ]
|
|
5759
|
-
*/
|
|
5760
|
-
Header: {
|
|
5761
|
-
/**
|
|
5762
|
-
* @description Header name
|
|
5763
|
-
* @example Accept-Language
|
|
5764
|
-
*/
|
|
5765
|
-
name: string;
|
|
5766
|
-
/**
|
|
5767
|
-
* @description Header value
|
|
5768
|
-
* @example en-US
|
|
5047
|
+
* @description Header value
|
|
5048
|
+
* @example en-US
|
|
5769
5049
|
*/
|
|
5770
5050
|
value: string;
|
|
5771
5051
|
};
|
|
@@ -5885,82 +5165,6 @@ export interface components {
|
|
|
5885
5165
|
ItemsCollectionReadOtlp: {
|
|
5886
5166
|
items?: components["schemas"]["ReadOtlp"][];
|
|
5887
5167
|
};
|
|
5888
|
-
ReadS3VectorIndex: {
|
|
5889
|
-
/**
|
|
5890
|
-
* @description Name of the integration.
|
|
5891
|
-
* @example my_integration
|
|
5892
|
-
*/
|
|
5893
|
-
name: string;
|
|
5894
|
-
/**
|
|
5895
|
-
* Format: int32
|
|
5896
|
-
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
5897
|
-
* @example 0
|
|
5898
|
-
*/
|
|
5899
|
-
version: number;
|
|
5900
|
-
payload: components["schemas"]["S3VectorIndex"];
|
|
5901
|
-
/** @description The team IDs that this integration is associated with. */
|
|
5902
|
-
teamIds?: string[];
|
|
5903
|
-
/** @description The integration id */
|
|
5904
|
-
id: string;
|
|
5905
|
-
/** @description Organization ID of the integration. */
|
|
5906
|
-
organizationId: string;
|
|
5907
|
-
/** @description List of job IDs associated with the integration. */
|
|
5908
|
-
jobIds: string[];
|
|
5909
|
-
/**
|
|
5910
|
-
* Format: date-time
|
|
5911
|
-
* @description Timestamp when the integration was created.
|
|
5912
|
-
*/
|
|
5913
|
-
readonly createdAt: string;
|
|
5914
|
-
/**
|
|
5915
|
-
* Format: date-time
|
|
5916
|
-
* @description Timestamp when the integration was last updated.
|
|
5917
|
-
*/
|
|
5918
|
-
readonly updatedAt: string;
|
|
5919
|
-
/**
|
|
5920
|
-
* @description The type of the integration. This is used to determine the payload type.
|
|
5921
|
-
* @enum {string}
|
|
5922
|
-
*/
|
|
5923
|
-
type: ReadS3VectorIndexType;
|
|
5924
|
-
};
|
|
5925
|
-
/** @description The payload containing integration data. */
|
|
5926
|
-
S3VectorIndex: {
|
|
5927
|
-
/**
|
|
5928
|
-
* Format: int32
|
|
5929
|
-
* @description Number of dimensions for the embedding vectors.
|
|
5930
|
-
* @example 1536
|
|
5931
|
-
*/
|
|
5932
|
-
dimensions: number;
|
|
5933
|
-
/**
|
|
5934
|
-
* @description Distance metric for similarity search.
|
|
5935
|
-
* @default cosine
|
|
5936
|
-
* @example cosine
|
|
5937
|
-
*/
|
|
5938
|
-
distanceMetric?: string;
|
|
5939
|
-
};
|
|
5940
|
-
WriteS3VectorIndex: {
|
|
5941
|
-
/**
|
|
5942
|
-
* @description Name of the integration.
|
|
5943
|
-
* @example my_integration
|
|
5944
|
-
*/
|
|
5945
|
-
name: string;
|
|
5946
|
-
/**
|
|
5947
|
-
* Format: int32
|
|
5948
|
-
* @description Version of the integration. Should be increased by one for every new update in order for the write to succeed. Otherwise, a '409 Conflict' will be returned.
|
|
5949
|
-
* @example 0
|
|
5950
|
-
*/
|
|
5951
|
-
version: number;
|
|
5952
|
-
payload: components["schemas"]["S3VectorIndex"];
|
|
5953
|
-
/** @description The team IDs that this integration is associated with. */
|
|
5954
|
-
teamIds?: string[];
|
|
5955
|
-
/**
|
|
5956
|
-
* @description The type of the integration. This is used to determine the payload type.
|
|
5957
|
-
* @enum {string}
|
|
5958
|
-
*/
|
|
5959
|
-
type: ReadS3VectorIndexType;
|
|
5960
|
-
};
|
|
5961
|
-
ItemsCollectionReadS3VectorIndex: {
|
|
5962
|
-
items?: components["schemas"]["ReadS3VectorIndex"][];
|
|
5963
|
-
};
|
|
5964
5168
|
ReadSplunk: {
|
|
5965
5169
|
/**
|
|
5966
5170
|
* @description Name of the integration.
|
|
@@ -6365,17 +5569,17 @@ export interface components {
|
|
|
6365
5569
|
eventTimestamp?: number;
|
|
6366
5570
|
/** Format: int64 */
|
|
6367
5571
|
receivedTimestamp?: number;
|
|
5572
|
+
span?: components["schemas"]["Span"];
|
|
6368
5573
|
traceSignature?: string;
|
|
6369
5574
|
percentileBucket?: string;
|
|
6370
5575
|
/** Format: int32 */
|
|
6371
5576
|
samplingType?: number;
|
|
6372
|
-
hasError?: boolean;
|
|
6373
|
-
span?: components["schemas"]["Span"];
|
|
6374
5577
|
serviceName?: string;
|
|
6375
|
-
|
|
5578
|
+
hasError?: boolean;
|
|
6376
5579
|
resource?: components["schemas"]["Resource"];
|
|
6377
5580
|
/** Format: int64 */
|
|
6378
5581
|
duration?: number;
|
|
5582
|
+
scope?: components["schemas"]["InstrumentationScope"];
|
|
6379
5583
|
/**
|
|
6380
5584
|
* @description discriminator enum property added by openapi-typescript
|
|
6381
5585
|
* @enum {string}
|
|
@@ -6408,14 +5612,6 @@ export interface components {
|
|
|
6408
5612
|
* @example https://opentelemetry.io/schemas/1.17.0
|
|
6409
5613
|
*/
|
|
6410
5614
|
schemaUrl?: string;
|
|
6411
|
-
/**
|
|
6412
|
-
* @description Descriptive (non-identifying) attribute keys of the entity. MAY change over the lifetime of the entity.
|
|
6413
|
-
* @example [
|
|
6414
|
-
* "service.version",
|
|
6415
|
-
* "service.instance.id"
|
|
6416
|
-
* ]
|
|
6417
|
-
*/
|
|
6418
|
-
descriptionKeys?: string[];
|
|
6419
5615
|
/**
|
|
6420
5616
|
* @description Attribute Keys that identify the entity. MUST not change during the lifetime of the entity.
|
|
6421
5617
|
* @example [
|
|
@@ -6424,6 +5620,14 @@ export interface components {
|
|
|
6424
5620
|
* ]
|
|
6425
5621
|
*/
|
|
6426
5622
|
idKeys?: string[];
|
|
5623
|
+
/**
|
|
5624
|
+
* @description Descriptive (non-identifying) attribute keys of the entity. MAY change over the lifetime of the entity.
|
|
5625
|
+
* @example [
|
|
5626
|
+
* "service.version",
|
|
5627
|
+
* "service.instance.id"
|
|
5628
|
+
* ]
|
|
5629
|
+
*/
|
|
5630
|
+
descriptionKeys?: string[];
|
|
6427
5631
|
/**
|
|
6428
5632
|
* @description Defines the type of the entity. MUST not change during the lifetime of the entity.
|
|
6429
5633
|
* @example service
|
|
@@ -6477,6 +5681,16 @@ export interface components {
|
|
|
6477
5681
|
};
|
|
6478
5682
|
/** @description A distributed tracing span. */
|
|
6479
5683
|
Span: {
|
|
5684
|
+
/**
|
|
5685
|
+
* @description Human-readable span name describing the operation.
|
|
5686
|
+
* @example GET /users/:id
|
|
5687
|
+
*/
|
|
5688
|
+
operationName?: string;
|
|
5689
|
+
/**
|
|
5690
|
+
* Format: int32
|
|
5691
|
+
* @description Number of attributes that were dropped due to limits.
|
|
5692
|
+
*/
|
|
5693
|
+
droppedAttributesCount?: number;
|
|
6480
5694
|
/**
|
|
6481
5695
|
* Format: int64
|
|
6482
5696
|
* @description High 8 bytes of 16-byte trace identifier.
|
|
@@ -6489,66 +5703,53 @@ export interface components {
|
|
|
6489
5703
|
traceIdLow?: number;
|
|
6490
5704
|
/**
|
|
6491
5705
|
* Format: int64
|
|
6492
|
-
* @description
|
|
6493
|
-
*/
|
|
6494
|
-
endTimeNanos?: number;
|
|
6495
|
-
/**
|
|
6496
|
-
* Format: int64
|
|
6497
|
-
* @description Start timestamp in nanoseconds since epoch.
|
|
5706
|
+
* @description 8-byte span identifier as long.
|
|
6498
5707
|
*/
|
|
6499
|
-
|
|
5708
|
+
spanId?: number;
|
|
6500
5709
|
/**
|
|
6501
5710
|
* Format: int64
|
|
6502
|
-
* @description
|
|
6503
|
-
|
|
6504
|
-
parentSpanId?: number;
|
|
6505
|
-
/**
|
|
6506
|
-
* Format: int32
|
|
6507
|
-
* @description Number of links that were dropped due to limits.
|
|
5711
|
+
* @description Calculated duration in nanoseconds.
|
|
5712
|
+
* @example 1500000
|
|
6508
5713
|
*/
|
|
6509
|
-
|
|
5714
|
+
durationNanos?: number;
|
|
6510
5715
|
/**
|
|
6511
5716
|
* @description The type of span
|
|
6512
5717
|
* @example SERVER
|
|
6513
5718
|
* @enum {string}
|
|
6514
5719
|
*/
|
|
6515
5720
|
spanKind?: SpanSpanKind;
|
|
5721
|
+
/**
|
|
5722
|
+
* @description Trace state information in W3C format.
|
|
5723
|
+
* @example rojo=00f067aa0ba902b7,congo=t61rcWkgMzE
|
|
5724
|
+
*/
|
|
5725
|
+
traceState?: string;
|
|
6516
5726
|
/**
|
|
6517
5727
|
* Format: int64
|
|
6518
|
-
* @description
|
|
6519
|
-
* @example 1500000
|
|
5728
|
+
* @description End timestamp in nanoseconds since epoch.
|
|
6520
5729
|
*/
|
|
6521
|
-
|
|
5730
|
+
endTimeNanos?: number;
|
|
6522
5731
|
/**
|
|
6523
|
-
* Format:
|
|
6524
|
-
* @description
|
|
5732
|
+
* Format: int64
|
|
5733
|
+
* @description Start timestamp in nanoseconds since epoch.
|
|
6525
5734
|
*/
|
|
6526
|
-
|
|
6527
|
-
/** @description List of events associated with this span. */
|
|
6528
|
-
events?: components["schemas"]["SpanEvent"][];
|
|
5735
|
+
startTimeNanos?: number;
|
|
6529
5736
|
/**
|
|
6530
5737
|
* Format: int32
|
|
6531
5738
|
* @description Number of events that were dropped due to limits.
|
|
6532
5739
|
*/
|
|
6533
5740
|
droppedEventsCount?: number;
|
|
6534
5741
|
/**
|
|
6535
|
-
*
|
|
6536
|
-
* @
|
|
6537
|
-
*/
|
|
6538
|
-
operationName?: string;
|
|
6539
|
-
/** @description List of links to other spans. */
|
|
6540
|
-
links?: components["schemas"]["SpanLink"][];
|
|
6541
|
-
/**
|
|
6542
|
-
* @description Trace state information in W3C format.
|
|
6543
|
-
* @example rojo=00f067aa0ba902b7,congo=t61rcWkgMzE
|
|
5742
|
+
* Format: int32
|
|
5743
|
+
* @description Number of links that were dropped due to limits.
|
|
6544
5744
|
*/
|
|
6545
|
-
|
|
5745
|
+
droppedLinksCount?: number;
|
|
6546
5746
|
/**
|
|
6547
5747
|
* Format: int64
|
|
6548
|
-
* @description 8-byte span identifier as long.
|
|
5748
|
+
* @description 8-byte parent span identifier as long. Returns 0 for root spans.
|
|
6549
5749
|
*/
|
|
6550
|
-
|
|
6551
|
-
|
|
5750
|
+
parentSpanId?: number;
|
|
5751
|
+
/** @description List of links to other spans. */
|
|
5752
|
+
links?: components["schemas"]["SpanLink"][];
|
|
6552
5753
|
attributes?: components["schemas"]["Variant"];
|
|
6553
5754
|
/** @description True if this is a root span (no parent). */
|
|
6554
5755
|
root?: boolean;
|
|
@@ -6557,19 +5758,22 @@ export interface components {
|
|
|
6557
5758
|
* @description Span flags as defined in W3C Trace Context specification.
|
|
6558
5759
|
*/
|
|
6559
5760
|
flags?: number;
|
|
5761
|
+
/** @description List of events associated with this span. */
|
|
5762
|
+
events?: components["schemas"]["SpanEvent"][];
|
|
5763
|
+
status?: components["schemas"]["Status"];
|
|
6560
5764
|
};
|
|
6561
5765
|
/** @description A timestamped event within a span. */
|
|
6562
5766
|
SpanEvent: {
|
|
6563
|
-
/**
|
|
6564
|
-
* Format: int64
|
|
6565
|
-
* @description Timestamp when the event occurred, in nanoseconds since epoch.
|
|
6566
|
-
*/
|
|
6567
|
-
timeUnixNano?: number;
|
|
6568
5767
|
/**
|
|
6569
5768
|
* Format: int32
|
|
6570
5769
|
* @description Number of attributes that were dropped due to limits.
|
|
6571
5770
|
*/
|
|
6572
5771
|
droppedAttributesCount?: number;
|
|
5772
|
+
/**
|
|
5773
|
+
* Format: int64
|
|
5774
|
+
* @description Timestamp when the event occurred, in nanoseconds since epoch.
|
|
5775
|
+
*/
|
|
5776
|
+
timeUnixNano?: number;
|
|
6573
5777
|
/**
|
|
6574
5778
|
* @description Name of the event.
|
|
6575
5779
|
* @example http.request.start
|
|
@@ -6579,6 +5783,11 @@ export interface components {
|
|
|
6579
5783
|
};
|
|
6580
5784
|
/** @description A link to another span, potentially from a different trace. */
|
|
6581
5785
|
SpanLink: {
|
|
5786
|
+
/**
|
|
5787
|
+
* Format: int32
|
|
5788
|
+
* @description Number of attributes that were dropped due to limits.
|
|
5789
|
+
*/
|
|
5790
|
+
droppedAttributesCount?: number;
|
|
6582
5791
|
/**
|
|
6583
5792
|
* Format: int64
|
|
6584
5793
|
* @description High 8 bytes of 16-byte trace identifier of the linked span.
|
|
@@ -6590,21 +5799,16 @@ export interface components {
|
|
|
6590
5799
|
*/
|
|
6591
5800
|
traceIdLow?: number;
|
|
6592
5801
|
/**
|
|
6593
|
-
* Format:
|
|
6594
|
-
* @description
|
|
5802
|
+
* Format: int64
|
|
5803
|
+
* @description 8-byte span identifier of the linked span as long.
|
|
6595
5804
|
*/
|
|
6596
|
-
|
|
5805
|
+
spanId?: number;
|
|
6597
5806
|
/**
|
|
6598
5807
|
* @description Optional trace state information.
|
|
6599
5808
|
* @example rojo=00f067aa0ba902b7,congo=t61rcWkgMzE
|
|
6600
5809
|
*/
|
|
6601
5810
|
traceState?: string;
|
|
6602
|
-
|
|
6603
|
-
* Format: int64
|
|
6604
|
-
* @description 8-byte span identifier of the linked span as long.
|
|
6605
|
-
*/
|
|
6606
|
-
spanId?: number;
|
|
6607
|
-
attributes?: components["schemas"]["Variant"];
|
|
5811
|
+
attributes?: components["schemas"]["Variant"];
|
|
6608
5812
|
/**
|
|
6609
5813
|
* Format: int32
|
|
6610
5814
|
* @description Span flags as defined in W3C Trace Context specification.
|
|
@@ -6626,11 +5830,11 @@ export interface components {
|
|
|
6626
5830
|
message?: string;
|
|
6627
5831
|
};
|
|
6628
5832
|
Variant: {
|
|
6629
|
-
|
|
6630
|
-
as?: Record<string, never>;
|
|
5833
|
+
object?: boolean;
|
|
6631
5834
|
/** Format: date-time */
|
|
6632
5835
|
dateTime?: string;
|
|
6633
|
-
|
|
5836
|
+
as?: Record<string, never>;
|
|
5837
|
+
decimal?: number;
|
|
6634
5838
|
/** Format: date-time */
|
|
6635
5839
|
instant?: string;
|
|
6636
5840
|
array?: boolean;
|
|
@@ -6834,12 +6038,6 @@ export interface components {
|
|
|
6834
6038
|
maxDataWarehouseIntegrations: number;
|
|
6835
6039
|
/** Format: int32 */
|
|
6836
6040
|
maxS3DataWarehouseIntegrations: number;
|
|
6837
|
-
/** Format: int32 */
|
|
6838
|
-
maxOpenAiIntegrations: number;
|
|
6839
|
-
/** Format: int32 */
|
|
6840
|
-
maxGeminiIntegrations: number;
|
|
6841
|
-
/** Format: int32 */
|
|
6842
|
-
maxS3VectorIndexIntegrations: number;
|
|
6843
6041
|
};
|
|
6844
6042
|
PublicUpdate: {
|
|
6845
6043
|
plan: components["schemas"]["Plan"];
|
|
@@ -7239,6 +6437,25 @@ export interface components {
|
|
|
7239
6437
|
ParseQueryRequest: {
|
|
7240
6438
|
query?: components["schemas"]["EventPredicate"];
|
|
7241
6439
|
};
|
|
6440
|
+
Role: {
|
|
6441
|
+
/** @description The id of the role. */
|
|
6442
|
+
id: string;
|
|
6443
|
+
/** @description The user-facing name of the role. */
|
|
6444
|
+
name: string;
|
|
6445
|
+
/** @description Description of the role */
|
|
6446
|
+
description: string;
|
|
6447
|
+
/** @description Whether this is a built-in role */
|
|
6448
|
+
readonly builtin?: boolean;
|
|
6449
|
+
/** @description Permission IDs assigned to this role (empty for system roles) */
|
|
6450
|
+
permissionIds: string[];
|
|
6451
|
+
/**
|
|
6452
|
+
* Format: date-time
|
|
6453
|
+
* @description When the role was created (null for system roles)
|
|
6454
|
+
*/
|
|
6455
|
+
createdAt?: string;
|
|
6456
|
+
/** @description Who created the role (null for system roles) */
|
|
6457
|
+
createdBy?: string;
|
|
6458
|
+
};
|
|
7242
6459
|
CreateRole: {
|
|
7243
6460
|
/** @description The name of the role */
|
|
7244
6461
|
name: string;
|
|
@@ -7549,7 +6766,6 @@ export type SchemaActionRule = components["schemas"]["ActionRule"];
|
|
|
7549
6766
|
export type SchemaAddToListAttributeAction = components["schemas"]["AddToListAttributeAction"];
|
|
7550
6767
|
export type SchemaAggregationAccumulator = components["schemas"]["AggregationAccumulator"];
|
|
7551
6768
|
export type SchemaAny = components["schemas"]["Any"];
|
|
7552
|
-
export type SchemaAttributeRemappingRule = components["schemas"]["AttributeRemappingRule"];
|
|
7553
6769
|
export type SchemaAttributesMergeStrategy = components["schemas"]["AttributesMergeStrategy"];
|
|
7554
6770
|
export type SchemaAttributesMergeStrategyEntry = components["schemas"]["AttributesMergeStrategyEntry"];
|
|
7555
6771
|
export type SchemaAverageAttributesMergeStrategy = components["schemas"]["AverageAttributesMergeStrategy"];
|
|
@@ -7567,7 +6783,6 @@ export type SchemaDatadogStatsSink = components["schemas"]["DatadogStatsSink"];
|
|
|
7567
6783
|
export type SchemaDatadogTraceAgentSource = components["schemas"]["DatadogTraceAgentSource"];
|
|
7568
6784
|
export type SchemaDatadogTraceSink = components["schemas"]["DatadogTraceSink"];
|
|
7569
6785
|
export type SchemaEarliestReadingStrategy = components["schemas"]["EarliestReadingStrategy"];
|
|
7570
|
-
export type SchemaEmbeddingConfig = components["schemas"]["EmbeddingConfig"];
|
|
7571
6786
|
export type SchemaEventAction = components["schemas"]["EventAction"];
|
|
7572
6787
|
export type SchemaEventActionRule = components["schemas"]["EventActionRule"];
|
|
7573
6788
|
export type SchemaEventDedupIcebergTableSink = components["schemas"]["EventDedupIcebergTableSink"];
|
|
@@ -7592,9 +6807,6 @@ export type SchemaJobActionRule = components["schemas"]["JobActionRule"];
|
|
|
7592
6807
|
export type SchemaJsonFileFormat = components["schemas"]["JsonFileFormat"];
|
|
7593
6808
|
export type SchemaJsonLogProcessor = components["schemas"]["JsonLogProcessor"];
|
|
7594
6809
|
export type SchemaLatestReadingStrategy = components["schemas"]["LatestReadingStrategy"];
|
|
7595
|
-
export type SchemaLlmConfig = components["schemas"]["LlmConfig"];
|
|
7596
|
-
export type SchemaLlmPrompt = components["schemas"]["LlmPrompt"];
|
|
7597
|
-
export type SchemaLlmWorkflowConfig = components["schemas"]["LlmWorkflowConfig"];
|
|
7598
6810
|
export type SchemaLogAttributesRemapper = components["schemas"]["LogAttributesRemapper"];
|
|
7599
6811
|
export type SchemaLogEvent = components["schemas"]["LogEvent"];
|
|
7600
6812
|
export type SchemaLogReducer = components["schemas"]["LogReducer"];
|
|
@@ -7630,13 +6842,11 @@ export type SchemaOtlpTraceSink = components["schemas"]["OtlpTraceSink"];
|
|
|
7630
6842
|
export type SchemaPatternLookupIcebergTableSink = components["schemas"]["PatternLookupIcebergTableSink"];
|
|
7631
6843
|
export type SchemaPreserveAllAttributesMergeStrategy = components["schemas"]["PreserveAllAttributesMergeStrategy"];
|
|
7632
6844
|
export type SchemaQuantileSamplingTier = components["schemas"]["QuantileSamplingTier"];
|
|
7633
|
-
export type SchemaRag = components["schemas"]["Rag"];
|
|
7634
6845
|
export type SchemaReducerLogsQuerySource = components["schemas"]["ReducerLogsQuerySource"];
|
|
7635
6846
|
export type SchemaRemoveKeyAttributeAction = components["schemas"]["RemoveKeyAttributeAction"];
|
|
7636
6847
|
export type SchemaS3LogsFileSource = components["schemas"]["S3LogsFileSource"];
|
|
7637
6848
|
export type SchemaSamplingAttributesMergeStrategy = components["schemas"]["SamplingAttributesMergeStrategy"];
|
|
7638
6849
|
export type SchemaSamplingConfig = components["schemas"]["SamplingConfig"];
|
|
7639
|
-
export type SchemaSimple = components["schemas"]["Simple"];
|
|
7640
6850
|
export type SchemaSpansSynchronousSink = components["schemas"]["SpansSynchronousSink"];
|
|
7641
6851
|
export type SchemaSplQueryPredicate = components["schemas"]["SplQueryPredicate"];
|
|
7642
6852
|
export type SchemaSplunkLogAgentSource = components["schemas"]["SplunkLogAgentSource"];
|
|
@@ -7676,13 +6886,6 @@ export type SchemaQuery = components["schemas"]["query"];
|
|
|
7676
6886
|
export type SchemaActivityLogsSearch = components["schemas"]["ActivityLogsSearch"];
|
|
7677
6887
|
export type SchemaResourceFilter = components["schemas"]["ResourceFilter"];
|
|
7678
6888
|
export type SchemaGreprApiKey = components["schemas"]["GreprApiKey"];
|
|
7679
|
-
export type SchemaRole = components["schemas"]["Role"];
|
|
7680
|
-
export type SchemaServiceAccountRead = components["schemas"]["ServiceAccountRead"];
|
|
7681
|
-
export type SchemaServiceAccountWithSecret = components["schemas"]["ServiceAccountWithSecret"];
|
|
7682
|
-
export type SchemaCreateServiceAccount = components["schemas"]["CreateServiceAccount"];
|
|
7683
|
-
export type SchemaItemsCollectionServiceAccountRead = components["schemas"]["ItemsCollectionServiceAccountRead"];
|
|
7684
|
-
export type SchemaServiceAccountsList = components["schemas"]["ServiceAccountsList"];
|
|
7685
|
-
export type SchemaUpdateServiceAccount = components["schemas"]["UpdateServiceAccount"];
|
|
7686
6889
|
export type SchemaDatasetRead = components["schemas"]["DatasetRead"];
|
|
7687
6890
|
export type SchemaDatasetCreate = components["schemas"]["DatasetCreate"];
|
|
7688
6891
|
export type SchemaDatasetUpdate = components["schemas"]["DatasetUpdate"];
|
|
@@ -7714,27 +6917,15 @@ export type SchemaCloudFormationSetupInfo = components["schemas"]["CloudFormatio
|
|
|
7714
6917
|
export type SchemaConsoleSetupInfo = components["schemas"]["ConsoleSetupInfo"];
|
|
7715
6918
|
export type SchemaItemsCollectionReadS3DataWarehouse = components["schemas"]["ItemsCollectionReadS3DataWarehouse"];
|
|
7716
6919
|
export type SchemaBucketAccessResult = components["schemas"]["BucketAccessResult"];
|
|
7717
|
-
export type SchemaGemini = components["schemas"]["Gemini"];
|
|
7718
|
-
export type SchemaReadGemini = components["schemas"]["ReadGemini"];
|
|
7719
|
-
export type SchemaWriteGemini = components["schemas"]["WriteGemini"];
|
|
7720
|
-
export type SchemaItemsCollectionReadGemini = components["schemas"]["ItemsCollectionReadGemini"];
|
|
7721
6920
|
export type SchemaNewRelic = components["schemas"]["NewRelic"];
|
|
7722
6921
|
export type SchemaReadNewRelic = components["schemas"]["ReadNewRelic"];
|
|
7723
6922
|
export type SchemaWriteNewRelic = components["schemas"]["WriteNewRelic"];
|
|
7724
6923
|
export type SchemaItemsCollectionReadNewRelic = components["schemas"]["ItemsCollectionReadNewRelic"];
|
|
7725
|
-
export type SchemaOpenAi = components["schemas"]["OpenAi"];
|
|
7726
|
-
export type SchemaReadOpenAi = components["schemas"]["ReadOpenAi"];
|
|
7727
|
-
export type SchemaWriteOpenAi = components["schemas"]["WriteOpenAi"];
|
|
7728
|
-
export type SchemaItemsCollectionReadOpenAi = components["schemas"]["ItemsCollectionReadOpenAi"];
|
|
7729
6924
|
export type SchemaHeader = components["schemas"]["Header"];
|
|
7730
6925
|
export type SchemaOtlp = components["schemas"]["Otlp"];
|
|
7731
6926
|
export type SchemaReadOtlp = components["schemas"]["ReadOtlp"];
|
|
7732
6927
|
export type SchemaWriteOtlp = components["schemas"]["WriteOtlp"];
|
|
7733
6928
|
export type SchemaItemsCollectionReadOtlp = components["schemas"]["ItemsCollectionReadOtlp"];
|
|
7734
|
-
export type SchemaReadS3VectorIndex = components["schemas"]["ReadS3VectorIndex"];
|
|
7735
|
-
export type SchemaS3VectorIndex = components["schemas"]["S3VectorIndex"];
|
|
7736
|
-
export type SchemaWriteS3VectorIndex = components["schemas"]["WriteS3VectorIndex"];
|
|
7737
|
-
export type SchemaItemsCollectionReadS3VectorIndex = components["schemas"]["ItemsCollectionReadS3VectorIndex"];
|
|
7738
6929
|
export type SchemaReadSplunk = components["schemas"]["ReadSplunk"];
|
|
7739
6930
|
export type SchemaSplunk = components["schemas"]["Splunk"];
|
|
7740
6931
|
export type SchemaWriteSplunk = components["schemas"]["WriteSplunk"];
|
|
@@ -7820,6 +7011,7 @@ export type SchemaTagRe2Node = components["schemas"]["TagRe2Node"];
|
|
|
7820
7011
|
export type SchemaTagWildcardNode = components["schemas"]["TagWildcardNode"];
|
|
7821
7012
|
export type SchemaTagWithComparatorNode = components["schemas"]["TagWithComparatorNode"];
|
|
7822
7013
|
export type SchemaParseQueryRequest = components["schemas"]["ParseQueryRequest"];
|
|
7014
|
+
export type SchemaRole = components["schemas"]["Role"];
|
|
7823
7015
|
export type SchemaCreateRole = components["schemas"]["CreateRole"];
|
|
7824
7016
|
export type SchemaUpdateRole = components["schemas"]["UpdateRole"];
|
|
7825
7017
|
export type SchemaDatabaseUserInfo = components["schemas"]["DatabaseUserInfo"];
|
|
@@ -7957,44 +7149,27 @@ export interface operations {
|
|
|
7957
7149
|
};
|
|
7958
7150
|
};
|
|
7959
7151
|
};
|
|
7960
|
-
|
|
7152
|
+
getAllDatasets: {
|
|
7961
7153
|
parameters: {
|
|
7962
|
-
query?:
|
|
7963
|
-
page?: number;
|
|
7964
|
-
pageSize?: number;
|
|
7965
|
-
};
|
|
7154
|
+
query?: never;
|
|
7966
7155
|
header?: never;
|
|
7967
7156
|
path?: never;
|
|
7968
7157
|
cookie?: never;
|
|
7969
7158
|
};
|
|
7970
7159
|
requestBody?: never;
|
|
7971
7160
|
responses: {
|
|
7972
|
-
/** @description
|
|
7161
|
+
/** @description The list of datasets. */
|
|
7973
7162
|
200: {
|
|
7974
7163
|
headers: {
|
|
7975
7164
|
[name: string]: unknown;
|
|
7976
7165
|
};
|
|
7977
7166
|
content: {
|
|
7978
|
-
"application/json": components["schemas"]["
|
|
7979
|
-
};
|
|
7980
|
-
};
|
|
7981
|
-
/** @description Unauthorized */
|
|
7982
|
-
401: {
|
|
7983
|
-
headers: {
|
|
7984
|
-
[name: string]: unknown;
|
|
7985
|
-
};
|
|
7986
|
-
content?: never;
|
|
7987
|
-
};
|
|
7988
|
-
/** @description Forbidden */
|
|
7989
|
-
403: {
|
|
7990
|
-
headers: {
|
|
7991
|
-
[name: string]: unknown;
|
|
7167
|
+
"application/json": components["schemas"]["DatasetRead"][];
|
|
7992
7168
|
};
|
|
7993
|
-
content?: never;
|
|
7994
7169
|
};
|
|
7995
7170
|
};
|
|
7996
7171
|
};
|
|
7997
|
-
|
|
7172
|
+
createDataset: {
|
|
7998
7173
|
parameters: {
|
|
7999
7174
|
query?: never;
|
|
8000
7175
|
header?: never;
|
|
@@ -8003,42 +7178,43 @@ export interface operations {
|
|
|
8003
7178
|
};
|
|
8004
7179
|
requestBody?: {
|
|
8005
7180
|
content: {
|
|
8006
|
-
"application/json": components["schemas"]["
|
|
7181
|
+
"application/json": components["schemas"]["DatasetCreate"];
|
|
8007
7182
|
};
|
|
8008
7183
|
};
|
|
8009
7184
|
responses: {
|
|
8010
|
-
/** @description
|
|
7185
|
+
/** @description The created dataset. */
|
|
8011
7186
|
200: {
|
|
8012
7187
|
headers: {
|
|
8013
7188
|
[name: string]: unknown;
|
|
8014
7189
|
};
|
|
8015
7190
|
content: {
|
|
8016
|
-
"application/json": components["schemas"]["
|
|
7191
|
+
"application/json": components["schemas"]["DatasetRead"];
|
|
8017
7192
|
};
|
|
8018
7193
|
};
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
|
|
8024
|
-
|
|
7194
|
+
};
|
|
7195
|
+
};
|
|
7196
|
+
getDatasetById: {
|
|
7197
|
+
parameters: {
|
|
7198
|
+
query?: never;
|
|
7199
|
+
header?: never;
|
|
7200
|
+
path: {
|
|
7201
|
+
id: string;
|
|
8025
7202
|
};
|
|
8026
|
-
|
|
8027
|
-
|
|
7203
|
+
cookie?: never;
|
|
7204
|
+
};
|
|
7205
|
+
requestBody?: never;
|
|
7206
|
+
responses: {
|
|
7207
|
+
/** @description The list of datasets. */
|
|
7208
|
+
200: {
|
|
8028
7209
|
headers: {
|
|
8029
7210
|
[name: string]: unknown;
|
|
8030
7211
|
};
|
|
8031
|
-
content
|
|
8032
|
-
|
|
8033
|
-
/** @description Forbidden */
|
|
8034
|
-
403: {
|
|
8035
|
-
headers: {
|
|
8036
|
-
[name: string]: unknown;
|
|
7212
|
+
content: {
|
|
7213
|
+
"application/json": components["schemas"]["DatasetRead"];
|
|
8037
7214
|
};
|
|
8038
|
-
content?: never;
|
|
8039
7215
|
};
|
|
8040
|
-
/** @description
|
|
8041
|
-
|
|
7216
|
+
/** @description Dataset not found. */
|
|
7217
|
+
404: {
|
|
8042
7218
|
headers: {
|
|
8043
7219
|
[name: string]: unknown;
|
|
8044
7220
|
};
|
|
@@ -8046,7 +7222,7 @@ export interface operations {
|
|
|
8046
7222
|
};
|
|
8047
7223
|
};
|
|
8048
7224
|
};
|
|
8049
|
-
|
|
7225
|
+
updateDataset: {
|
|
8050
7226
|
parameters: {
|
|
8051
7227
|
query?: never;
|
|
8052
7228
|
header?: never;
|
|
@@ -8055,70 +7231,96 @@ export interface operations {
|
|
|
8055
7231
|
};
|
|
8056
7232
|
cookie?: never;
|
|
8057
7233
|
};
|
|
8058
|
-
requestBody?:
|
|
7234
|
+
requestBody?: {
|
|
7235
|
+
content: {
|
|
7236
|
+
"application/json": components["schemas"]["DatasetUpdate"];
|
|
7237
|
+
};
|
|
7238
|
+
};
|
|
8059
7239
|
responses: {
|
|
8060
|
-
/** @description
|
|
7240
|
+
/** @description The updated dataset. */
|
|
8061
7241
|
200: {
|
|
8062
7242
|
headers: {
|
|
8063
7243
|
[name: string]: unknown;
|
|
8064
7244
|
};
|
|
8065
7245
|
content: {
|
|
8066
|
-
"application/json": components["schemas"]["
|
|
7246
|
+
"application/json": components["schemas"]["DatasetRead"];
|
|
8067
7247
|
};
|
|
8068
7248
|
};
|
|
8069
|
-
/** @description
|
|
8070
|
-
|
|
7249
|
+
/** @description Dataset not found. */
|
|
7250
|
+
404: {
|
|
8071
7251
|
headers: {
|
|
8072
7252
|
[name: string]: unknown;
|
|
8073
7253
|
};
|
|
8074
7254
|
content?: never;
|
|
8075
7255
|
};
|
|
8076
|
-
|
|
8077
|
-
|
|
7256
|
+
};
|
|
7257
|
+
};
|
|
7258
|
+
deleteDataset: {
|
|
7259
|
+
parameters: {
|
|
7260
|
+
query?: {
|
|
7261
|
+
deleteFiles?: boolean;
|
|
7262
|
+
};
|
|
7263
|
+
header?: never;
|
|
7264
|
+
path: {
|
|
7265
|
+
id: string;
|
|
7266
|
+
};
|
|
7267
|
+
cookie?: never;
|
|
7268
|
+
};
|
|
7269
|
+
requestBody?: never;
|
|
7270
|
+
responses: {
|
|
7271
|
+
/** @description The dataset was deleted. */
|
|
7272
|
+
200: {
|
|
8078
7273
|
headers: {
|
|
8079
7274
|
[name: string]: unknown;
|
|
8080
7275
|
};
|
|
8081
7276
|
content?: never;
|
|
8082
7277
|
};
|
|
8083
|
-
/** @description
|
|
7278
|
+
/** @description Dataset not found. */
|
|
8084
7279
|
404: {
|
|
8085
7280
|
headers: {
|
|
8086
7281
|
[name: string]: unknown;
|
|
8087
7282
|
};
|
|
8088
7283
|
content?: never;
|
|
8089
7284
|
};
|
|
7285
|
+
/** @description Dataset has jobs associated with it. */
|
|
7286
|
+
409: {
|
|
7287
|
+
headers: {
|
|
7288
|
+
[name: string]: unknown;
|
|
7289
|
+
};
|
|
7290
|
+
content?: never;
|
|
7291
|
+
};
|
|
8090
7292
|
};
|
|
8091
7293
|
};
|
|
8092
|
-
|
|
7294
|
+
parse: {
|
|
8093
7295
|
parameters: {
|
|
8094
7296
|
query?: never;
|
|
8095
7297
|
header?: never;
|
|
8096
|
-
path
|
|
8097
|
-
id: string;
|
|
8098
|
-
};
|
|
7298
|
+
path?: never;
|
|
8099
7299
|
cookie?: never;
|
|
8100
7300
|
};
|
|
8101
7301
|
requestBody?: {
|
|
8102
7302
|
content: {
|
|
8103
|
-
"application/json": components["schemas"]["
|
|
7303
|
+
"application/json": components["schemas"]["GrokParseBatchRequest"];
|
|
8104
7304
|
};
|
|
8105
7305
|
};
|
|
8106
7306
|
responses: {
|
|
8107
|
-
/** @description
|
|
7307
|
+
/** @description Log message parsed successfully. */
|
|
8108
7308
|
200: {
|
|
8109
7309
|
headers: {
|
|
8110
7310
|
[name: string]: unknown;
|
|
8111
7311
|
};
|
|
8112
7312
|
content: {
|
|
8113
|
-
"application/json": components["schemas"]["
|
|
7313
|
+
"application/json": components["schemas"]["GrokParseBatchResponse"];
|
|
8114
7314
|
};
|
|
8115
7315
|
};
|
|
8116
|
-
/** @description
|
|
7316
|
+
/** @description Grok parsing rules are invalid or could not be compiled. */
|
|
8117
7317
|
400: {
|
|
8118
7318
|
headers: {
|
|
8119
7319
|
[name: string]: unknown;
|
|
8120
7320
|
};
|
|
8121
|
-
content
|
|
7321
|
+
content: {
|
|
7322
|
+
"application/json": components["schemas"]["GrokParseErrors"];
|
|
7323
|
+
};
|
|
8122
7324
|
};
|
|
8123
7325
|
/** @description Unauthorized */
|
|
8124
7326
|
401: {
|
|
@@ -8127,15 +7329,41 @@ export interface operations {
|
|
|
8127
7329
|
};
|
|
8128
7330
|
content?: never;
|
|
8129
7331
|
};
|
|
8130
|
-
|
|
8131
|
-
|
|
7332
|
+
};
|
|
7333
|
+
};
|
|
7334
|
+
parse_1: {
|
|
7335
|
+
parameters: {
|
|
7336
|
+
query?: never;
|
|
7337
|
+
header?: never;
|
|
7338
|
+
path?: never;
|
|
7339
|
+
cookie?: never;
|
|
7340
|
+
};
|
|
7341
|
+
requestBody?: {
|
|
7342
|
+
content: {
|
|
7343
|
+
"application/json": components["schemas"]["GrokParseRequest"];
|
|
7344
|
+
};
|
|
7345
|
+
};
|
|
7346
|
+
responses: {
|
|
7347
|
+
/** @description Log message parsed successfully. */
|
|
7348
|
+
200: {
|
|
8132
7349
|
headers: {
|
|
8133
7350
|
[name: string]: unknown;
|
|
8134
7351
|
};
|
|
8135
|
-
content
|
|
7352
|
+
content: {
|
|
7353
|
+
"application/json": components["schemas"]["GrokParseResponse"];
|
|
7354
|
+
};
|
|
8136
7355
|
};
|
|
8137
|
-
/** @description
|
|
8138
|
-
|
|
7356
|
+
/** @description Grok parsing rules are invalid or could not be compiled. */
|
|
7357
|
+
400: {
|
|
7358
|
+
headers: {
|
|
7359
|
+
[name: string]: unknown;
|
|
7360
|
+
};
|
|
7361
|
+
content: {
|
|
7362
|
+
"application/json": components["schemas"]["GrokParseErrors"];
|
|
7363
|
+
};
|
|
7364
|
+
};
|
|
7365
|
+
/** @description Unauthorized */
|
|
7366
|
+
401: {
|
|
8139
7367
|
headers: {
|
|
8140
7368
|
[name: string]: unknown;
|
|
8141
7369
|
};
|
|
@@ -8143,23 +7371,29 @@ export interface operations {
|
|
|
8143
7371
|
};
|
|
8144
7372
|
};
|
|
8145
7373
|
};
|
|
8146
|
-
|
|
7374
|
+
getExceptionImpactEstimationConfig: {
|
|
8147
7375
|
parameters: {
|
|
8148
7376
|
query?: never;
|
|
8149
7377
|
header?: never;
|
|
8150
7378
|
path: {
|
|
8151
|
-
|
|
7379
|
+
/**
|
|
7380
|
+
* @description Integration ID to get configuration for
|
|
7381
|
+
* @example datadog-prod-123
|
|
7382
|
+
*/
|
|
7383
|
+
integrationId: string;
|
|
8152
7384
|
};
|
|
8153
7385
|
cookie?: never;
|
|
8154
7386
|
};
|
|
8155
7387
|
requestBody?: never;
|
|
8156
7388
|
responses: {
|
|
8157
|
-
/** @description
|
|
8158
|
-
|
|
7389
|
+
/** @description Configuration retrieved successfully */
|
|
7390
|
+
200: {
|
|
8159
7391
|
headers: {
|
|
8160
7392
|
[name: string]: unknown;
|
|
8161
7393
|
};
|
|
8162
|
-
content
|
|
7394
|
+
content: {
|
|
7395
|
+
"application/json": components["schemas"]["IntegrationExceptionImpactEstimationConfig"];
|
|
7396
|
+
};
|
|
8163
7397
|
};
|
|
8164
7398
|
/** @description Unauthorized */
|
|
8165
7399
|
401: {
|
|
@@ -8168,14 +7402,7 @@ export interface operations {
|
|
|
8168
7402
|
};
|
|
8169
7403
|
content?: never;
|
|
8170
7404
|
};
|
|
8171
|
-
/** @description
|
|
8172
|
-
403: {
|
|
8173
|
-
headers: {
|
|
8174
|
-
[name: string]: unknown;
|
|
8175
|
-
};
|
|
8176
|
-
content?: never;
|
|
8177
|
-
};
|
|
8178
|
-
/** @description Service account not found */
|
|
7405
|
+
/** @description Not Found - No configuration found for this integration. */
|
|
8179
7406
|
404: {
|
|
8180
7407
|
headers: {
|
|
8181
7408
|
[name: string]: unknown;
|
|
@@ -8184,42 +7411,43 @@ export interface operations {
|
|
|
8184
7411
|
};
|
|
8185
7412
|
};
|
|
8186
7413
|
};
|
|
8187
|
-
|
|
7414
|
+
upsertExceptionImpactEstimationConfig: {
|
|
8188
7415
|
parameters: {
|
|
8189
7416
|
query?: never;
|
|
8190
7417
|
header?: never;
|
|
8191
7418
|
path: {
|
|
8192
|
-
|
|
7419
|
+
/**
|
|
7420
|
+
* @description Integration ID to create/update configuration for
|
|
7421
|
+
* @example datadog-prod-123
|
|
7422
|
+
*/
|
|
7423
|
+
integrationId: string;
|
|
8193
7424
|
};
|
|
8194
7425
|
cookie?: never;
|
|
8195
7426
|
};
|
|
8196
|
-
requestBody?:
|
|
7427
|
+
requestBody?: {
|
|
7428
|
+
content: {
|
|
7429
|
+
"application/json": components["schemas"]["IntegrationExceptionImpactEstimationConfig"];
|
|
7430
|
+
};
|
|
7431
|
+
};
|
|
8197
7432
|
responses: {
|
|
8198
|
-
/** @description
|
|
7433
|
+
/** @description Configuration created or updated successfully */
|
|
8199
7434
|
200: {
|
|
8200
7435
|
headers: {
|
|
8201
7436
|
[name: string]: unknown;
|
|
8202
7437
|
};
|
|
8203
7438
|
content: {
|
|
8204
|
-
"application/json":
|
|
8205
|
-
};
|
|
8206
|
-
};
|
|
8207
|
-
/** @description Unauthorized */
|
|
8208
|
-
401: {
|
|
8209
|
-
headers: {
|
|
8210
|
-
[name: string]: unknown;
|
|
7439
|
+
"application/json": components["schemas"]["IntegrationExceptionImpactEstimationConfig"];
|
|
8211
7440
|
};
|
|
8212
|
-
content?: never;
|
|
8213
7441
|
};
|
|
8214
|
-
/** @description
|
|
8215
|
-
|
|
7442
|
+
/** @description Bad Request - Invalid configuration data. */
|
|
7443
|
+
400: {
|
|
8216
7444
|
headers: {
|
|
8217
7445
|
[name: string]: unknown;
|
|
8218
7446
|
};
|
|
8219
7447
|
content?: never;
|
|
8220
7448
|
};
|
|
8221
|
-
/** @description
|
|
8222
|
-
|
|
7449
|
+
/** @description Unauthorized */
|
|
7450
|
+
401: {
|
|
8223
7451
|
headers: {
|
|
8224
7452
|
[name: string]: unknown;
|
|
8225
7453
|
};
|
|
@@ -8227,25 +7455,27 @@ export interface operations {
|
|
|
8227
7455
|
};
|
|
8228
7456
|
};
|
|
8229
7457
|
};
|
|
8230
|
-
|
|
7458
|
+
deleteExceptionImpactEstimationConfig: {
|
|
8231
7459
|
parameters: {
|
|
8232
7460
|
query?: never;
|
|
8233
7461
|
header?: never;
|
|
8234
7462
|
path: {
|
|
8235
|
-
|
|
7463
|
+
/**
|
|
7464
|
+
* @description Integration ID to delete configuration for
|
|
7465
|
+
* @example datadog-prod-123
|
|
7466
|
+
*/
|
|
7467
|
+
integrationId: string;
|
|
8236
7468
|
};
|
|
8237
7469
|
cookie?: never;
|
|
8238
7470
|
};
|
|
8239
7471
|
requestBody?: never;
|
|
8240
7472
|
responses: {
|
|
8241
|
-
/** @description
|
|
7473
|
+
/** @description Configuration deleted successfully */
|
|
8242
7474
|
200: {
|
|
8243
7475
|
headers: {
|
|
8244
7476
|
[name: string]: unknown;
|
|
8245
7477
|
};
|
|
8246
|
-
content
|
|
8247
|
-
"application/json": string;
|
|
8248
|
-
};
|
|
7478
|
+
content?: never;
|
|
8249
7479
|
};
|
|
8250
7480
|
/** @description Unauthorized */
|
|
8251
7481
|
401: {
|
|
@@ -8254,14 +7484,7 @@ export interface operations {
|
|
|
8254
7484
|
};
|
|
8255
7485
|
content?: never;
|
|
8256
7486
|
};
|
|
8257
|
-
/** @description
|
|
8258
|
-
403: {
|
|
8259
|
-
headers: {
|
|
8260
|
-
[name: string]: unknown;
|
|
8261
|
-
};
|
|
8262
|
-
content?: never;
|
|
8263
|
-
};
|
|
8264
|
-
/** @description Service account not found */
|
|
7487
|
+
/** @description Not Found - No configuration found for this integration. */
|
|
8265
7488
|
404: {
|
|
8266
7489
|
headers: {
|
|
8267
7490
|
[name: string]: unknown;
|
|
@@ -8270,582 +7493,23 @@ export interface operations {
|
|
|
8270
7493
|
};
|
|
8271
7494
|
};
|
|
8272
7495
|
};
|
|
8273
|
-
|
|
7496
|
+
triggerExceptionImpactEstimationRefresh: {
|
|
8274
7497
|
parameters: {
|
|
8275
7498
|
query?: never;
|
|
8276
7499
|
header?: never;
|
|
8277
|
-
path
|
|
7500
|
+
path: {
|
|
7501
|
+
/**
|
|
7502
|
+
* @description Integration ID to trigger refresh for
|
|
7503
|
+
* @example datadog-prod-123
|
|
7504
|
+
*/
|
|
7505
|
+
integrationId: string;
|
|
7506
|
+
};
|
|
8278
7507
|
cookie?: never;
|
|
8279
7508
|
};
|
|
8280
7509
|
requestBody?: never;
|
|
8281
7510
|
responses: {
|
|
8282
|
-
/** @description
|
|
8283
|
-
200: {
|
|
8284
|
-
headers: {
|
|
8285
|
-
[name: string]: unknown;
|
|
8286
|
-
};
|
|
8287
|
-
content: {
|
|
8288
|
-
"application/json": components["schemas"]["DatasetRead"][];
|
|
8289
|
-
};
|
|
8290
|
-
};
|
|
8291
|
-
};
|
|
8292
|
-
};
|
|
8293
|
-
createDataset: {
|
|
8294
|
-
parameters: {
|
|
8295
|
-
query?: never;
|
|
8296
|
-
header?: never;
|
|
8297
|
-
path?: never;
|
|
8298
|
-
cookie?: never;
|
|
8299
|
-
};
|
|
8300
|
-
requestBody?: {
|
|
8301
|
-
content: {
|
|
8302
|
-
"application/json": components["schemas"]["DatasetCreate"];
|
|
8303
|
-
};
|
|
8304
|
-
};
|
|
8305
|
-
responses: {
|
|
8306
|
-
/** @description The created dataset. */
|
|
8307
|
-
200: {
|
|
8308
|
-
headers: {
|
|
8309
|
-
[name: string]: unknown;
|
|
8310
|
-
};
|
|
8311
|
-
content: {
|
|
8312
|
-
"application/json": components["schemas"]["DatasetRead"];
|
|
8313
|
-
};
|
|
8314
|
-
};
|
|
8315
|
-
};
|
|
8316
|
-
};
|
|
8317
|
-
getDatasetById: {
|
|
8318
|
-
parameters: {
|
|
8319
|
-
query?: never;
|
|
8320
|
-
header?: never;
|
|
8321
|
-
path: {
|
|
8322
|
-
id: string;
|
|
8323
|
-
};
|
|
8324
|
-
cookie?: never;
|
|
8325
|
-
};
|
|
8326
|
-
requestBody?: never;
|
|
8327
|
-
responses: {
|
|
8328
|
-
/** @description The list of datasets. */
|
|
8329
|
-
200: {
|
|
8330
|
-
headers: {
|
|
8331
|
-
[name: string]: unknown;
|
|
8332
|
-
};
|
|
8333
|
-
content: {
|
|
8334
|
-
"application/json": components["schemas"]["DatasetRead"];
|
|
8335
|
-
};
|
|
8336
|
-
};
|
|
8337
|
-
/** @description Dataset not found. */
|
|
8338
|
-
404: {
|
|
8339
|
-
headers: {
|
|
8340
|
-
[name: string]: unknown;
|
|
8341
|
-
};
|
|
8342
|
-
content?: never;
|
|
8343
|
-
};
|
|
8344
|
-
};
|
|
8345
|
-
};
|
|
8346
|
-
updateDataset: {
|
|
8347
|
-
parameters: {
|
|
8348
|
-
query?: never;
|
|
8349
|
-
header?: never;
|
|
8350
|
-
path: {
|
|
8351
|
-
id: string;
|
|
8352
|
-
};
|
|
8353
|
-
cookie?: never;
|
|
8354
|
-
};
|
|
8355
|
-
requestBody?: {
|
|
8356
|
-
content: {
|
|
8357
|
-
"application/json": components["schemas"]["DatasetUpdate"];
|
|
8358
|
-
};
|
|
8359
|
-
};
|
|
8360
|
-
responses: {
|
|
8361
|
-
/** @description The updated dataset. */
|
|
8362
|
-
200: {
|
|
8363
|
-
headers: {
|
|
8364
|
-
[name: string]: unknown;
|
|
8365
|
-
};
|
|
8366
|
-
content: {
|
|
8367
|
-
"application/json": components["schemas"]["DatasetRead"];
|
|
8368
|
-
};
|
|
8369
|
-
};
|
|
8370
|
-
/** @description Dataset not found. */
|
|
8371
|
-
404: {
|
|
8372
|
-
headers: {
|
|
8373
|
-
[name: string]: unknown;
|
|
8374
|
-
};
|
|
8375
|
-
content?: never;
|
|
8376
|
-
};
|
|
8377
|
-
};
|
|
8378
|
-
};
|
|
8379
|
-
deleteDataset: {
|
|
8380
|
-
parameters: {
|
|
8381
|
-
query?: {
|
|
8382
|
-
deleteFiles?: boolean;
|
|
8383
|
-
};
|
|
8384
|
-
header?: never;
|
|
8385
|
-
path: {
|
|
8386
|
-
id: string;
|
|
8387
|
-
};
|
|
8388
|
-
cookie?: never;
|
|
8389
|
-
};
|
|
8390
|
-
requestBody?: never;
|
|
8391
|
-
responses: {
|
|
8392
|
-
/** @description The dataset was deleted. */
|
|
8393
|
-
200: {
|
|
8394
|
-
headers: {
|
|
8395
|
-
[name: string]: unknown;
|
|
8396
|
-
};
|
|
8397
|
-
content?: never;
|
|
8398
|
-
};
|
|
8399
|
-
/** @description Dataset not found. */
|
|
8400
|
-
404: {
|
|
8401
|
-
headers: {
|
|
8402
|
-
[name: string]: unknown;
|
|
8403
|
-
};
|
|
8404
|
-
content?: never;
|
|
8405
|
-
};
|
|
8406
|
-
/** @description Dataset has jobs associated with it. */
|
|
8407
|
-
409: {
|
|
8408
|
-
headers: {
|
|
8409
|
-
[name: string]: unknown;
|
|
8410
|
-
};
|
|
8411
|
-
content?: never;
|
|
8412
|
-
};
|
|
8413
|
-
};
|
|
8414
|
-
};
|
|
8415
|
-
parse: {
|
|
8416
|
-
parameters: {
|
|
8417
|
-
query?: never;
|
|
8418
|
-
header?: never;
|
|
8419
|
-
path?: never;
|
|
8420
|
-
cookie?: never;
|
|
8421
|
-
};
|
|
8422
|
-
requestBody?: {
|
|
8423
|
-
content: {
|
|
8424
|
-
"application/json": components["schemas"]["GrokParseBatchRequest"];
|
|
8425
|
-
};
|
|
8426
|
-
};
|
|
8427
|
-
responses: {
|
|
8428
|
-
/** @description Log message parsed successfully. */
|
|
8429
|
-
200: {
|
|
8430
|
-
headers: {
|
|
8431
|
-
[name: string]: unknown;
|
|
8432
|
-
};
|
|
8433
|
-
content: {
|
|
8434
|
-
"application/json": components["schemas"]["GrokParseBatchResponse"];
|
|
8435
|
-
};
|
|
8436
|
-
};
|
|
8437
|
-
/** @description Grok parsing rules are invalid or could not be compiled. */
|
|
8438
|
-
400: {
|
|
8439
|
-
headers: {
|
|
8440
|
-
[name: string]: unknown;
|
|
8441
|
-
};
|
|
8442
|
-
content: {
|
|
8443
|
-
"application/json": components["schemas"]["GrokParseErrors"];
|
|
8444
|
-
};
|
|
8445
|
-
};
|
|
8446
|
-
/** @description Unauthorized */
|
|
8447
|
-
401: {
|
|
8448
|
-
headers: {
|
|
8449
|
-
[name: string]: unknown;
|
|
8450
|
-
};
|
|
8451
|
-
content?: never;
|
|
8452
|
-
};
|
|
8453
|
-
};
|
|
8454
|
-
};
|
|
8455
|
-
parse_1: {
|
|
8456
|
-
parameters: {
|
|
8457
|
-
query?: never;
|
|
8458
|
-
header?: never;
|
|
8459
|
-
path?: never;
|
|
8460
|
-
cookie?: never;
|
|
8461
|
-
};
|
|
8462
|
-
requestBody?: {
|
|
8463
|
-
content: {
|
|
8464
|
-
"application/json": components["schemas"]["GrokParseRequest"];
|
|
8465
|
-
};
|
|
8466
|
-
};
|
|
8467
|
-
responses: {
|
|
8468
|
-
/** @description Log message parsed successfully. */
|
|
8469
|
-
200: {
|
|
8470
|
-
headers: {
|
|
8471
|
-
[name: string]: unknown;
|
|
8472
|
-
};
|
|
8473
|
-
content: {
|
|
8474
|
-
"application/json": components["schemas"]["GrokParseResponse"];
|
|
8475
|
-
};
|
|
8476
|
-
};
|
|
8477
|
-
/** @description Grok parsing rules are invalid or could not be compiled. */
|
|
8478
|
-
400: {
|
|
8479
|
-
headers: {
|
|
8480
|
-
[name: string]: unknown;
|
|
8481
|
-
};
|
|
8482
|
-
content: {
|
|
8483
|
-
"application/json": components["schemas"]["GrokParseErrors"];
|
|
8484
|
-
};
|
|
8485
|
-
};
|
|
8486
|
-
/** @description Unauthorized */
|
|
8487
|
-
401: {
|
|
8488
|
-
headers: {
|
|
8489
|
-
[name: string]: unknown;
|
|
8490
|
-
};
|
|
8491
|
-
content?: never;
|
|
8492
|
-
};
|
|
8493
|
-
};
|
|
8494
|
-
};
|
|
8495
|
-
getExceptionImpactEstimationConfig: {
|
|
8496
|
-
parameters: {
|
|
8497
|
-
query?: never;
|
|
8498
|
-
header?: never;
|
|
8499
|
-
path: {
|
|
8500
|
-
/**
|
|
8501
|
-
* @description Integration ID to get configuration for
|
|
8502
|
-
* @example datadog-prod-123
|
|
8503
|
-
*/
|
|
8504
|
-
integrationId: string;
|
|
8505
|
-
};
|
|
8506
|
-
cookie?: never;
|
|
8507
|
-
};
|
|
8508
|
-
requestBody?: never;
|
|
8509
|
-
responses: {
|
|
8510
|
-
/** @description Configuration retrieved successfully */
|
|
8511
|
-
200: {
|
|
8512
|
-
headers: {
|
|
8513
|
-
[name: string]: unknown;
|
|
8514
|
-
};
|
|
8515
|
-
content: {
|
|
8516
|
-
"application/json": components["schemas"]["IntegrationExceptionImpactEstimationConfig"];
|
|
8517
|
-
};
|
|
8518
|
-
};
|
|
8519
|
-
/** @description Unauthorized */
|
|
8520
|
-
401: {
|
|
8521
|
-
headers: {
|
|
8522
|
-
[name: string]: unknown;
|
|
8523
|
-
};
|
|
8524
|
-
content?: never;
|
|
8525
|
-
};
|
|
8526
|
-
/** @description Not Found - No configuration found for this integration. */
|
|
8527
|
-
404: {
|
|
8528
|
-
headers: {
|
|
8529
|
-
[name: string]: unknown;
|
|
8530
|
-
};
|
|
8531
|
-
content?: never;
|
|
8532
|
-
};
|
|
8533
|
-
};
|
|
8534
|
-
};
|
|
8535
|
-
upsertExceptionImpactEstimationConfig: {
|
|
8536
|
-
parameters: {
|
|
8537
|
-
query?: never;
|
|
8538
|
-
header?: never;
|
|
8539
|
-
path: {
|
|
8540
|
-
/**
|
|
8541
|
-
* @description Integration ID to create/update configuration for
|
|
8542
|
-
* @example datadog-prod-123
|
|
8543
|
-
*/
|
|
8544
|
-
integrationId: string;
|
|
8545
|
-
};
|
|
8546
|
-
cookie?: never;
|
|
8547
|
-
};
|
|
8548
|
-
requestBody?: {
|
|
8549
|
-
content: {
|
|
8550
|
-
"application/json": components["schemas"]["IntegrationExceptionImpactEstimationConfig"];
|
|
8551
|
-
};
|
|
8552
|
-
};
|
|
8553
|
-
responses: {
|
|
8554
|
-
/** @description Configuration created or updated successfully */
|
|
8555
|
-
200: {
|
|
8556
|
-
headers: {
|
|
8557
|
-
[name: string]: unknown;
|
|
8558
|
-
};
|
|
8559
|
-
content: {
|
|
8560
|
-
"application/json": components["schemas"]["IntegrationExceptionImpactEstimationConfig"];
|
|
8561
|
-
};
|
|
8562
|
-
};
|
|
8563
|
-
/** @description Bad Request - Invalid configuration data. */
|
|
8564
|
-
400: {
|
|
8565
|
-
headers: {
|
|
8566
|
-
[name: string]: unknown;
|
|
8567
|
-
};
|
|
8568
|
-
content?: never;
|
|
8569
|
-
};
|
|
8570
|
-
/** @description Unauthorized */
|
|
8571
|
-
401: {
|
|
8572
|
-
headers: {
|
|
8573
|
-
[name: string]: unknown;
|
|
8574
|
-
};
|
|
8575
|
-
content?: never;
|
|
8576
|
-
};
|
|
8577
|
-
};
|
|
8578
|
-
};
|
|
8579
|
-
deleteExceptionImpactEstimationConfig: {
|
|
8580
|
-
parameters: {
|
|
8581
|
-
query?: never;
|
|
8582
|
-
header?: never;
|
|
8583
|
-
path: {
|
|
8584
|
-
/**
|
|
8585
|
-
* @description Integration ID to delete configuration for
|
|
8586
|
-
* @example datadog-prod-123
|
|
8587
|
-
*/
|
|
8588
|
-
integrationId: string;
|
|
8589
|
-
};
|
|
8590
|
-
cookie?: never;
|
|
8591
|
-
};
|
|
8592
|
-
requestBody?: never;
|
|
8593
|
-
responses: {
|
|
8594
|
-
/** @description Configuration deleted successfully */
|
|
8595
|
-
200: {
|
|
8596
|
-
headers: {
|
|
8597
|
-
[name: string]: unknown;
|
|
8598
|
-
};
|
|
8599
|
-
content?: never;
|
|
8600
|
-
};
|
|
8601
|
-
/** @description Unauthorized */
|
|
8602
|
-
401: {
|
|
8603
|
-
headers: {
|
|
8604
|
-
[name: string]: unknown;
|
|
8605
|
-
};
|
|
8606
|
-
content?: never;
|
|
8607
|
-
};
|
|
8608
|
-
/** @description Not Found - No configuration found for this integration. */
|
|
8609
|
-
404: {
|
|
8610
|
-
headers: {
|
|
8611
|
-
[name: string]: unknown;
|
|
8612
|
-
};
|
|
8613
|
-
content?: never;
|
|
8614
|
-
};
|
|
8615
|
-
};
|
|
8616
|
-
};
|
|
8617
|
-
triggerExceptionImpactEstimationRefresh: {
|
|
8618
|
-
parameters: {
|
|
8619
|
-
query?: never;
|
|
8620
|
-
header?: never;
|
|
8621
|
-
path: {
|
|
8622
|
-
/**
|
|
8623
|
-
* @description Integration ID to trigger refresh for
|
|
8624
|
-
* @example datadog-prod-123
|
|
8625
|
-
*/
|
|
8626
|
-
integrationId: string;
|
|
8627
|
-
};
|
|
8628
|
-
cookie?: never;
|
|
8629
|
-
};
|
|
8630
|
-
requestBody?: never;
|
|
8631
|
-
responses: {
|
|
8632
|
-
/** @description Refresh triggered successfully */
|
|
8633
|
-
200: {
|
|
8634
|
-
headers: {
|
|
8635
|
-
[name: string]: unknown;
|
|
8636
|
-
};
|
|
8637
|
-
content?: never;
|
|
8638
|
-
};
|
|
8639
|
-
/** @description Unauthorized */
|
|
8640
|
-
401: {
|
|
8641
|
-
headers: {
|
|
8642
|
-
[name: string]: unknown;
|
|
8643
|
-
};
|
|
8644
|
-
content?: never;
|
|
8645
|
-
};
|
|
8646
|
-
/** @description Not Found - No configuration found for this integration. */
|
|
8647
|
-
404: {
|
|
8648
|
-
headers: {
|
|
8649
|
-
[name: string]: unknown;
|
|
8650
|
-
};
|
|
8651
|
-
content?: never;
|
|
8652
|
-
};
|
|
8653
|
-
};
|
|
8654
|
-
};
|
|
8655
|
-
list: {
|
|
8656
|
-
parameters: {
|
|
8657
|
-
query?: never;
|
|
8658
|
-
header?: never;
|
|
8659
|
-
path?: never;
|
|
8660
|
-
cookie?: never;
|
|
8661
|
-
};
|
|
8662
|
-
requestBody?: never;
|
|
8663
|
-
responses: {
|
|
8664
|
-
/** @description Integrations retrieved successfully */
|
|
8665
|
-
200: {
|
|
8666
|
-
headers: {
|
|
8667
|
-
[name: string]: unknown;
|
|
8668
|
-
};
|
|
8669
|
-
content: {
|
|
8670
|
-
"application/json": components["schemas"]["ItemsCollectionReadDatadog"];
|
|
8671
|
-
};
|
|
8672
|
-
};
|
|
8673
|
-
/** @description Unauthorized */
|
|
8674
|
-
401: {
|
|
8675
|
-
headers: {
|
|
8676
|
-
[name: string]: unknown;
|
|
8677
|
-
};
|
|
8678
|
-
content?: never;
|
|
8679
|
-
};
|
|
8680
|
-
};
|
|
8681
|
-
};
|
|
8682
|
-
create: {
|
|
8683
|
-
parameters: {
|
|
8684
|
-
query?: never;
|
|
8685
|
-
header?: never;
|
|
8686
|
-
path?: never;
|
|
8687
|
-
cookie?: never;
|
|
8688
|
-
};
|
|
8689
|
-
requestBody?: {
|
|
8690
|
-
content: {
|
|
8691
|
-
"application/json": components["schemas"]["WriteDatadog"];
|
|
8692
|
-
};
|
|
8693
|
-
};
|
|
8694
|
-
responses: {
|
|
8695
|
-
/** @description Integration created successfully */
|
|
8696
|
-
200: {
|
|
8697
|
-
headers: {
|
|
8698
|
-
[name: string]: unknown;
|
|
8699
|
-
};
|
|
8700
|
-
content: {
|
|
8701
|
-
"application/json": components["schemas"]["ReadDatadog"];
|
|
8702
|
-
};
|
|
8703
|
-
};
|
|
8704
|
-
/** @description Unauthorized */
|
|
8705
|
-
401: {
|
|
8706
|
-
headers: {
|
|
8707
|
-
[name: string]: unknown;
|
|
8708
|
-
};
|
|
8709
|
-
content?: never;
|
|
8710
|
-
};
|
|
8711
|
-
/** @description Integration already exists. */
|
|
8712
|
-
409: {
|
|
8713
|
-
headers: {
|
|
8714
|
-
[name: string]: unknown;
|
|
8715
|
-
};
|
|
8716
|
-
content: {
|
|
8717
|
-
"application/json": components["schemas"]["ReadDatadog"];
|
|
8718
|
-
};
|
|
8719
|
-
};
|
|
8720
|
-
};
|
|
8721
|
-
};
|
|
8722
|
-
get: {
|
|
8723
|
-
parameters: {
|
|
8724
|
-
query?: never;
|
|
8725
|
-
header?: never;
|
|
8726
|
-
path: {
|
|
8727
|
-
id: string;
|
|
8728
|
-
};
|
|
8729
|
-
cookie?: never;
|
|
8730
|
-
};
|
|
8731
|
-
requestBody?: never;
|
|
8732
|
-
responses: {
|
|
8733
|
-
/** @description Integration retrieved successfully */
|
|
8734
|
-
200: {
|
|
8735
|
-
headers: {
|
|
8736
|
-
[name: string]: unknown;
|
|
8737
|
-
};
|
|
8738
|
-
content: {
|
|
8739
|
-
"application/json": components["schemas"]["ReadDatadog"];
|
|
8740
|
-
};
|
|
8741
|
-
};
|
|
8742
|
-
/** @description Unauthorized */
|
|
8743
|
-
401: {
|
|
8744
|
-
headers: {
|
|
8745
|
-
[name: string]: unknown;
|
|
8746
|
-
};
|
|
8747
|
-
content?: never;
|
|
8748
|
-
};
|
|
8749
|
-
/** @description Integration not found. */
|
|
8750
|
-
404: {
|
|
8751
|
-
headers: {
|
|
8752
|
-
[name: string]: unknown;
|
|
8753
|
-
};
|
|
8754
|
-
content?: never;
|
|
8755
|
-
};
|
|
8756
|
-
};
|
|
8757
|
-
};
|
|
8758
|
-
update: {
|
|
8759
|
-
parameters: {
|
|
8760
|
-
query?: never;
|
|
8761
|
-
header?: never;
|
|
8762
|
-
path: {
|
|
8763
|
-
id: string;
|
|
8764
|
-
};
|
|
8765
|
-
cookie?: never;
|
|
8766
|
-
};
|
|
8767
|
-
requestBody?: {
|
|
8768
|
-
content: {
|
|
8769
|
-
"application/json": components["schemas"]["WriteDatadog"];
|
|
8770
|
-
};
|
|
8771
|
-
};
|
|
8772
|
-
responses: {
|
|
8773
|
-
/** @description Integration updated successfully */
|
|
8774
|
-
200: {
|
|
8775
|
-
headers: {
|
|
8776
|
-
[name: string]: unknown;
|
|
8777
|
-
};
|
|
8778
|
-
content: {
|
|
8779
|
-
"application/json": components["schemas"]["ReadDatadog"];
|
|
8780
|
-
};
|
|
8781
|
-
};
|
|
8782
|
-
/** @description Unauthorized */
|
|
8783
|
-
401: {
|
|
8784
|
-
headers: {
|
|
8785
|
-
[name: string]: unknown;
|
|
8786
|
-
};
|
|
8787
|
-
content?: never;
|
|
8788
|
-
};
|
|
8789
|
-
/** @description Integration not found. */
|
|
8790
|
-
404: {
|
|
8791
|
-
headers: {
|
|
8792
|
-
[name: string]: unknown;
|
|
8793
|
-
};
|
|
8794
|
-
content?: never;
|
|
8795
|
-
};
|
|
8796
|
-
/** @description Integration was modified or deleted concurrently. */
|
|
8797
|
-
409: {
|
|
8798
|
-
headers: {
|
|
8799
|
-
[name: string]: unknown;
|
|
8800
|
-
};
|
|
8801
|
-
content?: never;
|
|
8802
|
-
};
|
|
8803
|
-
};
|
|
8804
|
-
};
|
|
8805
|
-
delete: {
|
|
8806
|
-
parameters: {
|
|
8807
|
-
query?: never;
|
|
8808
|
-
header?: never;
|
|
8809
|
-
path: {
|
|
8810
|
-
id: string;
|
|
8811
|
-
};
|
|
8812
|
-
cookie?: never;
|
|
8813
|
-
};
|
|
8814
|
-
requestBody?: never;
|
|
8815
|
-
responses: {
|
|
8816
|
-
/** @description Integration deleted successfully */
|
|
8817
|
-
204: {
|
|
8818
|
-
headers: {
|
|
8819
|
-
[name: string]: unknown;
|
|
8820
|
-
};
|
|
8821
|
-
content?: never;
|
|
8822
|
-
};
|
|
8823
|
-
/** @description Unauthorized */
|
|
8824
|
-
401: {
|
|
8825
|
-
headers: {
|
|
8826
|
-
[name: string]: unknown;
|
|
8827
|
-
};
|
|
8828
|
-
content?: never;
|
|
8829
|
-
};
|
|
8830
|
-
};
|
|
8831
|
-
};
|
|
8832
|
-
upsertAppKey: {
|
|
8833
|
-
parameters: {
|
|
8834
|
-
query?: never;
|
|
8835
|
-
header?: never;
|
|
8836
|
-
path: {
|
|
8837
|
-
id: string;
|
|
8838
|
-
};
|
|
8839
|
-
cookie?: never;
|
|
8840
|
-
};
|
|
8841
|
-
requestBody?: {
|
|
8842
|
-
content: {
|
|
8843
|
-
"application/json": components["schemas"]["SecretApi"];
|
|
8844
|
-
};
|
|
8845
|
-
};
|
|
8846
|
-
responses: {
|
|
8847
|
-
/** @description App key upserted successfully. */
|
|
8848
|
-
204: {
|
|
7511
|
+
/** @description Refresh triggered successfully */
|
|
7512
|
+
200: {
|
|
8849
7513
|
headers: {
|
|
8850
7514
|
[name: string]: unknown;
|
|
8851
7515
|
};
|
|
@@ -8858,7 +7522,7 @@ export interface operations {
|
|
|
8858
7522
|
};
|
|
8859
7523
|
content?: never;
|
|
8860
7524
|
};
|
|
8861
|
-
/** @description
|
|
7525
|
+
/** @description Not Found - No configuration found for this integration. */
|
|
8862
7526
|
404: {
|
|
8863
7527
|
headers: {
|
|
8864
7528
|
[name: string]: unknown;
|
|
@@ -8867,23 +7531,23 @@ export interface operations {
|
|
|
8867
7531
|
};
|
|
8868
7532
|
};
|
|
8869
7533
|
};
|
|
8870
|
-
|
|
7534
|
+
list: {
|
|
8871
7535
|
parameters: {
|
|
8872
7536
|
query?: never;
|
|
8873
7537
|
header?: never;
|
|
8874
|
-
path
|
|
8875
|
-
id: string;
|
|
8876
|
-
};
|
|
7538
|
+
path?: never;
|
|
8877
7539
|
cookie?: never;
|
|
8878
7540
|
};
|
|
8879
7541
|
requestBody?: never;
|
|
8880
7542
|
responses: {
|
|
8881
|
-
/** @description
|
|
8882
|
-
|
|
7543
|
+
/** @description Integrations retrieved successfully */
|
|
7544
|
+
200: {
|
|
8883
7545
|
headers: {
|
|
8884
7546
|
[name: string]: unknown;
|
|
8885
7547
|
};
|
|
8886
|
-
content
|
|
7548
|
+
content: {
|
|
7549
|
+
"application/json": components["schemas"]["ItemsCollectionReadDatadog"];
|
|
7550
|
+
};
|
|
8887
7551
|
};
|
|
8888
7552
|
/** @description Unauthorized */
|
|
8889
7553
|
401: {
|
|
@@ -8892,111 +7556,28 @@ export interface operations {
|
|
|
8892
7556
|
};
|
|
8893
7557
|
content?: never;
|
|
8894
7558
|
};
|
|
8895
|
-
/** @description Integration not found. */
|
|
8896
|
-
404: {
|
|
8897
|
-
headers: {
|
|
8898
|
-
[name: string]: unknown;
|
|
8899
|
-
};
|
|
8900
|
-
content?: never;
|
|
8901
|
-
};
|
|
8902
7559
|
};
|
|
8903
7560
|
};
|
|
8904
|
-
|
|
7561
|
+
create: {
|
|
8905
7562
|
parameters: {
|
|
8906
7563
|
query?: never;
|
|
8907
7564
|
header?: never;
|
|
8908
|
-
path
|
|
8909
|
-
id: string;
|
|
8910
|
-
};
|
|
7565
|
+
path?: never;
|
|
8911
7566
|
cookie?: never;
|
|
8912
7567
|
};
|
|
8913
7568
|
requestBody?: {
|
|
8914
7569
|
content: {
|
|
8915
|
-
"application/json": components["schemas"]["
|
|
8916
|
-
};
|
|
8917
|
-
};
|
|
8918
|
-
responses: {
|
|
8919
|
-
/** @description Client token upserted successfully. */
|
|
8920
|
-
204: {
|
|
8921
|
-
headers: {
|
|
8922
|
-
[name: string]: unknown;
|
|
8923
|
-
};
|
|
8924
|
-
content?: never;
|
|
8925
|
-
};
|
|
8926
|
-
/** @description Unauthorized */
|
|
8927
|
-
401: {
|
|
8928
|
-
headers: {
|
|
8929
|
-
[name: string]: unknown;
|
|
8930
|
-
};
|
|
8931
|
-
content?: never;
|
|
8932
|
-
};
|
|
8933
|
-
/** @description Integration not found. */
|
|
8934
|
-
404: {
|
|
8935
|
-
headers: {
|
|
8936
|
-
[name: string]: unknown;
|
|
8937
|
-
};
|
|
8938
|
-
content?: never;
|
|
8939
|
-
};
|
|
8940
|
-
};
|
|
8941
|
-
};
|
|
8942
|
-
"deleteClientToken-hidden": {
|
|
8943
|
-
parameters: {
|
|
8944
|
-
query?: never;
|
|
8945
|
-
header?: never;
|
|
8946
|
-
path: {
|
|
8947
|
-
id: string;
|
|
8948
|
-
};
|
|
8949
|
-
cookie?: never;
|
|
8950
|
-
};
|
|
8951
|
-
requestBody?: never;
|
|
8952
|
-
responses: {
|
|
8953
|
-
/** @description Client token deleted successfully. */
|
|
8954
|
-
204: {
|
|
8955
|
-
headers: {
|
|
8956
|
-
[name: string]: unknown;
|
|
8957
|
-
};
|
|
8958
|
-
content?: never;
|
|
8959
|
-
};
|
|
8960
|
-
/** @description Unauthorized */
|
|
8961
|
-
401: {
|
|
8962
|
-
headers: {
|
|
8963
|
-
[name: string]: unknown;
|
|
8964
|
-
};
|
|
8965
|
-
content?: never;
|
|
8966
|
-
};
|
|
8967
|
-
/** @description Integration not found. */
|
|
8968
|
-
404: {
|
|
8969
|
-
headers: {
|
|
8970
|
-
[name: string]: unknown;
|
|
8971
|
-
};
|
|
8972
|
-
content?: never;
|
|
8973
|
-
};
|
|
8974
|
-
};
|
|
8975
|
-
};
|
|
8976
|
-
getIntegrationExceptions: {
|
|
8977
|
-
parameters: {
|
|
8978
|
-
query?: {
|
|
8979
|
-
/** @description Page size (100-2000, default: 50) */
|
|
8980
|
-
pageSize?: number;
|
|
8981
|
-
/** @description Page number (0-based, default: 0) */
|
|
8982
|
-
page?: number;
|
|
8983
|
-
};
|
|
8984
|
-
header?: never;
|
|
8985
|
-
path: {
|
|
8986
|
-
/** @description Integration ID */
|
|
8987
|
-
id: string;
|
|
7570
|
+
"application/json": components["schemas"]["WriteDatadog"];
|
|
8988
7571
|
};
|
|
8989
|
-
cookie?: never;
|
|
8990
7572
|
};
|
|
8991
|
-
requestBody?: never;
|
|
8992
7573
|
responses: {
|
|
8993
|
-
/** @description
|
|
7574
|
+
/** @description Integration created successfully */
|
|
8994
7575
|
200: {
|
|
8995
7576
|
headers: {
|
|
8996
7577
|
[name: string]: unknown;
|
|
8997
7578
|
};
|
|
8998
7579
|
content: {
|
|
8999
|
-
"application/json": components["schemas"]["
|
|
7580
|
+
"application/json": components["schemas"]["ReadDatadog"];
|
|
9000
7581
|
};
|
|
9001
7582
|
};
|
|
9002
7583
|
/** @description Unauthorized */
|
|
@@ -9006,23 +7587,18 @@ export interface operations {
|
|
|
9006
7587
|
};
|
|
9007
7588
|
content?: never;
|
|
9008
7589
|
};
|
|
9009
|
-
/** @description
|
|
9010
|
-
|
|
7590
|
+
/** @description Integration already exists. */
|
|
7591
|
+
409: {
|
|
9011
7592
|
headers: {
|
|
9012
7593
|
[name: string]: unknown;
|
|
9013
7594
|
};
|
|
9014
|
-
content
|
|
9015
|
-
|
|
9016
|
-
/** @description Integration not found */
|
|
9017
|
-
404: {
|
|
9018
|
-
headers: {
|
|
9019
|
-
[name: string]: unknown;
|
|
7595
|
+
content: {
|
|
7596
|
+
"application/json": components["schemas"]["ReadDatadog"];
|
|
9020
7597
|
};
|
|
9021
|
-
content?: never;
|
|
9022
7598
|
};
|
|
9023
7599
|
};
|
|
9024
7600
|
};
|
|
9025
|
-
|
|
7601
|
+
get: {
|
|
9026
7602
|
parameters: {
|
|
9027
7603
|
query?: never;
|
|
9028
7604
|
header?: never;
|
|
@@ -9033,7 +7609,7 @@ export interface operations {
|
|
|
9033
7609
|
};
|
|
9034
7610
|
requestBody?: never;
|
|
9035
7611
|
responses: {
|
|
9036
|
-
/** @description Integration retrieved successfully
|
|
7612
|
+
/** @description Integration retrieved successfully */
|
|
9037
7613
|
200: {
|
|
9038
7614
|
headers: {
|
|
9039
7615
|
[name: string]: unknown;
|
|
@@ -9058,34 +7634,7 @@ export interface operations {
|
|
|
9058
7634
|
};
|
|
9059
7635
|
};
|
|
9060
7636
|
};
|
|
9061
|
-
|
|
9062
|
-
parameters: {
|
|
9063
|
-
query?: never;
|
|
9064
|
-
header?: never;
|
|
9065
|
-
path?: never;
|
|
9066
|
-
cookie?: never;
|
|
9067
|
-
};
|
|
9068
|
-
requestBody?: never;
|
|
9069
|
-
responses: {
|
|
9070
|
-
/** @description Sites retrieved successfully */
|
|
9071
|
-
200: {
|
|
9072
|
-
headers: {
|
|
9073
|
-
[name: string]: unknown;
|
|
9074
|
-
};
|
|
9075
|
-
content: {
|
|
9076
|
-
"application/json": string[];
|
|
9077
|
-
};
|
|
9078
|
-
};
|
|
9079
|
-
/** @description Unauthorized */
|
|
9080
|
-
401: {
|
|
9081
|
-
headers: {
|
|
9082
|
-
[name: string]: unknown;
|
|
9083
|
-
};
|
|
9084
|
-
content?: never;
|
|
9085
|
-
};
|
|
9086
|
-
};
|
|
9087
|
-
};
|
|
9088
|
-
upsertApiKey: {
|
|
7637
|
+
update: {
|
|
9089
7638
|
parameters: {
|
|
9090
7639
|
query?: never;
|
|
9091
7640
|
header?: never;
|
|
@@ -9096,49 +7645,17 @@ export interface operations {
|
|
|
9096
7645
|
};
|
|
9097
7646
|
requestBody?: {
|
|
9098
7647
|
content: {
|
|
9099
|
-
"application/json": components["schemas"]["
|
|
9100
|
-
};
|
|
9101
|
-
};
|
|
9102
|
-
responses: {
|
|
9103
|
-
/** @description Api key upserted successfully. */
|
|
9104
|
-
204: {
|
|
9105
|
-
headers: {
|
|
9106
|
-
[name: string]: unknown;
|
|
9107
|
-
};
|
|
9108
|
-
content?: never;
|
|
9109
|
-
};
|
|
9110
|
-
/** @description Unauthorized */
|
|
9111
|
-
401: {
|
|
9112
|
-
headers: {
|
|
9113
|
-
[name: string]: unknown;
|
|
9114
|
-
};
|
|
9115
|
-
content?: never;
|
|
9116
|
-
};
|
|
9117
|
-
/** @description Integration not found. */
|
|
9118
|
-
404: {
|
|
9119
|
-
headers: {
|
|
9120
|
-
[name: string]: unknown;
|
|
9121
|
-
};
|
|
9122
|
-
content?: never;
|
|
7648
|
+
"application/json": components["schemas"]["WriteDatadog"];
|
|
9123
7649
|
};
|
|
9124
7650
|
};
|
|
9125
|
-
};
|
|
9126
|
-
list_1: {
|
|
9127
|
-
parameters: {
|
|
9128
|
-
query?: never;
|
|
9129
|
-
header?: never;
|
|
9130
|
-
path?: never;
|
|
9131
|
-
cookie?: never;
|
|
9132
|
-
};
|
|
9133
|
-
requestBody?: never;
|
|
9134
7651
|
responses: {
|
|
9135
|
-
/** @description
|
|
7652
|
+
/** @description Integration updated successfully */
|
|
9136
7653
|
200: {
|
|
9137
7654
|
headers: {
|
|
9138
7655
|
[name: string]: unknown;
|
|
9139
7656
|
};
|
|
9140
7657
|
content: {
|
|
9141
|
-
"application/json": components["schemas"]["
|
|
7658
|
+
"application/json": components["schemas"]["ReadDatadog"];
|
|
9142
7659
|
};
|
|
9143
7660
|
};
|
|
9144
7661
|
/** @description Unauthorized */
|
|
@@ -9148,38 +7665,14 @@ export interface operations {
|
|
|
9148
7665
|
};
|
|
9149
7666
|
content?: never;
|
|
9150
7667
|
};
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
create_1: {
|
|
9154
|
-
parameters: {
|
|
9155
|
-
query?: never;
|
|
9156
|
-
header?: never;
|
|
9157
|
-
path?: never;
|
|
9158
|
-
cookie?: never;
|
|
9159
|
-
};
|
|
9160
|
-
requestBody?: {
|
|
9161
|
-
content: {
|
|
9162
|
-
"application/json": components["schemas"]["WriteDataWarehouse"];
|
|
9163
|
-
};
|
|
9164
|
-
};
|
|
9165
|
-
responses: {
|
|
9166
|
-
/** @description Data Warehouse integration created successfully */
|
|
9167
|
-
201: {
|
|
9168
|
-
headers: {
|
|
9169
|
-
[name: string]: unknown;
|
|
9170
|
-
};
|
|
9171
|
-
content: {
|
|
9172
|
-
"application/json": components["schemas"]["ReadDataWarehouse"];
|
|
9173
|
-
};
|
|
9174
|
-
};
|
|
9175
|
-
/** @description Unauthorized */
|
|
9176
|
-
401: {
|
|
7668
|
+
/** @description Integration not found. */
|
|
7669
|
+
404: {
|
|
9177
7670
|
headers: {
|
|
9178
7671
|
[name: string]: unknown;
|
|
9179
7672
|
};
|
|
9180
7673
|
content?: never;
|
|
9181
7674
|
};
|
|
9182
|
-
/** @description Integration
|
|
7675
|
+
/** @description Integration was modified or deleted concurrently. */
|
|
9183
7676
|
409: {
|
|
9184
7677
|
headers: {
|
|
9185
7678
|
[name: string]: unknown;
|
|
@@ -9188,7 +7681,7 @@ export interface operations {
|
|
|
9188
7681
|
};
|
|
9189
7682
|
};
|
|
9190
7683
|
};
|
|
9191
|
-
|
|
7684
|
+
delete: {
|
|
9192
7685
|
parameters: {
|
|
9193
7686
|
query?: never;
|
|
9194
7687
|
header?: never;
|
|
@@ -9199,24 +7692,15 @@ export interface operations {
|
|
|
9199
7692
|
};
|
|
9200
7693
|
requestBody?: never;
|
|
9201
7694
|
responses: {
|
|
9202
|
-
/** @description
|
|
9203
|
-
|
|
9204
|
-
headers: {
|
|
9205
|
-
[name: string]: unknown;
|
|
9206
|
-
};
|
|
9207
|
-
content: {
|
|
9208
|
-
"application/json": components["schemas"]["ReadDataWarehouse"];
|
|
9209
|
-
};
|
|
9210
|
-
};
|
|
9211
|
-
/** @description Unauthorized */
|
|
9212
|
-
401: {
|
|
7695
|
+
/** @description Integration deleted successfully */
|
|
7696
|
+
204: {
|
|
9213
7697
|
headers: {
|
|
9214
7698
|
[name: string]: unknown;
|
|
9215
7699
|
};
|
|
9216
7700
|
content?: never;
|
|
9217
7701
|
};
|
|
9218
|
-
/** @description
|
|
9219
|
-
|
|
7702
|
+
/** @description Unauthorized */
|
|
7703
|
+
401: {
|
|
9220
7704
|
headers: {
|
|
9221
7705
|
[name: string]: unknown;
|
|
9222
7706
|
};
|
|
@@ -9224,7 +7708,7 @@ export interface operations {
|
|
|
9224
7708
|
};
|
|
9225
7709
|
};
|
|
9226
7710
|
};
|
|
9227
|
-
|
|
7711
|
+
upsertAppKey: {
|
|
9228
7712
|
parameters: {
|
|
9229
7713
|
query?: never;
|
|
9230
7714
|
header?: never;
|
|
@@ -9235,18 +7719,16 @@ export interface operations {
|
|
|
9235
7719
|
};
|
|
9236
7720
|
requestBody?: {
|
|
9237
7721
|
content: {
|
|
9238
|
-
"application/json": components["schemas"]["
|
|
7722
|
+
"application/json": components["schemas"]["SecretApi"];
|
|
9239
7723
|
};
|
|
9240
7724
|
};
|
|
9241
7725
|
responses: {
|
|
9242
|
-
/** @description
|
|
9243
|
-
|
|
7726
|
+
/** @description App key upserted successfully. */
|
|
7727
|
+
204: {
|
|
9244
7728
|
headers: {
|
|
9245
7729
|
[name: string]: unknown;
|
|
9246
7730
|
};
|
|
9247
|
-
content
|
|
9248
|
-
"application/json": components["schemas"]["ReadDataWarehouse"];
|
|
9249
|
-
};
|
|
7731
|
+
content?: never;
|
|
9250
7732
|
};
|
|
9251
7733
|
/** @description Unauthorized */
|
|
9252
7734
|
401: {
|
|
@@ -9255,7 +7737,7 @@ export interface operations {
|
|
|
9255
7737
|
};
|
|
9256
7738
|
content?: never;
|
|
9257
7739
|
};
|
|
9258
|
-
/** @description
|
|
7740
|
+
/** @description Integration not found. */
|
|
9259
7741
|
404: {
|
|
9260
7742
|
headers: {
|
|
9261
7743
|
[name: string]: unknown;
|
|
@@ -9264,7 +7746,7 @@ export interface operations {
|
|
|
9264
7746
|
};
|
|
9265
7747
|
};
|
|
9266
7748
|
};
|
|
9267
|
-
|
|
7749
|
+
deleteAppKey: {
|
|
9268
7750
|
parameters: {
|
|
9269
7751
|
query?: never;
|
|
9270
7752
|
header?: never;
|
|
@@ -9275,8 +7757,8 @@ export interface operations {
|
|
|
9275
7757
|
};
|
|
9276
7758
|
requestBody?: never;
|
|
9277
7759
|
responses: {
|
|
9278
|
-
/** @description
|
|
9279
|
-
|
|
7760
|
+
/** @description App key deleted successfully. */
|
|
7761
|
+
204: {
|
|
9280
7762
|
headers: {
|
|
9281
7763
|
[name: string]: unknown;
|
|
9282
7764
|
};
|
|
@@ -9289,28 +7771,8 @@ export interface operations {
|
|
|
9289
7771
|
};
|
|
9290
7772
|
content?: never;
|
|
9291
7773
|
};
|
|
9292
|
-
|
|
9293
|
-
|
|
9294
|
-
list_2: {
|
|
9295
|
-
parameters: {
|
|
9296
|
-
query?: never;
|
|
9297
|
-
header?: never;
|
|
9298
|
-
path?: never;
|
|
9299
|
-
cookie?: never;
|
|
9300
|
-
};
|
|
9301
|
-
requestBody?: never;
|
|
9302
|
-
responses: {
|
|
9303
|
-
/** @description S3 Data Warehouse integrations retrieved successfully */
|
|
9304
|
-
200: {
|
|
9305
|
-
headers: {
|
|
9306
|
-
[name: string]: unknown;
|
|
9307
|
-
};
|
|
9308
|
-
content: {
|
|
9309
|
-
"application/json": components["schemas"]["ItemsCollectionReadS3DataWarehouse"];
|
|
9310
|
-
};
|
|
9311
|
-
};
|
|
9312
|
-
/** @description Unauthorized */
|
|
9313
|
-
401: {
|
|
7774
|
+
/** @description Integration not found. */
|
|
7775
|
+
404: {
|
|
9314
7776
|
headers: {
|
|
9315
7777
|
[name: string]: unknown;
|
|
9316
7778
|
};
|
|
@@ -9318,30 +7780,23 @@ export interface operations {
|
|
|
9318
7780
|
};
|
|
9319
7781
|
};
|
|
9320
7782
|
};
|
|
9321
|
-
|
|
7783
|
+
"upsertClientToken-hidden": {
|
|
9322
7784
|
parameters: {
|
|
9323
7785
|
query?: never;
|
|
9324
7786
|
header?: never;
|
|
9325
|
-
path
|
|
7787
|
+
path: {
|
|
7788
|
+
id: string;
|
|
7789
|
+
};
|
|
9326
7790
|
cookie?: never;
|
|
9327
7791
|
};
|
|
9328
7792
|
requestBody?: {
|
|
9329
7793
|
content: {
|
|
9330
|
-
"application/json": components["schemas"]["
|
|
7794
|
+
"application/json": components["schemas"]["SecretApi"];
|
|
9331
7795
|
};
|
|
9332
7796
|
};
|
|
9333
7797
|
responses: {
|
|
9334
|
-
/** @description
|
|
9335
|
-
|
|
9336
|
-
headers: {
|
|
9337
|
-
[name: string]: unknown;
|
|
9338
|
-
};
|
|
9339
|
-
content: {
|
|
9340
|
-
"application/json": components["schemas"]["ReadS3DataWarehouse"];
|
|
9341
|
-
};
|
|
9342
|
-
};
|
|
9343
|
-
/** @description Bucket is not accessible or the role is invalid */
|
|
9344
|
-
400: {
|
|
7798
|
+
/** @description Client token upserted successfully. */
|
|
7799
|
+
204: {
|
|
9345
7800
|
headers: {
|
|
9346
7801
|
[name: string]: unknown;
|
|
9347
7802
|
};
|
|
@@ -9354,8 +7809,8 @@ export interface operations {
|
|
|
9354
7809
|
};
|
|
9355
7810
|
content?: never;
|
|
9356
7811
|
};
|
|
9357
|
-
/** @description
|
|
9358
|
-
|
|
7812
|
+
/** @description Integration not found. */
|
|
7813
|
+
404: {
|
|
9359
7814
|
headers: {
|
|
9360
7815
|
[name: string]: unknown;
|
|
9361
7816
|
};
|
|
@@ -9363,7 +7818,7 @@ export interface operations {
|
|
|
9363
7818
|
};
|
|
9364
7819
|
};
|
|
9365
7820
|
};
|
|
9366
|
-
|
|
7821
|
+
"deleteClientToken-hidden": {
|
|
9367
7822
|
parameters: {
|
|
9368
7823
|
query?: never;
|
|
9369
7824
|
header?: never;
|
|
@@ -9374,14 +7829,12 @@ export interface operations {
|
|
|
9374
7829
|
};
|
|
9375
7830
|
requestBody?: never;
|
|
9376
7831
|
responses: {
|
|
9377
|
-
/** @description
|
|
9378
|
-
|
|
7832
|
+
/** @description Client token deleted successfully. */
|
|
7833
|
+
204: {
|
|
9379
7834
|
headers: {
|
|
9380
7835
|
[name: string]: unknown;
|
|
9381
7836
|
};
|
|
9382
|
-
content
|
|
9383
|
-
"application/json": components["schemas"]["ReadS3DataWarehouse"];
|
|
9384
|
-
};
|
|
7837
|
+
content?: never;
|
|
9385
7838
|
};
|
|
9386
7839
|
/** @description Unauthorized */
|
|
9387
7840
|
401: {
|
|
@@ -9390,7 +7843,7 @@ export interface operations {
|
|
|
9390
7843
|
};
|
|
9391
7844
|
content?: never;
|
|
9392
7845
|
};
|
|
9393
|
-
/** @description
|
|
7846
|
+
/** @description Integration not found. */
|
|
9394
7847
|
404: {
|
|
9395
7848
|
headers: {
|
|
9396
7849
|
[name: string]: unknown;
|
|
@@ -9399,36 +7852,31 @@ export interface operations {
|
|
|
9399
7852
|
};
|
|
9400
7853
|
};
|
|
9401
7854
|
};
|
|
9402
|
-
|
|
7855
|
+
getIntegrationExceptions: {
|
|
9403
7856
|
parameters: {
|
|
9404
|
-
query?:
|
|
7857
|
+
query?: {
|
|
7858
|
+
/** @description Page size (100-2000, default: 50) */
|
|
7859
|
+
pageSize?: number;
|
|
7860
|
+
/** @description Page number (0-based, default: 0) */
|
|
7861
|
+
page?: number;
|
|
7862
|
+
};
|
|
9405
7863
|
header?: never;
|
|
9406
7864
|
path: {
|
|
7865
|
+
/** @description Integration ID */
|
|
9407
7866
|
id: string;
|
|
9408
7867
|
};
|
|
9409
7868
|
cookie?: never;
|
|
9410
7869
|
};
|
|
9411
|
-
requestBody?:
|
|
9412
|
-
content: {
|
|
9413
|
-
"application/json": components["schemas"]["WriteS3DataWarehouse"];
|
|
9414
|
-
};
|
|
9415
|
-
};
|
|
7870
|
+
requestBody?: never;
|
|
9416
7871
|
responses: {
|
|
9417
|
-
/** @description
|
|
7872
|
+
/** @description Successfully retrieved integration exceptions */
|
|
9418
7873
|
200: {
|
|
9419
7874
|
headers: {
|
|
9420
7875
|
[name: string]: unknown;
|
|
9421
7876
|
};
|
|
9422
7877
|
content: {
|
|
9423
|
-
"application/json": components["schemas"]["
|
|
9424
|
-
};
|
|
9425
|
-
};
|
|
9426
|
-
/** @description Bucket name and ARN cannot be updated */
|
|
9427
|
-
400: {
|
|
9428
|
-
headers: {
|
|
9429
|
-
[name: string]: unknown;
|
|
7878
|
+
"application/json": components["schemas"]["IntegrationExceptionsList"];
|
|
9430
7879
|
};
|
|
9431
|
-
content?: never;
|
|
9432
7880
|
};
|
|
9433
7881
|
/** @description Unauthorized */
|
|
9434
7882
|
401: {
|
|
@@ -9437,15 +7885,15 @@ export interface operations {
|
|
|
9437
7885
|
};
|
|
9438
7886
|
content?: never;
|
|
9439
7887
|
};
|
|
9440
|
-
/** @description
|
|
9441
|
-
|
|
7888
|
+
/** @description Access denied */
|
|
7889
|
+
403: {
|
|
9442
7890
|
headers: {
|
|
9443
7891
|
[name: string]: unknown;
|
|
9444
7892
|
};
|
|
9445
7893
|
content?: never;
|
|
9446
7894
|
};
|
|
9447
|
-
/** @description
|
|
9448
|
-
|
|
7895
|
+
/** @description Integration not found */
|
|
7896
|
+
404: {
|
|
9449
7897
|
headers: {
|
|
9450
7898
|
[name: string]: unknown;
|
|
9451
7899
|
};
|
|
@@ -9453,7 +7901,7 @@ export interface operations {
|
|
|
9453
7901
|
};
|
|
9454
7902
|
};
|
|
9455
7903
|
};
|
|
9456
|
-
|
|
7904
|
+
getWithExceptions: {
|
|
9457
7905
|
parameters: {
|
|
9458
7906
|
query?: never;
|
|
9459
7907
|
header?: never;
|
|
@@ -9464,12 +7912,14 @@ export interface operations {
|
|
|
9464
7912
|
};
|
|
9465
7913
|
requestBody?: never;
|
|
9466
7914
|
responses: {
|
|
9467
|
-
/** @description
|
|
7915
|
+
/** @description Integration retrieved successfully with exceptions */
|
|
9468
7916
|
200: {
|
|
9469
7917
|
headers: {
|
|
9470
7918
|
[name: string]: unknown;
|
|
9471
7919
|
};
|
|
9472
|
-
content
|
|
7920
|
+
content: {
|
|
7921
|
+
"application/json": components["schemas"]["ReadDatadog"];
|
|
7922
|
+
};
|
|
9473
7923
|
};
|
|
9474
7924
|
/** @description Unauthorized */
|
|
9475
7925
|
401: {
|
|
@@ -9478,30 +7928,8 @@ export interface operations {
|
|
|
9478
7928
|
};
|
|
9479
7929
|
content?: never;
|
|
9480
7930
|
};
|
|
9481
|
-
|
|
9482
|
-
|
|
9483
|
-
getCloudFormationSetupInfo: {
|
|
9484
|
-
parameters: {
|
|
9485
|
-
query?: {
|
|
9486
|
-
bucketName?: string;
|
|
9487
|
-
};
|
|
9488
|
-
header?: never;
|
|
9489
|
-
path?: never;
|
|
9490
|
-
cookie?: never;
|
|
9491
|
-
};
|
|
9492
|
-
requestBody?: never;
|
|
9493
|
-
responses: {
|
|
9494
|
-
/** @description Cloudformation setup information retrieved successfully */
|
|
9495
|
-
200: {
|
|
9496
|
-
headers: {
|
|
9497
|
-
[name: string]: unknown;
|
|
9498
|
-
};
|
|
9499
|
-
content: {
|
|
9500
|
-
"application/json": components["schemas"]["CloudFormationSetupInfo"];
|
|
9501
|
-
};
|
|
9502
|
-
};
|
|
9503
|
-
/** @description Unauthorized */
|
|
9504
|
-
401: {
|
|
7931
|
+
/** @description Integration not found. */
|
|
7932
|
+
404: {
|
|
9505
7933
|
headers: {
|
|
9506
7934
|
[name: string]: unknown;
|
|
9507
7935
|
};
|
|
@@ -9509,24 +7937,22 @@ export interface operations {
|
|
|
9509
7937
|
};
|
|
9510
7938
|
};
|
|
9511
7939
|
};
|
|
9512
|
-
|
|
7940
|
+
listValidDatadogSites: {
|
|
9513
7941
|
parameters: {
|
|
9514
|
-
query?:
|
|
9515
|
-
bucketName?: string;
|
|
9516
|
-
};
|
|
7942
|
+
query?: never;
|
|
9517
7943
|
header?: never;
|
|
9518
7944
|
path?: never;
|
|
9519
7945
|
cookie?: never;
|
|
9520
7946
|
};
|
|
9521
7947
|
requestBody?: never;
|
|
9522
7948
|
responses: {
|
|
9523
|
-
/** @description
|
|
7949
|
+
/** @description Sites retrieved successfully */
|
|
9524
7950
|
200: {
|
|
9525
7951
|
headers: {
|
|
9526
7952
|
[name: string]: unknown;
|
|
9527
7953
|
};
|
|
9528
7954
|
content: {
|
|
9529
|
-
"application/json":
|
|
7955
|
+
"application/json": string[];
|
|
9530
7956
|
};
|
|
9531
7957
|
};
|
|
9532
7958
|
/** @description Unauthorized */
|
|
@@ -9538,27 +7964,27 @@ export interface operations {
|
|
|
9538
7964
|
};
|
|
9539
7965
|
};
|
|
9540
7966
|
};
|
|
9541
|
-
|
|
7967
|
+
upsertApiKey: {
|
|
9542
7968
|
parameters: {
|
|
9543
7969
|
query?: never;
|
|
9544
7970
|
header?: never;
|
|
9545
|
-
path
|
|
7971
|
+
path: {
|
|
7972
|
+
id: string;
|
|
7973
|
+
};
|
|
9546
7974
|
cookie?: never;
|
|
9547
7975
|
};
|
|
9548
7976
|
requestBody?: {
|
|
9549
7977
|
content: {
|
|
9550
|
-
"application/json": components["schemas"]["
|
|
7978
|
+
"application/json": components["schemas"]["SecretApi"];
|
|
9551
7979
|
};
|
|
9552
7980
|
};
|
|
9553
7981
|
responses: {
|
|
9554
|
-
/** @description
|
|
9555
|
-
|
|
7982
|
+
/** @description Api key upserted successfully. */
|
|
7983
|
+
204: {
|
|
9556
7984
|
headers: {
|
|
9557
7985
|
[name: string]: unknown;
|
|
9558
7986
|
};
|
|
9559
|
-
content
|
|
9560
|
-
"application/json": components["schemas"]["BucketAccessResult"];
|
|
9561
|
-
};
|
|
7987
|
+
content?: never;
|
|
9562
7988
|
};
|
|
9563
7989
|
/** @description Unauthorized */
|
|
9564
7990
|
401: {
|
|
@@ -9567,9 +7993,16 @@ export interface operations {
|
|
|
9567
7993
|
};
|
|
9568
7994
|
content?: never;
|
|
9569
7995
|
};
|
|
7996
|
+
/** @description Integration not found. */
|
|
7997
|
+
404: {
|
|
7998
|
+
headers: {
|
|
7999
|
+
[name: string]: unknown;
|
|
8000
|
+
};
|
|
8001
|
+
content?: never;
|
|
8002
|
+
};
|
|
9570
8003
|
};
|
|
9571
8004
|
};
|
|
9572
|
-
|
|
8005
|
+
list_1: {
|
|
9573
8006
|
parameters: {
|
|
9574
8007
|
query?: never;
|
|
9575
8008
|
header?: never;
|
|
@@ -9578,13 +8011,13 @@ export interface operations {
|
|
|
9578
8011
|
};
|
|
9579
8012
|
requestBody?: never;
|
|
9580
8013
|
responses: {
|
|
9581
|
-
/** @description
|
|
8014
|
+
/** @description Data Warehouse integrations retrieved successfully */
|
|
9582
8015
|
200: {
|
|
9583
8016
|
headers: {
|
|
9584
8017
|
[name: string]: unknown;
|
|
9585
8018
|
};
|
|
9586
8019
|
content: {
|
|
9587
|
-
"application/json": components["schemas"]["
|
|
8020
|
+
"application/json": components["schemas"]["ItemsCollectionReadDataWarehouse"];
|
|
9588
8021
|
};
|
|
9589
8022
|
};
|
|
9590
8023
|
/** @description Unauthorized */
|
|
@@ -9596,7 +8029,7 @@ export interface operations {
|
|
|
9596
8029
|
};
|
|
9597
8030
|
};
|
|
9598
8031
|
};
|
|
9599
|
-
|
|
8032
|
+
create_1: {
|
|
9600
8033
|
parameters: {
|
|
9601
8034
|
query?: never;
|
|
9602
8035
|
header?: never;
|
|
@@ -9605,17 +8038,17 @@ export interface operations {
|
|
|
9605
8038
|
};
|
|
9606
8039
|
requestBody?: {
|
|
9607
8040
|
content: {
|
|
9608
|
-
"application/json": components["schemas"]["
|
|
8041
|
+
"application/json": components["schemas"]["WriteDataWarehouse"];
|
|
9609
8042
|
};
|
|
9610
8043
|
};
|
|
9611
8044
|
responses: {
|
|
9612
|
-
/** @description
|
|
9613
|
-
|
|
8045
|
+
/** @description Data Warehouse integration created successfully */
|
|
8046
|
+
201: {
|
|
9614
8047
|
headers: {
|
|
9615
8048
|
[name: string]: unknown;
|
|
9616
8049
|
};
|
|
9617
8050
|
content: {
|
|
9618
|
-
"application/json": components["schemas"]["
|
|
8051
|
+
"application/json": components["schemas"]["ReadDataWarehouse"];
|
|
9619
8052
|
};
|
|
9620
8053
|
};
|
|
9621
8054
|
/** @description Unauthorized */
|
|
@@ -9625,18 +8058,16 @@ export interface operations {
|
|
|
9625
8058
|
};
|
|
9626
8059
|
content?: never;
|
|
9627
8060
|
};
|
|
9628
|
-
/** @description Integration already exists
|
|
8061
|
+
/** @description Integration already exists */
|
|
9629
8062
|
409: {
|
|
9630
8063
|
headers: {
|
|
9631
8064
|
[name: string]: unknown;
|
|
9632
8065
|
};
|
|
9633
|
-
content
|
|
9634
|
-
"application/json": components["schemas"]["ReadGemini"];
|
|
9635
|
-
};
|
|
8066
|
+
content?: never;
|
|
9636
8067
|
};
|
|
9637
8068
|
};
|
|
9638
8069
|
};
|
|
9639
|
-
|
|
8070
|
+
get_1: {
|
|
9640
8071
|
parameters: {
|
|
9641
8072
|
query?: never;
|
|
9642
8073
|
header?: never;
|
|
@@ -9647,13 +8078,13 @@ export interface operations {
|
|
|
9647
8078
|
};
|
|
9648
8079
|
requestBody?: never;
|
|
9649
8080
|
responses: {
|
|
9650
|
-
/** @description
|
|
8081
|
+
/** @description Data Warehouse integration retrieved successfully */
|
|
9651
8082
|
200: {
|
|
9652
8083
|
headers: {
|
|
9653
8084
|
[name: string]: unknown;
|
|
9654
8085
|
};
|
|
9655
8086
|
content: {
|
|
9656
|
-
"application/json": components["schemas"]["
|
|
8087
|
+
"application/json": components["schemas"]["ReadDataWarehouse"];
|
|
9657
8088
|
};
|
|
9658
8089
|
};
|
|
9659
8090
|
/** @description Unauthorized */
|
|
@@ -9663,7 +8094,7 @@ export interface operations {
|
|
|
9663
8094
|
};
|
|
9664
8095
|
content?: never;
|
|
9665
8096
|
};
|
|
9666
|
-
/** @description
|
|
8097
|
+
/** @description Data Warehouse integration not found */
|
|
9667
8098
|
404: {
|
|
9668
8099
|
headers: {
|
|
9669
8100
|
[name: string]: unknown;
|
|
@@ -9672,7 +8103,7 @@ export interface operations {
|
|
|
9672
8103
|
};
|
|
9673
8104
|
};
|
|
9674
8105
|
};
|
|
9675
|
-
|
|
8106
|
+
update_1: {
|
|
9676
8107
|
parameters: {
|
|
9677
8108
|
query?: never;
|
|
9678
8109
|
header?: never;
|
|
@@ -9683,59 +8114,18 @@ export interface operations {
|
|
|
9683
8114
|
};
|
|
9684
8115
|
requestBody?: {
|
|
9685
8116
|
content: {
|
|
9686
|
-
"application/json": components["schemas"]["
|
|
9687
|
-
};
|
|
9688
|
-
};
|
|
9689
|
-
responses: {
|
|
9690
|
-
/** @description Integration updated successfully */
|
|
9691
|
-
200: {
|
|
9692
|
-
headers: {
|
|
9693
|
-
[name: string]: unknown;
|
|
9694
|
-
};
|
|
9695
|
-
content: {
|
|
9696
|
-
"application/json": components["schemas"]["ReadGemini"];
|
|
9697
|
-
};
|
|
9698
|
-
};
|
|
9699
|
-
/** @description Unauthorized */
|
|
9700
|
-
401: {
|
|
9701
|
-
headers: {
|
|
9702
|
-
[name: string]: unknown;
|
|
9703
|
-
};
|
|
9704
|
-
content?: never;
|
|
9705
|
-
};
|
|
9706
|
-
/** @description Integration not found. */
|
|
9707
|
-
404: {
|
|
9708
|
-
headers: {
|
|
9709
|
-
[name: string]: unknown;
|
|
9710
|
-
};
|
|
9711
|
-
content?: never;
|
|
9712
|
-
};
|
|
9713
|
-
/** @description Integration was modified or deleted concurrently. */
|
|
9714
|
-
409: {
|
|
9715
|
-
headers: {
|
|
9716
|
-
[name: string]: unknown;
|
|
9717
|
-
};
|
|
9718
|
-
content?: never;
|
|
9719
|
-
};
|
|
9720
|
-
};
|
|
9721
|
-
};
|
|
9722
|
-
delete_3: {
|
|
9723
|
-
parameters: {
|
|
9724
|
-
query?: never;
|
|
9725
|
-
header?: never;
|
|
9726
|
-
path: {
|
|
9727
|
-
id: string;
|
|
8117
|
+
"application/json": components["schemas"]["WriteDataWarehouse"];
|
|
9728
8118
|
};
|
|
9729
|
-
cookie?: never;
|
|
9730
8119
|
};
|
|
9731
|
-
requestBody?: never;
|
|
9732
8120
|
responses: {
|
|
9733
|
-
/** @description
|
|
9734
|
-
|
|
8121
|
+
/** @description Data Warehouse integration updated successfully */
|
|
8122
|
+
200: {
|
|
9735
8123
|
headers: {
|
|
9736
8124
|
[name: string]: unknown;
|
|
9737
8125
|
};
|
|
9738
|
-
content
|
|
8126
|
+
content: {
|
|
8127
|
+
"application/json": components["schemas"]["ReadDataWarehouse"];
|
|
8128
|
+
};
|
|
9739
8129
|
};
|
|
9740
8130
|
/** @description Unauthorized */
|
|
9741
8131
|
401: {
|
|
@@ -9744,9 +8134,16 @@ export interface operations {
|
|
|
9744
8134
|
};
|
|
9745
8135
|
content?: never;
|
|
9746
8136
|
};
|
|
8137
|
+
/** @description Data Warehouse integration not found */
|
|
8138
|
+
404: {
|
|
8139
|
+
headers: {
|
|
8140
|
+
[name: string]: unknown;
|
|
8141
|
+
};
|
|
8142
|
+
content?: never;
|
|
8143
|
+
};
|
|
9747
8144
|
};
|
|
9748
8145
|
};
|
|
9749
|
-
|
|
8146
|
+
delete_1: {
|
|
9750
8147
|
parameters: {
|
|
9751
8148
|
query?: never;
|
|
9752
8149
|
header?: never;
|
|
@@ -9755,14 +8152,10 @@ export interface operations {
|
|
|
9755
8152
|
};
|
|
9756
8153
|
cookie?: never;
|
|
9757
8154
|
};
|
|
9758
|
-
requestBody?:
|
|
9759
|
-
content: {
|
|
9760
|
-
"application/json": components["schemas"]["SecretApi"];
|
|
9761
|
-
};
|
|
9762
|
-
};
|
|
8155
|
+
requestBody?: never;
|
|
9763
8156
|
responses: {
|
|
9764
|
-
/** @description
|
|
9765
|
-
|
|
8157
|
+
/** @description Data Warehouse integration deleted successfully */
|
|
8158
|
+
200: {
|
|
9766
8159
|
headers: {
|
|
9767
8160
|
[name: string]: unknown;
|
|
9768
8161
|
};
|
|
@@ -9775,16 +8168,9 @@ export interface operations {
|
|
|
9775
8168
|
};
|
|
9776
8169
|
content?: never;
|
|
9777
8170
|
};
|
|
9778
|
-
/** @description Integration not found. */
|
|
9779
|
-
404: {
|
|
9780
|
-
headers: {
|
|
9781
|
-
[name: string]: unknown;
|
|
9782
|
-
};
|
|
9783
|
-
content?: never;
|
|
9784
|
-
};
|
|
9785
8171
|
};
|
|
9786
8172
|
};
|
|
9787
|
-
|
|
8173
|
+
list_2: {
|
|
9788
8174
|
parameters: {
|
|
9789
8175
|
query?: never;
|
|
9790
8176
|
header?: never;
|
|
@@ -9793,13 +8179,13 @@ export interface operations {
|
|
|
9793
8179
|
};
|
|
9794
8180
|
requestBody?: never;
|
|
9795
8181
|
responses: {
|
|
9796
|
-
/** @description
|
|
8182
|
+
/** @description S3 Data Warehouse integrations retrieved successfully */
|
|
9797
8183
|
200: {
|
|
9798
8184
|
headers: {
|
|
9799
8185
|
[name: string]: unknown;
|
|
9800
8186
|
};
|
|
9801
8187
|
content: {
|
|
9802
|
-
"application/json": components["schemas"]["
|
|
8188
|
+
"application/json": components["schemas"]["ItemsCollectionReadS3DataWarehouse"];
|
|
9803
8189
|
};
|
|
9804
8190
|
};
|
|
9805
8191
|
/** @description Unauthorized */
|
|
@@ -9811,7 +8197,7 @@ export interface operations {
|
|
|
9811
8197
|
};
|
|
9812
8198
|
};
|
|
9813
8199
|
};
|
|
9814
|
-
|
|
8200
|
+
create_2: {
|
|
9815
8201
|
parameters: {
|
|
9816
8202
|
query?: never;
|
|
9817
8203
|
header?: never;
|
|
@@ -9820,18 +8206,25 @@ export interface operations {
|
|
|
9820
8206
|
};
|
|
9821
8207
|
requestBody?: {
|
|
9822
8208
|
content: {
|
|
9823
|
-
"application/json": components["schemas"]["
|
|
8209
|
+
"application/json": components["schemas"]["WriteS3DataWarehouse"];
|
|
9824
8210
|
};
|
|
9825
8211
|
};
|
|
9826
8212
|
responses: {
|
|
9827
|
-
/** @description
|
|
9828
|
-
|
|
8213
|
+
/** @description S3 Data Warehouse integration created successfully */
|
|
8214
|
+
201: {
|
|
9829
8215
|
headers: {
|
|
9830
8216
|
[name: string]: unknown;
|
|
9831
8217
|
};
|
|
9832
8218
|
content: {
|
|
9833
|
-
"application/json": components["schemas"]["
|
|
8219
|
+
"application/json": components["schemas"]["ReadS3DataWarehouse"];
|
|
8220
|
+
};
|
|
8221
|
+
};
|
|
8222
|
+
/** @description Bucket is not accessible or the role is invalid */
|
|
8223
|
+
400: {
|
|
8224
|
+
headers: {
|
|
8225
|
+
[name: string]: unknown;
|
|
9834
8226
|
};
|
|
8227
|
+
content?: never;
|
|
9835
8228
|
};
|
|
9836
8229
|
/** @description Unauthorized */
|
|
9837
8230
|
401: {
|
|
@@ -9840,18 +8233,16 @@ export interface operations {
|
|
|
9840
8233
|
};
|
|
9841
8234
|
content?: never;
|
|
9842
8235
|
};
|
|
9843
|
-
/** @description
|
|
8236
|
+
/** @description S3 Data Warehouse integration already exists */
|
|
9844
8237
|
409: {
|
|
9845
8238
|
headers: {
|
|
9846
8239
|
[name: string]: unknown;
|
|
9847
8240
|
};
|
|
9848
|
-
content
|
|
9849
|
-
"application/json": components["schemas"]["ReadNewRelic"];
|
|
9850
|
-
};
|
|
8241
|
+
content?: never;
|
|
9851
8242
|
};
|
|
9852
8243
|
};
|
|
9853
8244
|
};
|
|
9854
|
-
|
|
8245
|
+
get_2: {
|
|
9855
8246
|
parameters: {
|
|
9856
8247
|
query?: never;
|
|
9857
8248
|
header?: never;
|
|
@@ -9862,13 +8253,13 @@ export interface operations {
|
|
|
9862
8253
|
};
|
|
9863
8254
|
requestBody?: never;
|
|
9864
8255
|
responses: {
|
|
9865
|
-
/** @description
|
|
8256
|
+
/** @description S3 Data Warehouse integration retrieved successfully */
|
|
9866
8257
|
200: {
|
|
9867
8258
|
headers: {
|
|
9868
8259
|
[name: string]: unknown;
|
|
9869
8260
|
};
|
|
9870
8261
|
content: {
|
|
9871
|
-
"application/json": components["schemas"]["
|
|
8262
|
+
"application/json": components["schemas"]["ReadS3DataWarehouse"];
|
|
9872
8263
|
};
|
|
9873
8264
|
};
|
|
9874
8265
|
/** @description Unauthorized */
|
|
@@ -9878,7 +8269,7 @@ export interface operations {
|
|
|
9878
8269
|
};
|
|
9879
8270
|
content?: never;
|
|
9880
8271
|
};
|
|
9881
|
-
/** @description
|
|
8272
|
+
/** @description S3 Data Warehouse integration not found */
|
|
9882
8273
|
404: {
|
|
9883
8274
|
headers: {
|
|
9884
8275
|
[name: string]: unknown;
|
|
@@ -9887,7 +8278,7 @@ export interface operations {
|
|
|
9887
8278
|
};
|
|
9888
8279
|
};
|
|
9889
8280
|
};
|
|
9890
|
-
|
|
8281
|
+
update_2: {
|
|
9891
8282
|
parameters: {
|
|
9892
8283
|
query?: never;
|
|
9893
8284
|
header?: never;
|
|
@@ -9898,18 +8289,25 @@ export interface operations {
|
|
|
9898
8289
|
};
|
|
9899
8290
|
requestBody?: {
|
|
9900
8291
|
content: {
|
|
9901
|
-
"application/json": components["schemas"]["
|
|
8292
|
+
"application/json": components["schemas"]["WriteS3DataWarehouse"];
|
|
9902
8293
|
};
|
|
9903
8294
|
};
|
|
9904
8295
|
responses: {
|
|
9905
|
-
/** @description
|
|
8296
|
+
/** @description S3 Data Warehouse integration updated successfully */
|
|
9906
8297
|
200: {
|
|
9907
8298
|
headers: {
|
|
9908
8299
|
[name: string]: unknown;
|
|
9909
8300
|
};
|
|
9910
8301
|
content: {
|
|
9911
|
-
"application/json": components["schemas"]["
|
|
8302
|
+
"application/json": components["schemas"]["ReadS3DataWarehouse"];
|
|
8303
|
+
};
|
|
8304
|
+
};
|
|
8305
|
+
/** @description Bucket name and ARN cannot be updated */
|
|
8306
|
+
400: {
|
|
8307
|
+
headers: {
|
|
8308
|
+
[name: string]: unknown;
|
|
9912
8309
|
};
|
|
8310
|
+
content?: never;
|
|
9913
8311
|
};
|
|
9914
8312
|
/** @description Unauthorized */
|
|
9915
8313
|
401: {
|
|
@@ -9918,14 +8316,14 @@ export interface operations {
|
|
|
9918
8316
|
};
|
|
9919
8317
|
content?: never;
|
|
9920
8318
|
};
|
|
9921
|
-
/** @description
|
|
8319
|
+
/** @description S3 Data Warehouse integration not found */
|
|
9922
8320
|
404: {
|
|
9923
8321
|
headers: {
|
|
9924
8322
|
[name: string]: unknown;
|
|
9925
8323
|
};
|
|
9926
8324
|
content?: never;
|
|
9927
8325
|
};
|
|
9928
|
-
/** @description
|
|
8326
|
+
/** @description S3 Data Warehouse integration was updated and modified concurrently */
|
|
9929
8327
|
409: {
|
|
9930
8328
|
headers: {
|
|
9931
8329
|
[name: string]: unknown;
|
|
@@ -9934,7 +8332,7 @@ export interface operations {
|
|
|
9934
8332
|
};
|
|
9935
8333
|
};
|
|
9936
8334
|
};
|
|
9937
|
-
|
|
8335
|
+
delete_2: {
|
|
9938
8336
|
parameters: {
|
|
9939
8337
|
query?: never;
|
|
9940
8338
|
header?: never;
|
|
@@ -9945,8 +8343,8 @@ export interface operations {
|
|
|
9945
8343
|
};
|
|
9946
8344
|
requestBody?: never;
|
|
9947
8345
|
responses: {
|
|
9948
|
-
/** @description
|
|
9949
|
-
|
|
8346
|
+
/** @description S3 Data Warehouse integration deleted successfully */
|
|
8347
|
+
200: {
|
|
9950
8348
|
headers: {
|
|
9951
8349
|
[name: string]: unknown;
|
|
9952
8350
|
};
|
|
@@ -9961,30 +8359,24 @@ export interface operations {
|
|
|
9961
8359
|
};
|
|
9962
8360
|
};
|
|
9963
8361
|
};
|
|
9964
|
-
|
|
8362
|
+
getCloudFormationSetupInfo: {
|
|
9965
8363
|
parameters: {
|
|
9966
8364
|
query?: {
|
|
9967
|
-
|
|
9968
|
-
pageSize?: number;
|
|
9969
|
-
/** @description Page number (0-based, default: 0) */
|
|
9970
|
-
page?: number;
|
|
8365
|
+
bucketName?: string;
|
|
9971
8366
|
};
|
|
9972
8367
|
header?: never;
|
|
9973
|
-
path
|
|
9974
|
-
/** @description Integration ID */
|
|
9975
|
-
id: string;
|
|
9976
|
-
};
|
|
8368
|
+
path?: never;
|
|
9977
8369
|
cookie?: never;
|
|
9978
8370
|
};
|
|
9979
8371
|
requestBody?: never;
|
|
9980
8372
|
responses: {
|
|
9981
|
-
/** @description
|
|
8373
|
+
/** @description Cloudformation setup information retrieved successfully */
|
|
9982
8374
|
200: {
|
|
9983
8375
|
headers: {
|
|
9984
8376
|
[name: string]: unknown;
|
|
9985
8377
|
};
|
|
9986
8378
|
content: {
|
|
9987
|
-
"application/json": components["schemas"]["
|
|
8379
|
+
"application/json": components["schemas"]["CloudFormationSetupInfo"];
|
|
9988
8380
|
};
|
|
9989
8381
|
};
|
|
9990
8382
|
/** @description Unauthorized */
|
|
@@ -9994,15 +8386,30 @@ export interface operations {
|
|
|
9994
8386
|
};
|
|
9995
8387
|
content?: never;
|
|
9996
8388
|
};
|
|
9997
|
-
|
|
9998
|
-
|
|
8389
|
+
};
|
|
8390
|
+
};
|
|
8391
|
+
getConsoleSetupInfo: {
|
|
8392
|
+
parameters: {
|
|
8393
|
+
query?: {
|
|
8394
|
+
bucketName?: string;
|
|
8395
|
+
};
|
|
8396
|
+
header?: never;
|
|
8397
|
+
path?: never;
|
|
8398
|
+
cookie?: never;
|
|
8399
|
+
};
|
|
8400
|
+
requestBody?: never;
|
|
8401
|
+
responses: {
|
|
8402
|
+
/** @description AWS console setup information retrieved successfully */
|
|
8403
|
+
200: {
|
|
9999
8404
|
headers: {
|
|
10000
8405
|
[name: string]: unknown;
|
|
10001
8406
|
};
|
|
10002
|
-
content
|
|
8407
|
+
content: {
|
|
8408
|
+
"application/json": components["schemas"]["ConsoleSetupInfo"];
|
|
8409
|
+
};
|
|
10003
8410
|
};
|
|
10004
|
-
/** @description
|
|
10005
|
-
|
|
8411
|
+
/** @description Unauthorized */
|
|
8412
|
+
401: {
|
|
10006
8413
|
headers: {
|
|
10007
8414
|
[name: string]: unknown;
|
|
10008
8415
|
};
|
|
@@ -10010,24 +8417,26 @@ export interface operations {
|
|
|
10010
8417
|
};
|
|
10011
8418
|
};
|
|
10012
8419
|
};
|
|
10013
|
-
|
|
8420
|
+
test: {
|
|
10014
8421
|
parameters: {
|
|
10015
8422
|
query?: never;
|
|
10016
8423
|
header?: never;
|
|
10017
|
-
path
|
|
10018
|
-
id: string;
|
|
10019
|
-
};
|
|
8424
|
+
path?: never;
|
|
10020
8425
|
cookie?: never;
|
|
10021
8426
|
};
|
|
10022
|
-
requestBody?:
|
|
8427
|
+
requestBody?: {
|
|
8428
|
+
content: {
|
|
8429
|
+
"application/json": components["schemas"]["WriteS3DataWarehouse"];
|
|
8430
|
+
};
|
|
8431
|
+
};
|
|
10023
8432
|
responses: {
|
|
10024
|
-
/** @description
|
|
8433
|
+
/** @description Bucket access validation completed successfully */
|
|
10025
8434
|
200: {
|
|
10026
8435
|
headers: {
|
|
10027
8436
|
[name: string]: unknown;
|
|
10028
8437
|
};
|
|
10029
8438
|
content: {
|
|
10030
|
-
"application/json": components["schemas"]["
|
|
8439
|
+
"application/json": components["schemas"]["BucketAccessResult"];
|
|
10031
8440
|
};
|
|
10032
8441
|
};
|
|
10033
8442
|
/** @description Unauthorized */
|
|
@@ -10037,8 +8446,28 @@ export interface operations {
|
|
|
10037
8446
|
};
|
|
10038
8447
|
content?: never;
|
|
10039
8448
|
};
|
|
10040
|
-
|
|
10041
|
-
|
|
8449
|
+
};
|
|
8450
|
+
};
|
|
8451
|
+
list_3: {
|
|
8452
|
+
parameters: {
|
|
8453
|
+
query?: never;
|
|
8454
|
+
header?: never;
|
|
8455
|
+
path?: never;
|
|
8456
|
+
cookie?: never;
|
|
8457
|
+
};
|
|
8458
|
+
requestBody?: never;
|
|
8459
|
+
responses: {
|
|
8460
|
+
/** @description Integrations retrieved successfully */
|
|
8461
|
+
200: {
|
|
8462
|
+
headers: {
|
|
8463
|
+
[name: string]: unknown;
|
|
8464
|
+
};
|
|
8465
|
+
content: {
|
|
8466
|
+
"application/json": components["schemas"]["ItemsCollectionReadNewRelic"];
|
|
8467
|
+
};
|
|
8468
|
+
};
|
|
8469
|
+
/** @description Unauthorized */
|
|
8470
|
+
401: {
|
|
10042
8471
|
headers: {
|
|
10043
8472
|
[name: string]: unknown;
|
|
10044
8473
|
};
|
|
@@ -10046,22 +8475,26 @@ export interface operations {
|
|
|
10046
8475
|
};
|
|
10047
8476
|
};
|
|
10048
8477
|
};
|
|
10049
|
-
|
|
8478
|
+
create_3: {
|
|
10050
8479
|
parameters: {
|
|
10051
8480
|
query?: never;
|
|
10052
8481
|
header?: never;
|
|
10053
8482
|
path?: never;
|
|
10054
8483
|
cookie?: never;
|
|
10055
8484
|
};
|
|
10056
|
-
requestBody?:
|
|
8485
|
+
requestBody?: {
|
|
8486
|
+
content: {
|
|
8487
|
+
"application/json": components["schemas"]["WriteNewRelic"];
|
|
8488
|
+
};
|
|
8489
|
+
};
|
|
10057
8490
|
responses: {
|
|
10058
|
-
/** @description
|
|
8491
|
+
/** @description Integration created successfully */
|
|
10059
8492
|
200: {
|
|
10060
8493
|
headers: {
|
|
10061
8494
|
[name: string]: unknown;
|
|
10062
8495
|
};
|
|
10063
8496
|
content: {
|
|
10064
|
-
"application/json":
|
|
8497
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
10065
8498
|
};
|
|
10066
8499
|
};
|
|
10067
8500
|
/** @description Unauthorized */
|
|
@@ -10071,9 +8504,18 @@ export interface operations {
|
|
|
10071
8504
|
};
|
|
10072
8505
|
content?: never;
|
|
10073
8506
|
};
|
|
8507
|
+
/** @description Integration already exists. */
|
|
8508
|
+
409: {
|
|
8509
|
+
headers: {
|
|
8510
|
+
[name: string]: unknown;
|
|
8511
|
+
};
|
|
8512
|
+
content: {
|
|
8513
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
8514
|
+
};
|
|
8515
|
+
};
|
|
10074
8516
|
};
|
|
10075
8517
|
};
|
|
10076
|
-
|
|
8518
|
+
get_3: {
|
|
10077
8519
|
parameters: {
|
|
10078
8520
|
query?: never;
|
|
10079
8521
|
header?: never;
|
|
@@ -10082,18 +8524,16 @@ export interface operations {
|
|
|
10082
8524
|
};
|
|
10083
8525
|
cookie?: never;
|
|
10084
8526
|
};
|
|
10085
|
-
requestBody?:
|
|
10086
|
-
content: {
|
|
10087
|
-
"application/json": components["schemas"]["SecretApi"];
|
|
10088
|
-
};
|
|
10089
|
-
};
|
|
8527
|
+
requestBody?: never;
|
|
10090
8528
|
responses: {
|
|
10091
|
-
/** @description
|
|
10092
|
-
|
|
8529
|
+
/** @description Integration retrieved successfully */
|
|
8530
|
+
200: {
|
|
10093
8531
|
headers: {
|
|
10094
8532
|
[name: string]: unknown;
|
|
10095
8533
|
};
|
|
10096
|
-
content
|
|
8534
|
+
content: {
|
|
8535
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
8536
|
+
};
|
|
10097
8537
|
};
|
|
10098
8538
|
/** @description Unauthorized */
|
|
10099
8539
|
401: {
|
|
@@ -10111,7 +8551,7 @@ export interface operations {
|
|
|
10111
8551
|
};
|
|
10112
8552
|
};
|
|
10113
8553
|
};
|
|
10114
|
-
|
|
8554
|
+
update_3: {
|
|
10115
8555
|
parameters: {
|
|
10116
8556
|
query?: never;
|
|
10117
8557
|
header?: never;
|
|
@@ -10122,16 +8562,18 @@ export interface operations {
|
|
|
10122
8562
|
};
|
|
10123
8563
|
requestBody?: {
|
|
10124
8564
|
content: {
|
|
10125
|
-
"application/json": components["schemas"]["
|
|
8565
|
+
"application/json": components["schemas"]["WriteNewRelic"];
|
|
10126
8566
|
};
|
|
10127
8567
|
};
|
|
10128
8568
|
responses: {
|
|
10129
|
-
/** @description
|
|
10130
|
-
|
|
8569
|
+
/** @description Integration updated successfully */
|
|
8570
|
+
200: {
|
|
10131
8571
|
headers: {
|
|
10132
8572
|
[name: string]: unknown;
|
|
10133
8573
|
};
|
|
10134
|
-
content
|
|
8574
|
+
content: {
|
|
8575
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
8576
|
+
};
|
|
10135
8577
|
};
|
|
10136
8578
|
/** @description Unauthorized */
|
|
10137
8579
|
401: {
|
|
@@ -10147,25 +8589,32 @@ export interface operations {
|
|
|
10147
8589
|
};
|
|
10148
8590
|
content?: never;
|
|
10149
8591
|
};
|
|
8592
|
+
/** @description Integration was modified or deleted concurrently. */
|
|
8593
|
+
409: {
|
|
8594
|
+
headers: {
|
|
8595
|
+
[name: string]: unknown;
|
|
8596
|
+
};
|
|
8597
|
+
content?: never;
|
|
8598
|
+
};
|
|
10150
8599
|
};
|
|
10151
8600
|
};
|
|
10152
|
-
|
|
8601
|
+
delete_3: {
|
|
10153
8602
|
parameters: {
|
|
10154
8603
|
query?: never;
|
|
10155
8604
|
header?: never;
|
|
10156
|
-
path
|
|
8605
|
+
path: {
|
|
8606
|
+
id: string;
|
|
8607
|
+
};
|
|
10157
8608
|
cookie?: never;
|
|
10158
8609
|
};
|
|
10159
8610
|
requestBody?: never;
|
|
10160
8611
|
responses: {
|
|
10161
|
-
/** @description
|
|
10162
|
-
|
|
8612
|
+
/** @description Integration deleted successfully */
|
|
8613
|
+
204: {
|
|
10163
8614
|
headers: {
|
|
10164
8615
|
[name: string]: unknown;
|
|
10165
8616
|
};
|
|
10166
|
-
content
|
|
10167
|
-
"application/json": components["schemas"]["ItemsCollectionReadOpenAi"];
|
|
10168
|
-
};
|
|
8617
|
+
content?: never;
|
|
10169
8618
|
};
|
|
10170
8619
|
/** @description Unauthorized */
|
|
10171
8620
|
401: {
|
|
@@ -10176,26 +8625,30 @@ export interface operations {
|
|
|
10176
8625
|
};
|
|
10177
8626
|
};
|
|
10178
8627
|
};
|
|
10179
|
-
|
|
8628
|
+
getIntegrationExceptions_1: {
|
|
10180
8629
|
parameters: {
|
|
10181
|
-
query?:
|
|
8630
|
+
query?: {
|
|
8631
|
+
/** @description Page size (100-2000, default: 50) */
|
|
8632
|
+
pageSize?: number;
|
|
8633
|
+
/** @description Page number (0-based, default: 0) */
|
|
8634
|
+
page?: number;
|
|
8635
|
+
};
|
|
10182
8636
|
header?: never;
|
|
10183
|
-
path
|
|
10184
|
-
|
|
10185
|
-
|
|
10186
|
-
requestBody?: {
|
|
10187
|
-
content: {
|
|
10188
|
-
"application/json": components["schemas"]["WriteOpenAi"];
|
|
8637
|
+
path: {
|
|
8638
|
+
/** @description Integration ID */
|
|
8639
|
+
id: string;
|
|
10189
8640
|
};
|
|
8641
|
+
cookie?: never;
|
|
10190
8642
|
};
|
|
8643
|
+
requestBody?: never;
|
|
10191
8644
|
responses: {
|
|
10192
|
-
/** @description
|
|
8645
|
+
/** @description Successfully retrieved integration exceptions */
|
|
10193
8646
|
200: {
|
|
10194
8647
|
headers: {
|
|
10195
8648
|
[name: string]: unknown;
|
|
10196
8649
|
};
|
|
10197
8650
|
content: {
|
|
10198
|
-
"application/json": components["schemas"]["
|
|
8651
|
+
"application/json": components["schemas"]["IntegrationExceptionsList"];
|
|
10199
8652
|
};
|
|
10200
8653
|
};
|
|
10201
8654
|
/** @description Unauthorized */
|
|
@@ -10205,18 +8658,23 @@ export interface operations {
|
|
|
10205
8658
|
};
|
|
10206
8659
|
content?: never;
|
|
10207
8660
|
};
|
|
10208
|
-
/** @description
|
|
10209
|
-
|
|
8661
|
+
/** @description Access denied */
|
|
8662
|
+
403: {
|
|
10210
8663
|
headers: {
|
|
10211
8664
|
[name: string]: unknown;
|
|
10212
8665
|
};
|
|
10213
|
-
content
|
|
10214
|
-
|
|
8666
|
+
content?: never;
|
|
8667
|
+
};
|
|
8668
|
+
/** @description Integration not found */
|
|
8669
|
+
404: {
|
|
8670
|
+
headers: {
|
|
8671
|
+
[name: string]: unknown;
|
|
10215
8672
|
};
|
|
8673
|
+
content?: never;
|
|
10216
8674
|
};
|
|
10217
8675
|
};
|
|
10218
8676
|
};
|
|
10219
|
-
|
|
8677
|
+
getWithExceptions_1: {
|
|
10220
8678
|
parameters: {
|
|
10221
8679
|
query?: never;
|
|
10222
8680
|
header?: never;
|
|
@@ -10227,13 +8685,13 @@ export interface operations {
|
|
|
10227
8685
|
};
|
|
10228
8686
|
requestBody?: never;
|
|
10229
8687
|
responses: {
|
|
10230
|
-
/** @description Integration retrieved successfully */
|
|
8688
|
+
/** @description Integration retrieved successfully with exceptions */
|
|
10231
8689
|
200: {
|
|
10232
8690
|
headers: {
|
|
10233
8691
|
[name: string]: unknown;
|
|
10234
8692
|
};
|
|
10235
8693
|
content: {
|
|
10236
|
-
"application/json": components["schemas"]["
|
|
8694
|
+
"application/json": components["schemas"]["ReadNewRelic"];
|
|
10237
8695
|
};
|
|
10238
8696
|
};
|
|
10239
8697
|
/** @description Unauthorized */
|
|
@@ -10252,28 +8710,22 @@ export interface operations {
|
|
|
10252
8710
|
};
|
|
10253
8711
|
};
|
|
10254
8712
|
};
|
|
10255
|
-
|
|
8713
|
+
listValidNewRelicSites: {
|
|
10256
8714
|
parameters: {
|
|
10257
8715
|
query?: never;
|
|
10258
8716
|
header?: never;
|
|
10259
|
-
path
|
|
10260
|
-
id: string;
|
|
10261
|
-
};
|
|
8717
|
+
path?: never;
|
|
10262
8718
|
cookie?: never;
|
|
10263
8719
|
};
|
|
10264
|
-
requestBody?:
|
|
10265
|
-
content: {
|
|
10266
|
-
"application/json": components["schemas"]["WriteOpenAi"];
|
|
10267
|
-
};
|
|
10268
|
-
};
|
|
8720
|
+
requestBody?: never;
|
|
10269
8721
|
responses: {
|
|
10270
|
-
/** @description
|
|
8722
|
+
/** @description Sites retrieved successfully */
|
|
10271
8723
|
200: {
|
|
10272
8724
|
headers: {
|
|
10273
8725
|
[name: string]: unknown;
|
|
10274
8726
|
};
|
|
10275
8727
|
content: {
|
|
10276
|
-
"application/json":
|
|
8728
|
+
"application/json": string[];
|
|
10277
8729
|
};
|
|
10278
8730
|
};
|
|
10279
8731
|
/** @description Unauthorized */
|
|
@@ -10283,23 +8735,9 @@ export interface operations {
|
|
|
10283
8735
|
};
|
|
10284
8736
|
content?: never;
|
|
10285
8737
|
};
|
|
10286
|
-
/** @description Integration not found. */
|
|
10287
|
-
404: {
|
|
10288
|
-
headers: {
|
|
10289
|
-
[name: string]: unknown;
|
|
10290
|
-
};
|
|
10291
|
-
content?: never;
|
|
10292
|
-
};
|
|
10293
|
-
/** @description Integration was modified or deleted concurrently. */
|
|
10294
|
-
409: {
|
|
10295
|
-
headers: {
|
|
10296
|
-
[name: string]: unknown;
|
|
10297
|
-
};
|
|
10298
|
-
content?: never;
|
|
10299
|
-
};
|
|
10300
8738
|
};
|
|
10301
8739
|
};
|
|
10302
|
-
|
|
8740
|
+
upsertApiKey_1: {
|
|
10303
8741
|
parameters: {
|
|
10304
8742
|
query?: never;
|
|
10305
8743
|
header?: never;
|
|
@@ -10308,9 +8746,13 @@ export interface operations {
|
|
|
10308
8746
|
};
|
|
10309
8747
|
cookie?: never;
|
|
10310
8748
|
};
|
|
10311
|
-
requestBody?:
|
|
8749
|
+
requestBody?: {
|
|
8750
|
+
content: {
|
|
8751
|
+
"application/json": components["schemas"]["SecretApi"];
|
|
8752
|
+
};
|
|
8753
|
+
};
|
|
10312
8754
|
responses: {
|
|
10313
|
-
/** @description
|
|
8755
|
+
/** @description NewRelic API key upserted successfully. */
|
|
10314
8756
|
204: {
|
|
10315
8757
|
headers: {
|
|
10316
8758
|
[name: string]: unknown;
|
|
@@ -10324,9 +8766,16 @@ export interface operations {
|
|
|
10324
8766
|
};
|
|
10325
8767
|
content?: never;
|
|
10326
8768
|
};
|
|
8769
|
+
/** @description Integration not found. */
|
|
8770
|
+
404: {
|
|
8771
|
+
headers: {
|
|
8772
|
+
[name: string]: unknown;
|
|
8773
|
+
};
|
|
8774
|
+
content?: never;
|
|
8775
|
+
};
|
|
10327
8776
|
};
|
|
10328
8777
|
};
|
|
10329
|
-
|
|
8778
|
+
upsertLicenseKey: {
|
|
10330
8779
|
parameters: {
|
|
10331
8780
|
query?: never;
|
|
10332
8781
|
header?: never;
|
|
@@ -10341,7 +8790,7 @@ export interface operations {
|
|
|
10341
8790
|
};
|
|
10342
8791
|
};
|
|
10343
8792
|
responses: {
|
|
10344
|
-
/** @description
|
|
8793
|
+
/** @description Api key upserted successfully. */
|
|
10345
8794
|
204: {
|
|
10346
8795
|
headers: {
|
|
10347
8796
|
[name: string]: unknown;
|
|
@@ -10364,7 +8813,7 @@ export interface operations {
|
|
|
10364
8813
|
};
|
|
10365
8814
|
};
|
|
10366
8815
|
};
|
|
10367
|
-
|
|
8816
|
+
list_4: {
|
|
10368
8817
|
parameters: {
|
|
10369
8818
|
query?: never;
|
|
10370
8819
|
header?: never;
|
|
@@ -10391,7 +8840,7 @@ export interface operations {
|
|
|
10391
8840
|
};
|
|
10392
8841
|
};
|
|
10393
8842
|
};
|
|
10394
|
-
|
|
8843
|
+
create_4: {
|
|
10395
8844
|
parameters: {
|
|
10396
8845
|
query?: never;
|
|
10397
8846
|
header?: never;
|
|
@@ -10431,7 +8880,7 @@ export interface operations {
|
|
|
10431
8880
|
};
|
|
10432
8881
|
};
|
|
10433
8882
|
};
|
|
10434
|
-
|
|
8883
|
+
get_4: {
|
|
10435
8884
|
parameters: {
|
|
10436
8885
|
query?: never;
|
|
10437
8886
|
header?: never;
|
|
@@ -10467,7 +8916,7 @@ export interface operations {
|
|
|
10467
8916
|
};
|
|
10468
8917
|
};
|
|
10469
8918
|
};
|
|
10470
|
-
|
|
8919
|
+
update_4: {
|
|
10471
8920
|
parameters: {
|
|
10472
8921
|
query?: never;
|
|
10473
8922
|
header?: never;
|
|
@@ -10514,7 +8963,7 @@ export interface operations {
|
|
|
10514
8963
|
};
|
|
10515
8964
|
};
|
|
10516
8965
|
};
|
|
10517
|
-
|
|
8966
|
+
delete_4: {
|
|
10518
8967
|
parameters: {
|
|
10519
8968
|
query?: never;
|
|
10520
8969
|
header?: never;
|
|
@@ -10622,175 +9071,7 @@ export interface operations {
|
|
|
10622
9071
|
};
|
|
10623
9072
|
};
|
|
10624
9073
|
};
|
|
10625
|
-
|
|
10626
|
-
parameters: {
|
|
10627
|
-
query?: never;
|
|
10628
|
-
header?: never;
|
|
10629
|
-
path?: never;
|
|
10630
|
-
cookie?: never;
|
|
10631
|
-
};
|
|
10632
|
-
requestBody?: never;
|
|
10633
|
-
responses: {
|
|
10634
|
-
/** @description S3 Vector Index integrations retrieved successfully */
|
|
10635
|
-
200: {
|
|
10636
|
-
headers: {
|
|
10637
|
-
[name: string]: unknown;
|
|
10638
|
-
};
|
|
10639
|
-
content: {
|
|
10640
|
-
"application/json": components["schemas"]["ItemsCollectionReadS3VectorIndex"];
|
|
10641
|
-
};
|
|
10642
|
-
};
|
|
10643
|
-
/** @description Unauthorized */
|
|
10644
|
-
401: {
|
|
10645
|
-
headers: {
|
|
10646
|
-
[name: string]: unknown;
|
|
10647
|
-
};
|
|
10648
|
-
content?: never;
|
|
10649
|
-
};
|
|
10650
|
-
};
|
|
10651
|
-
};
|
|
10652
|
-
create_7: {
|
|
10653
|
-
parameters: {
|
|
10654
|
-
query?: never;
|
|
10655
|
-
header?: never;
|
|
10656
|
-
path?: never;
|
|
10657
|
-
cookie?: never;
|
|
10658
|
-
};
|
|
10659
|
-
requestBody?: {
|
|
10660
|
-
content: {
|
|
10661
|
-
"application/json": components["schemas"]["WriteS3VectorIndex"];
|
|
10662
|
-
};
|
|
10663
|
-
};
|
|
10664
|
-
responses: {
|
|
10665
|
-
/** @description S3 Vector Index integration created successfully */
|
|
10666
|
-
201: {
|
|
10667
|
-
headers: {
|
|
10668
|
-
[name: string]: unknown;
|
|
10669
|
-
};
|
|
10670
|
-
content: {
|
|
10671
|
-
"application/json": components["schemas"]["ReadS3VectorIndex"];
|
|
10672
|
-
};
|
|
10673
|
-
};
|
|
10674
|
-
/** @description Unauthorized */
|
|
10675
|
-
401: {
|
|
10676
|
-
headers: {
|
|
10677
|
-
[name: string]: unknown;
|
|
10678
|
-
};
|
|
10679
|
-
content?: never;
|
|
10680
|
-
};
|
|
10681
|
-
/** @description Integration already exists */
|
|
10682
|
-
409: {
|
|
10683
|
-
headers: {
|
|
10684
|
-
[name: string]: unknown;
|
|
10685
|
-
};
|
|
10686
|
-
content?: never;
|
|
10687
|
-
};
|
|
10688
|
-
};
|
|
10689
|
-
};
|
|
10690
|
-
get_7: {
|
|
10691
|
-
parameters: {
|
|
10692
|
-
query?: never;
|
|
10693
|
-
header?: never;
|
|
10694
|
-
path: {
|
|
10695
|
-
id: string;
|
|
10696
|
-
};
|
|
10697
|
-
cookie?: never;
|
|
10698
|
-
};
|
|
10699
|
-
requestBody?: never;
|
|
10700
|
-
responses: {
|
|
10701
|
-
/** @description S3 Vector Index integration retrieved successfully */
|
|
10702
|
-
200: {
|
|
10703
|
-
headers: {
|
|
10704
|
-
[name: string]: unknown;
|
|
10705
|
-
};
|
|
10706
|
-
content: {
|
|
10707
|
-
"application/json": components["schemas"]["ReadS3VectorIndex"];
|
|
10708
|
-
};
|
|
10709
|
-
};
|
|
10710
|
-
/** @description Unauthorized */
|
|
10711
|
-
401: {
|
|
10712
|
-
headers: {
|
|
10713
|
-
[name: string]: unknown;
|
|
10714
|
-
};
|
|
10715
|
-
content?: never;
|
|
10716
|
-
};
|
|
10717
|
-
/** @description S3 Vector Index integration not found */
|
|
10718
|
-
404: {
|
|
10719
|
-
headers: {
|
|
10720
|
-
[name: string]: unknown;
|
|
10721
|
-
};
|
|
10722
|
-
content?: never;
|
|
10723
|
-
};
|
|
10724
|
-
};
|
|
10725
|
-
};
|
|
10726
|
-
update_7: {
|
|
10727
|
-
parameters: {
|
|
10728
|
-
query?: never;
|
|
10729
|
-
header?: never;
|
|
10730
|
-
path: {
|
|
10731
|
-
id: string;
|
|
10732
|
-
};
|
|
10733
|
-
cookie?: never;
|
|
10734
|
-
};
|
|
10735
|
-
requestBody?: {
|
|
10736
|
-
content: {
|
|
10737
|
-
"application/json": components["schemas"]["WriteS3VectorIndex"];
|
|
10738
|
-
};
|
|
10739
|
-
};
|
|
10740
|
-
responses: {
|
|
10741
|
-
/** @description S3 Vector Index integration updated successfully */
|
|
10742
|
-
200: {
|
|
10743
|
-
headers: {
|
|
10744
|
-
[name: string]: unknown;
|
|
10745
|
-
};
|
|
10746
|
-
content: {
|
|
10747
|
-
"application/json": components["schemas"]["ReadS3VectorIndex"];
|
|
10748
|
-
};
|
|
10749
|
-
};
|
|
10750
|
-
/** @description Unauthorized */
|
|
10751
|
-
401: {
|
|
10752
|
-
headers: {
|
|
10753
|
-
[name: string]: unknown;
|
|
10754
|
-
};
|
|
10755
|
-
content?: never;
|
|
10756
|
-
};
|
|
10757
|
-
/** @description S3 Vector Index integration not found */
|
|
10758
|
-
404: {
|
|
10759
|
-
headers: {
|
|
10760
|
-
[name: string]: unknown;
|
|
10761
|
-
};
|
|
10762
|
-
content?: never;
|
|
10763
|
-
};
|
|
10764
|
-
};
|
|
10765
|
-
};
|
|
10766
|
-
delete_7: {
|
|
10767
|
-
parameters: {
|
|
10768
|
-
query?: never;
|
|
10769
|
-
header?: never;
|
|
10770
|
-
path: {
|
|
10771
|
-
id: string;
|
|
10772
|
-
};
|
|
10773
|
-
cookie?: never;
|
|
10774
|
-
};
|
|
10775
|
-
requestBody?: never;
|
|
10776
|
-
responses: {
|
|
10777
|
-
/** @description S3 Vector Index integration deleted successfully */
|
|
10778
|
-
200: {
|
|
10779
|
-
headers: {
|
|
10780
|
-
[name: string]: unknown;
|
|
10781
|
-
};
|
|
10782
|
-
content?: never;
|
|
10783
|
-
};
|
|
10784
|
-
/** @description Unauthorized */
|
|
10785
|
-
401: {
|
|
10786
|
-
headers: {
|
|
10787
|
-
[name: string]: unknown;
|
|
10788
|
-
};
|
|
10789
|
-
content?: never;
|
|
10790
|
-
};
|
|
10791
|
-
};
|
|
10792
|
-
};
|
|
10793
|
-
list_8: {
|
|
9074
|
+
list_5: {
|
|
10794
9075
|
parameters: {
|
|
10795
9076
|
query?: never;
|
|
10796
9077
|
header?: never;
|
|
@@ -10817,7 +9098,7 @@ export interface operations {
|
|
|
10817
9098
|
};
|
|
10818
9099
|
};
|
|
10819
9100
|
};
|
|
10820
|
-
|
|
9101
|
+
create_5: {
|
|
10821
9102
|
parameters: {
|
|
10822
9103
|
query?: never;
|
|
10823
9104
|
header?: never;
|
|
@@ -10857,7 +9138,7 @@ export interface operations {
|
|
|
10857
9138
|
};
|
|
10858
9139
|
};
|
|
10859
9140
|
};
|
|
10860
|
-
|
|
9141
|
+
get_5: {
|
|
10861
9142
|
parameters: {
|
|
10862
9143
|
query?: never;
|
|
10863
9144
|
header?: never;
|
|
@@ -10893,7 +9174,7 @@ export interface operations {
|
|
|
10893
9174
|
};
|
|
10894
9175
|
};
|
|
10895
9176
|
};
|
|
10896
|
-
|
|
9177
|
+
update_5: {
|
|
10897
9178
|
parameters: {
|
|
10898
9179
|
query?: never;
|
|
10899
9180
|
header?: never;
|
|
@@ -10940,7 +9221,7 @@ export interface operations {
|
|
|
10940
9221
|
};
|
|
10941
9222
|
};
|
|
10942
9223
|
};
|
|
10943
|
-
|
|
9224
|
+
delete_5: {
|
|
10944
9225
|
parameters: {
|
|
10945
9226
|
query?: never;
|
|
10946
9227
|
header?: never;
|
|
@@ -11128,7 +9409,7 @@ export interface operations {
|
|
|
11128
9409
|
};
|
|
11129
9410
|
};
|
|
11130
9411
|
};
|
|
11131
|
-
|
|
9412
|
+
list_6: {
|
|
11132
9413
|
parameters: {
|
|
11133
9414
|
query?: never;
|
|
11134
9415
|
header?: never;
|
|
@@ -11155,7 +9436,7 @@ export interface operations {
|
|
|
11155
9436
|
};
|
|
11156
9437
|
};
|
|
11157
9438
|
};
|
|
11158
|
-
|
|
9439
|
+
create_6: {
|
|
11159
9440
|
parameters: {
|
|
11160
9441
|
query?: never;
|
|
11161
9442
|
header?: never;
|
|
@@ -11195,7 +9476,7 @@ export interface operations {
|
|
|
11195
9476
|
};
|
|
11196
9477
|
};
|
|
11197
9478
|
};
|
|
11198
|
-
|
|
9479
|
+
get_6: {
|
|
11199
9480
|
parameters: {
|
|
11200
9481
|
query?: never;
|
|
11201
9482
|
header?: never;
|
|
@@ -11231,7 +9512,7 @@ export interface operations {
|
|
|
11231
9512
|
};
|
|
11232
9513
|
};
|
|
11233
9514
|
};
|
|
11234
|
-
|
|
9515
|
+
update_6: {
|
|
11235
9516
|
parameters: {
|
|
11236
9517
|
query?: never;
|
|
11237
9518
|
header?: never;
|
|
@@ -11278,7 +9559,7 @@ export interface operations {
|
|
|
11278
9559
|
};
|
|
11279
9560
|
};
|
|
11280
9561
|
};
|
|
11281
|
-
|
|
9562
|
+
delete_6: {
|
|
11282
9563
|
parameters: {
|
|
11283
9564
|
query?: never;
|
|
11284
9565
|
header?: never;
|
|
@@ -13058,7 +11339,7 @@ export interface operations {
|
|
|
13058
11339
|
};
|
|
13059
11340
|
};
|
|
13060
11341
|
};
|
|
13061
|
-
|
|
11342
|
+
list_7: {
|
|
13062
11343
|
parameters: {
|
|
13063
11344
|
query?: {
|
|
13064
11345
|
page?: number;
|
|
@@ -13422,13 +11703,6 @@ export declare enum JobActionRuleType {
|
|
|
13422
11703
|
export declare enum JsonLogProcessorType {
|
|
13423
11704
|
json_log_processor = "json-log-processor"
|
|
13424
11705
|
}
|
|
13425
|
-
export declare enum LlmPromptResponseFormat {
|
|
13426
|
-
TEXT = "TEXT",
|
|
13427
|
-
JSON = "JSON"
|
|
13428
|
-
}
|
|
13429
|
-
export declare enum LlmPromptType {
|
|
13430
|
-
llm_prompt = "llm-prompt"
|
|
13431
|
-
}
|
|
13432
11706
|
export declare enum LogAttributesRemapperType {
|
|
13433
11707
|
log_attributes_remapper = "log-attributes-remapper"
|
|
13434
11708
|
}
|
|
@@ -13525,9 +11799,6 @@ export declare enum PatternLookupIcebergTableSinkType {
|
|
|
13525
11799
|
export declare enum PreserveAllAttributesMergeStrategyType {
|
|
13526
11800
|
preserve = "preserve"
|
|
13527
11801
|
}
|
|
13528
|
-
export declare enum RagType {
|
|
13529
|
-
rag = "rag"
|
|
13530
|
-
}
|
|
13531
11802
|
export declare enum ReducerLogsQuerySourceType {
|
|
13532
11803
|
reducer_logs_iceberg_table_source = "reducer-logs-iceberg-table-source"
|
|
13533
11804
|
}
|
|
@@ -13540,9 +11811,6 @@ export declare enum S3LogsFileSourceType {
|
|
|
13540
11811
|
export declare enum SamplingAttributesMergeStrategyType {
|
|
13541
11812
|
sample = "sample"
|
|
13542
11813
|
}
|
|
13543
|
-
export declare enum SimpleType {
|
|
13544
|
-
simple = "simple"
|
|
13545
|
-
}
|
|
13546
11814
|
export declare enum SpansSynchronousSinkType {
|
|
13547
11815
|
spans_sync_sink = "spans-sync-sink"
|
|
13548
11816
|
}
|
|
@@ -13671,21 +11939,12 @@ export declare enum ReadDataWarehouseType {
|
|
|
13671
11939
|
export declare enum ReadS3DataWarehouseType {
|
|
13672
11940
|
s3_data_warehouse = "s3-data-warehouse"
|
|
13673
11941
|
}
|
|
13674
|
-
export declare enum ReadGeminiType {
|
|
13675
|
-
gemini = "gemini"
|
|
13676
|
-
}
|
|
13677
11942
|
export declare enum ReadNewRelicType {
|
|
13678
11943
|
newrelic = "newrelic"
|
|
13679
11944
|
}
|
|
13680
|
-
export declare enum ReadOpenAiType {
|
|
13681
|
-
openai = "openai"
|
|
13682
|
-
}
|
|
13683
11945
|
export declare enum ReadOtlpType {
|
|
13684
11946
|
otlp = "otlp"
|
|
13685
11947
|
}
|
|
13686
|
-
export declare enum ReadS3VectorIndexType {
|
|
13687
|
-
s3_vector_index = "s3-vector-index"
|
|
13688
|
-
}
|
|
13689
11948
|
export declare enum ReadSplunkType {
|
|
13690
11949
|
splunk = "splunk"
|
|
13691
11950
|
}
|
|
@@ -13771,11 +12030,11 @@ export declare enum PlanType {
|
|
|
13771
12030
|
}
|
|
13772
12031
|
export declare enum ReadFeatureFlags {
|
|
13773
12032
|
DATADOG_BROWSER_LOGS_INTEGRATION = "DATADOG_BROWSER_LOGS_INTEGRATION",
|
|
12033
|
+
DARK_MODE = "DARK_MODE",
|
|
13774
12034
|
METRICS_SOURCE = "METRICS_SOURCE",
|
|
13775
12035
|
S3_LOGS_FILE_SOURCE = "S3_LOGS_FILE_SOURCE",
|
|
13776
12036
|
PIPELINE_TEMPLATES = "PIPELINE_TEMPLATES",
|
|
13777
12037
|
TRACE_PIPELINE_CREATION = "TRACE_PIPELINE_CREATION",
|
|
13778
|
-
AI_WORKFLOWS = "AI_WORKFLOWS",
|
|
13779
12038
|
UNKNOWN = "UNKNOWN"
|
|
13780
12039
|
}
|
|
13781
12040
|
export declare enum AllQueryNodeType {
|