ksyun-sdk-node 1.5.17 → 1.5.19
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.
|
@@ -39,8 +39,8 @@ module.exports = class Client extends BaseClient {
|
|
|
39
39
|
DomainId: "String",
|
|
40
40
|
StartTime: "String",
|
|
41
41
|
EndTime: "String",
|
|
42
|
-
PageSize: "
|
|
43
|
-
PageNumber: "
|
|
42
|
+
PageSize: "Long",
|
|
43
|
+
PageNumber: "Long"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
GetClientRequestData: {
|
|
@@ -83,10 +83,10 @@ module.exports = class Client extends BaseClient {
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
paramsType: {
|
|
86
|
-
PageSize: "
|
|
87
|
-
PageNumber: "
|
|
86
|
+
PageSize: "Long",
|
|
87
|
+
PageNumber: "Long",
|
|
88
88
|
DomainName: "String",
|
|
89
|
-
ProjectId: "
|
|
89
|
+
ProjectId: "Long",
|
|
90
90
|
DomainStatus: "String",
|
|
91
91
|
CdnType: "String",
|
|
92
92
|
FuzzyMatch: "String"
|
|
@@ -617,8 +617,8 @@ module.exports = class Client extends BaseClient {
|
|
|
617
617
|
CdnType: "String",
|
|
618
618
|
DomainIds: "String",
|
|
619
619
|
Regions: "String",
|
|
620
|
-
ResultType: "
|
|
621
|
-
Granularity: "
|
|
620
|
+
ResultType: "Long",
|
|
621
|
+
Granularity: "Long",
|
|
622
622
|
DataType: "String",
|
|
623
623
|
ProtocolType: "String"
|
|
624
624
|
}
|
|
@@ -641,8 +641,8 @@ module.exports = class Client extends BaseClient {
|
|
|
641
641
|
CdnType: "String",
|
|
642
642
|
DomainIds: "String",
|
|
643
643
|
Regions: "String",
|
|
644
|
-
ResultType: "
|
|
645
|
-
Granularity: "
|
|
644
|
+
ResultType: "Long",
|
|
645
|
+
Granularity: "Long",
|
|
646
646
|
DataType: "String",
|
|
647
647
|
ProtocolType: "String"
|
|
648
648
|
}
|
|
@@ -665,8 +665,8 @@ module.exports = class Client extends BaseClient {
|
|
|
665
665
|
CdnType: "String",
|
|
666
666
|
DomainIds: "String",
|
|
667
667
|
Regions: "String",
|
|
668
|
-
ResultType: "
|
|
669
|
-
Granularity: "
|
|
668
|
+
ResultType: "Long",
|
|
669
|
+
Granularity: "Long",
|
|
670
670
|
DataType: "String",
|
|
671
671
|
ProtocolType: "String"
|
|
672
672
|
}
|
|
@@ -724,68 +724,66 @@ module.exports = class Client extends BaseClient {
|
|
|
724
724
|
CertificateIds: "String"
|
|
725
725
|
}
|
|
726
726
|
},
|
|
727
|
-
|
|
727
|
+
ValidateIP: {
|
|
728
728
|
url: "/",
|
|
729
729
|
method: "GET",
|
|
730
730
|
config: {
|
|
731
731
|
query: {
|
|
732
732
|
Version: "V3",
|
|
733
|
-
Action: "
|
|
733
|
+
Action: "ValidateIP"
|
|
734
734
|
},
|
|
735
735
|
headers: {
|
|
736
736
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
737
737
|
}
|
|
738
738
|
},
|
|
739
739
|
paramsType: {
|
|
740
|
-
|
|
741
|
-
DomainIds: "String",
|
|
742
|
-
CertificateId: "String",
|
|
743
|
-
CertificateName: "String",
|
|
744
|
-
ServerCertificate: "String",
|
|
745
|
-
PrivateKey: "String"
|
|
740
|
+
Ip: "String"
|
|
746
741
|
}
|
|
747
742
|
},
|
|
748
|
-
|
|
743
|
+
SetCdnBlockDomainUrl: {
|
|
749
744
|
url: "/",
|
|
750
745
|
method: "GET",
|
|
751
746
|
config: {
|
|
752
747
|
query: {
|
|
753
748
|
Version: "V3",
|
|
754
|
-
Action: "
|
|
749
|
+
Action: "SetCdnBlockDomainUrl"
|
|
755
750
|
},
|
|
756
751
|
headers: {
|
|
757
|
-
"Content-Type": "application/
|
|
752
|
+
"Content-Type": "application/json"
|
|
758
753
|
}
|
|
759
754
|
},
|
|
760
755
|
paramsType: {
|
|
761
|
-
|
|
756
|
+
BlockType: "String",
|
|
757
|
+
Urls: "Array",
|
|
758
|
+
RefreshOnUnblock: "String"
|
|
762
759
|
}
|
|
763
760
|
},
|
|
764
|
-
|
|
761
|
+
GetCntvRefreshOrPreloadTask: {
|
|
765
762
|
url: "/",
|
|
766
|
-
method: "
|
|
763
|
+
method: "POST",
|
|
767
764
|
config: {
|
|
768
765
|
query: {
|
|
769
766
|
Version: "V3",
|
|
770
|
-
Action: "
|
|
767
|
+
Action: "GetCntvRefreshOrPreloadTask"
|
|
771
768
|
},
|
|
772
769
|
headers: {
|
|
773
770
|
"Content-Type": "application/json"
|
|
774
771
|
}
|
|
775
772
|
},
|
|
776
773
|
paramsType: {
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
774
|
+
StartTime: "String",
|
|
775
|
+
EndTime: "String",
|
|
776
|
+
Type: "String",
|
|
777
|
+
TaskId: "String"
|
|
780
778
|
}
|
|
781
779
|
},
|
|
782
|
-
|
|
780
|
+
SubmitRefreshCaches: {
|
|
783
781
|
url: "/",
|
|
784
782
|
method: "GET",
|
|
785
783
|
config: {
|
|
786
784
|
query: {
|
|
787
785
|
Version: "V3",
|
|
788
|
-
Action: "
|
|
786
|
+
Action: "SubmitRefreshCaches"
|
|
789
787
|
},
|
|
790
788
|
headers: {
|
|
791
789
|
"Content-Type": "application/json"
|
|
@@ -796,13 +794,13 @@ module.exports = class Client extends BaseClient {
|
|
|
796
794
|
Dirs: "Array"
|
|
797
795
|
}
|
|
798
796
|
},
|
|
799
|
-
|
|
797
|
+
SubmitPreloadCaches: {
|
|
800
798
|
url: "/",
|
|
801
799
|
method: "GET",
|
|
802
800
|
config: {
|
|
803
801
|
query: {
|
|
804
802
|
Version: "V3",
|
|
805
|
-
Action: "
|
|
803
|
+
Action: "SubmitPreloadCaches"
|
|
806
804
|
},
|
|
807
805
|
headers: {
|
|
808
806
|
"Content-Type": "application/json"
|
|
@@ -812,23 +810,25 @@ module.exports = class Client extends BaseClient {
|
|
|
812
810
|
Urls: "Array"
|
|
813
811
|
}
|
|
814
812
|
},
|
|
815
|
-
|
|
813
|
+
SetCertificateConfig: {
|
|
816
814
|
url: "/",
|
|
817
|
-
method: "
|
|
815
|
+
method: "GET",
|
|
818
816
|
config: {
|
|
819
817
|
query: {
|
|
820
818
|
Version: "V3",
|
|
821
|
-
Action: "
|
|
819
|
+
Action: "SetCertificateConfig"
|
|
822
820
|
},
|
|
823
821
|
headers: {
|
|
824
|
-
"Content-Type": "application/
|
|
822
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
825
823
|
}
|
|
826
824
|
},
|
|
827
825
|
paramsType: {
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
826
|
+
Enable: "String",
|
|
827
|
+
DomainIds: "String",
|
|
828
|
+
CertificateId: "String",
|
|
829
|
+
CertificateName: "String",
|
|
830
|
+
ServerCertificate: "String",
|
|
831
|
+
PrivateKey: "String"
|
|
832
832
|
}
|
|
833
833
|
}
|
|
834
834
|
});
|
|
@@ -99,7 +99,8 @@ module.exports = class Client extends BaseClient {
|
|
|
99
99
|
StorageRoceNetworkInterfaceMode: "String",
|
|
100
100
|
RoceCluster: "String",
|
|
101
101
|
SRoceCluster: "String",
|
|
102
|
-
UserDefinedData: "String"
|
|
102
|
+
UserDefinedData: "String",
|
|
103
|
+
ClientToken: "String"
|
|
103
104
|
}
|
|
104
105
|
},
|
|
105
106
|
StartEpc: {
|
|
@@ -115,7 +116,8 @@ module.exports = class Client extends BaseClient {
|
|
|
115
116
|
}
|
|
116
117
|
},
|
|
117
118
|
paramsType: {
|
|
118
|
-
HostId: "String"
|
|
119
|
+
HostId: "String",
|
|
120
|
+
ClientToken: "String"
|
|
119
121
|
}
|
|
120
122
|
},
|
|
121
123
|
RebootEpc: {
|
|
@@ -131,7 +133,8 @@ module.exports = class Client extends BaseClient {
|
|
|
131
133
|
}
|
|
132
134
|
},
|
|
133
135
|
paramsType: {
|
|
134
|
-
HostId: "String"
|
|
136
|
+
HostId: "String",
|
|
137
|
+
ClientToken: "String"
|
|
135
138
|
}
|
|
136
139
|
},
|
|
137
140
|
DeleteEpc: {
|
|
@@ -147,7 +150,8 @@ module.exports = class Client extends BaseClient {
|
|
|
147
150
|
}
|
|
148
151
|
},
|
|
149
152
|
paramsType: {
|
|
150
|
-
HostId: "String"
|
|
153
|
+
HostId: "String",
|
|
154
|
+
ClientToken: "String"
|
|
151
155
|
}
|
|
152
156
|
},
|
|
153
157
|
ReinstallEpc: {
|
|
@@ -192,7 +196,8 @@ module.exports = class Client extends BaseClient {
|
|
|
192
196
|
PasswordInherit: "String",
|
|
193
197
|
DataDiskMount: "String",
|
|
194
198
|
StorageRoceNetworkCardName: "String",
|
|
195
|
-
UserDefinedData: "String"
|
|
199
|
+
UserDefinedData: "String",
|
|
200
|
+
ClientToken: "String"
|
|
196
201
|
}
|
|
197
202
|
},
|
|
198
203
|
ModifySecurityGroup: {
|
|
@@ -462,7 +467,8 @@ module.exports = class Client extends BaseClient {
|
|
|
462
467
|
}
|
|
463
468
|
},
|
|
464
469
|
paramsType: {
|
|
465
|
-
HostId: "String"
|
|
470
|
+
HostId: "String",
|
|
471
|
+
ClientToken: "String"
|
|
466
472
|
}
|
|
467
473
|
},
|
|
468
474
|
ModifyEpc: {
|
|
@@ -480,7 +486,8 @@ module.exports = class Client extends BaseClient {
|
|
|
480
486
|
paramsType: {
|
|
481
487
|
HostId: "String",
|
|
482
488
|
HostName: "String",
|
|
483
|
-
Description: "String"
|
|
489
|
+
Description: "String",
|
|
490
|
+
ClientToken: "String"
|
|
484
491
|
}
|
|
485
492
|
},
|
|
486
493
|
ModifyRemoteManagement: {
|
|
@@ -1242,7 +1249,8 @@ module.exports = class Client extends BaseClient {
|
|
|
1242
1249
|
DataDiskMount: "String",
|
|
1243
1250
|
StorageRoceNetworkCardName: "String",
|
|
1244
1251
|
SRoceCluster: "String",
|
|
1245
|
-
RoceCluster: "String"
|
|
1252
|
+
RoceCluster: "String",
|
|
1253
|
+
ClientToken: "String"
|
|
1246
1254
|
}
|
|
1247
1255
|
},
|
|
1248
1256
|
DescribeUseHotStandbyRecords: {
|
package/package.json
CHANGED
|
@@ -32,8 +32,8 @@ module.exports = class Client extends BaseClient {
|
|
|
32
32
|
DomainId: "String",
|
|
33
33
|
StartTime: "String",
|
|
34
34
|
EndTime: "String",
|
|
35
|
-
PageSize: "
|
|
36
|
-
PageNumber: "
|
|
35
|
+
PageSize: "Long",
|
|
36
|
+
PageNumber: "Long",
|
|
37
37
|
},
|
|
38
38
|
},
|
|
39
39
|
GetClientRequestData: {
|
|
@@ -76,10 +76,10 @@ module.exports = class Client extends BaseClient {
|
|
|
76
76
|
},
|
|
77
77
|
},
|
|
78
78
|
paramsType: {
|
|
79
|
-
PageSize: "
|
|
80
|
-
PageNumber: "
|
|
79
|
+
PageSize: "Long",
|
|
80
|
+
PageNumber: "Long",
|
|
81
81
|
DomainName: "String",
|
|
82
|
-
ProjectId: "
|
|
82
|
+
ProjectId: "Long",
|
|
83
83
|
DomainStatus: "String",
|
|
84
84
|
CdnType: "String",
|
|
85
85
|
FuzzyMatch: "String",
|
|
@@ -610,8 +610,8 @@ module.exports = class Client extends BaseClient {
|
|
|
610
610
|
CdnType: "String",
|
|
611
611
|
DomainIds: "String",
|
|
612
612
|
Regions: "String",
|
|
613
|
-
ResultType: "
|
|
614
|
-
Granularity: "
|
|
613
|
+
ResultType: "Long",
|
|
614
|
+
Granularity: "Long",
|
|
615
615
|
DataType: "String",
|
|
616
616
|
ProtocolType: "String",
|
|
617
617
|
},
|
|
@@ -634,8 +634,8 @@ module.exports = class Client extends BaseClient {
|
|
|
634
634
|
CdnType: "String",
|
|
635
635
|
DomainIds: "String",
|
|
636
636
|
Regions: "String",
|
|
637
|
-
ResultType: "
|
|
638
|
-
Granularity: "
|
|
637
|
+
ResultType: "Long",
|
|
638
|
+
Granularity: "Long",
|
|
639
639
|
DataType: "String",
|
|
640
640
|
ProtocolType: "String",
|
|
641
641
|
},
|
|
@@ -658,8 +658,8 @@ module.exports = class Client extends BaseClient {
|
|
|
658
658
|
CdnType: "String",
|
|
659
659
|
DomainIds: "String",
|
|
660
660
|
Regions: "String",
|
|
661
|
-
ResultType: "
|
|
662
|
-
Granularity: "
|
|
661
|
+
ResultType: "Long",
|
|
662
|
+
Granularity: "Long",
|
|
663
663
|
DataType: "String",
|
|
664
664
|
ProtocolType: "String",
|
|
665
665
|
},
|
|
@@ -717,68 +717,66 @@ module.exports = class Client extends BaseClient {
|
|
|
717
717
|
CertificateIds: "String",
|
|
718
718
|
},
|
|
719
719
|
},
|
|
720
|
-
|
|
720
|
+
ValidateIP: {
|
|
721
721
|
url: "/",
|
|
722
722
|
method: "GET",
|
|
723
723
|
config: {
|
|
724
724
|
query: {
|
|
725
725
|
Version: "V3",
|
|
726
|
-
Action: "
|
|
726
|
+
Action: "ValidateIP",
|
|
727
727
|
},
|
|
728
728
|
headers: {
|
|
729
729
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
730
730
|
},
|
|
731
731
|
},
|
|
732
732
|
paramsType: {
|
|
733
|
-
|
|
734
|
-
DomainIds: "String",
|
|
735
|
-
CertificateId: "String",
|
|
736
|
-
CertificateName: "String",
|
|
737
|
-
ServerCertificate: "String",
|
|
738
|
-
PrivateKey: "String",
|
|
733
|
+
Ip: "String",
|
|
739
734
|
},
|
|
740
735
|
},
|
|
741
|
-
|
|
736
|
+
SetCdnBlockDomainUrl: {
|
|
742
737
|
url: "/",
|
|
743
738
|
method: "GET",
|
|
744
739
|
config: {
|
|
745
740
|
query: {
|
|
746
741
|
Version: "V3",
|
|
747
|
-
Action: "
|
|
742
|
+
Action: "SetCdnBlockDomainUrl",
|
|
748
743
|
},
|
|
749
744
|
headers: {
|
|
750
|
-
"Content-Type": "application/
|
|
745
|
+
"Content-Type": "application/json",
|
|
751
746
|
},
|
|
752
747
|
},
|
|
753
748
|
paramsType: {
|
|
754
|
-
|
|
749
|
+
BlockType: "String",
|
|
750
|
+
Urls: "Array",
|
|
751
|
+
RefreshOnUnblock: "String",
|
|
755
752
|
},
|
|
756
753
|
},
|
|
757
|
-
|
|
754
|
+
GetCntvRefreshOrPreloadTask: {
|
|
758
755
|
url: "/",
|
|
759
|
-
method: "
|
|
756
|
+
method: "POST",
|
|
760
757
|
config: {
|
|
761
758
|
query: {
|
|
762
759
|
Version: "V3",
|
|
763
|
-
Action: "
|
|
760
|
+
Action: "GetCntvRefreshOrPreloadTask",
|
|
764
761
|
},
|
|
765
762
|
headers: {
|
|
766
763
|
"Content-Type": "application/json",
|
|
767
764
|
},
|
|
768
765
|
},
|
|
769
766
|
paramsType: {
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
767
|
+
StartTime: "String",
|
|
768
|
+
EndTime: "String",
|
|
769
|
+
Type: "String",
|
|
770
|
+
TaskId: "String",
|
|
773
771
|
},
|
|
774
772
|
},
|
|
775
|
-
|
|
773
|
+
SubmitRefreshCaches: {
|
|
776
774
|
url: "/",
|
|
777
775
|
method: "GET",
|
|
778
776
|
config: {
|
|
779
777
|
query: {
|
|
780
778
|
Version: "V3",
|
|
781
|
-
Action: "
|
|
779
|
+
Action: "SubmitRefreshCaches",
|
|
782
780
|
},
|
|
783
781
|
headers: {
|
|
784
782
|
"Content-Type": "application/json",
|
|
@@ -789,13 +787,13 @@ module.exports = class Client extends BaseClient {
|
|
|
789
787
|
Dirs: "Array",
|
|
790
788
|
},
|
|
791
789
|
},
|
|
792
|
-
|
|
790
|
+
SubmitPreloadCaches: {
|
|
793
791
|
url: "/",
|
|
794
792
|
method: "GET",
|
|
795
793
|
config: {
|
|
796
794
|
query: {
|
|
797
795
|
Version: "V3",
|
|
798
|
-
Action: "
|
|
796
|
+
Action: "SubmitPreloadCaches",
|
|
799
797
|
},
|
|
800
798
|
headers: {
|
|
801
799
|
"Content-Type": "application/json",
|
|
@@ -805,23 +803,25 @@ module.exports = class Client extends BaseClient {
|
|
|
805
803
|
Urls: "Array",
|
|
806
804
|
},
|
|
807
805
|
},
|
|
808
|
-
|
|
806
|
+
SetCertificateConfig: {
|
|
809
807
|
url: "/",
|
|
810
|
-
method: "
|
|
808
|
+
method: "GET",
|
|
811
809
|
config: {
|
|
812
810
|
query: {
|
|
813
811
|
Version: "V3",
|
|
814
|
-
Action: "
|
|
812
|
+
Action: "SetCertificateConfig",
|
|
815
813
|
},
|
|
816
814
|
headers: {
|
|
817
|
-
"Content-Type": "application/
|
|
815
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
818
816
|
},
|
|
819
817
|
},
|
|
820
818
|
paramsType: {
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
819
|
+
Enable: "String",
|
|
820
|
+
DomainIds: "String",
|
|
821
|
+
CertificateId: "String",
|
|
822
|
+
CertificateName: "String",
|
|
823
|
+
ServerCertificate: "String",
|
|
824
|
+
PrivateKey: "String",
|
|
825
825
|
},
|
|
826
826
|
},
|
|
827
827
|
};
|
|
@@ -93,6 +93,7 @@ module.exports = class Client extends BaseClient {
|
|
|
93
93
|
RoceCluster: "String",
|
|
94
94
|
SRoceCluster: "String",
|
|
95
95
|
UserDefinedData: "String",
|
|
96
|
+
ClientToken: "String",
|
|
96
97
|
},
|
|
97
98
|
},
|
|
98
99
|
StartEpc: {
|
|
@@ -109,6 +110,7 @@ module.exports = class Client extends BaseClient {
|
|
|
109
110
|
},
|
|
110
111
|
paramsType: {
|
|
111
112
|
HostId: "String",
|
|
113
|
+
ClientToken: "String",
|
|
112
114
|
},
|
|
113
115
|
},
|
|
114
116
|
RebootEpc: {
|
|
@@ -125,6 +127,7 @@ module.exports = class Client extends BaseClient {
|
|
|
125
127
|
},
|
|
126
128
|
paramsType: {
|
|
127
129
|
HostId: "String",
|
|
130
|
+
ClientToken: "String",
|
|
128
131
|
},
|
|
129
132
|
},
|
|
130
133
|
DeleteEpc: {
|
|
@@ -141,6 +144,7 @@ module.exports = class Client extends BaseClient {
|
|
|
141
144
|
},
|
|
142
145
|
paramsType: {
|
|
143
146
|
HostId: "String",
|
|
147
|
+
ClientToken: "String",
|
|
144
148
|
},
|
|
145
149
|
},
|
|
146
150
|
ReinstallEpc: {
|
|
@@ -186,6 +190,7 @@ module.exports = class Client extends BaseClient {
|
|
|
186
190
|
DataDiskMount: "String",
|
|
187
191
|
StorageRoceNetworkCardName: "String",
|
|
188
192
|
UserDefinedData: "String",
|
|
193
|
+
ClientToken: "String",
|
|
189
194
|
},
|
|
190
195
|
},
|
|
191
196
|
ModifySecurityGroup: {
|
|
@@ -456,6 +461,7 @@ module.exports = class Client extends BaseClient {
|
|
|
456
461
|
},
|
|
457
462
|
paramsType: {
|
|
458
463
|
HostId: "String",
|
|
464
|
+
ClientToken: "String",
|
|
459
465
|
},
|
|
460
466
|
},
|
|
461
467
|
ModifyEpc: {
|
|
@@ -474,6 +480,7 @@ module.exports = class Client extends BaseClient {
|
|
|
474
480
|
HostId: "String",
|
|
475
481
|
HostName: "String",
|
|
476
482
|
Description: "String",
|
|
483
|
+
ClientToken: "String",
|
|
477
484
|
},
|
|
478
485
|
},
|
|
479
486
|
ModifyRemoteManagement: {
|
|
@@ -1236,6 +1243,7 @@ module.exports = class Client extends BaseClient {
|
|
|
1236
1243
|
StorageRoceNetworkCardName: "String",
|
|
1237
1244
|
SRoceCluster: "String",
|
|
1238
1245
|
RoceCluster: "String",
|
|
1246
|
+
ClientToken: "String",
|
|
1239
1247
|
},
|
|
1240
1248
|
},
|
|
1241
1249
|
DescribeUseHotStandbyRecords: {
|