ksyun-sdk-node 1.5.1 → 1.5.3

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.
@@ -36,7 +36,11 @@ module.exports = class Client extends BaseClient {
36
36
  }
37
37
  },
38
38
  paramsType: {
39
- DomainId: "String"
39
+ DomainId: "String",
40
+ StartTime: "String",
41
+ EndTime: "String",
42
+ PageSize: "Int",
43
+ PageNumber: "Int"
40
44
  }
41
45
  },
42
46
  GetClientRequestData: {
@@ -594,6 +598,78 @@ module.exports = class Client extends BaseClient {
594
598
  }
595
599
  },
596
600
  paramsType: {}
601
+ },
602
+ GetBandwidthData: {
603
+ url: "/",
604
+ method: "POST|GET",
605
+ config: {
606
+ query: {
607
+ Version: "V3",
608
+ Action: "GetBandwidthData"
609
+ },
610
+ headers: {
611
+ "Content-Type": "application/json"
612
+ }
613
+ },
614
+ paramsType: {
615
+ StartTime: "String",
616
+ EndTime: "String",
617
+ CdnType: "String",
618
+ DomainIds: "String",
619
+ Regions: "String",
620
+ ResultType: "Int",
621
+ Granularity: "Int",
622
+ DataType: "String",
623
+ ProtocolType: "String"
624
+ }
625
+ },
626
+ GetFlowData: {
627
+ url: "/",
628
+ method: "POST|GET",
629
+ config: {
630
+ query: {
631
+ Version: "V3",
632
+ Action: "GetFlowData"
633
+ },
634
+ headers: {
635
+ "Content-Type": "application/x-www-form-urlencoded"
636
+ }
637
+ },
638
+ paramsType: {
639
+ StartTime: "String",
640
+ EndTime: "String",
641
+ CdnType: "String",
642
+ DomainIds: "String",
643
+ Regions: "String",
644
+ ResultType: "Int",
645
+ Granularity: "Int",
646
+ DataType: "String",
647
+ ProtocolType: "String"
648
+ }
649
+ },
650
+ GetPvData: {
651
+ url: "/",
652
+ method: "POST|GET",
653
+ config: {
654
+ query: {
655
+ Version: "V3",
656
+ Action: "GetPvData"
657
+ },
658
+ headers: {
659
+ "Content-Type": "application/x-www-form-urlencoded"
660
+ }
661
+ },
662
+ paramsType: {
663
+ StartTime: "String",
664
+ EndTime: "String",
665
+ CdnType: "String",
666
+ DomainIds: "String",
667
+ Regions: "String",
668
+ ResultType: "Int",
669
+ Granularity: "Int",
670
+ DataType: "String",
671
+ ProtocolType: "String"
672
+ }
597
673
  }
598
674
  });
599
675
  }
@@ -65,6 +65,25 @@ module.exports = class Client extends BaseClient {
65
65
  PageIndex: "Int",
66
66
  PageSize: "Int"
67
67
  }
68
+ },
69
+ ListAlarmEffectInstance: {
70
+ url: "/",
71
+ method: "GET",
72
+ config: {
73
+ query: {
74
+ Version: "2025-01-01",
75
+ Action: "ListAlarmEffectInstance"
76
+ },
77
+ headers: {
78
+ "Content-Type": "application/x-www-form-urlencoded"
79
+ }
80
+ },
81
+ paramsType: {
82
+ StartTime: "Int",
83
+ EndTime: "Int",
84
+ PageIndex: "Int",
85
+ PageSize: "Int"
86
+ }
68
87
  }
69
88
  });
70
89
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ksyun-sdk-node",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -30,6 +30,10 @@ module.exports = class Client extends BaseClient {
30
30
  },
31
31
  paramsType: {
32
32
  DomainId: "String",
33
+ StartTime: "String",
34
+ EndTime: "String",
35
+ PageSize: "Int",
36
+ PageNumber: "Int",
33
37
  },
34
38
  },
35
39
  GetClientRequestData: {
@@ -588,5 +592,77 @@ module.exports = class Client extends BaseClient {
588
592
  },
589
593
  paramsType: {},
590
594
  },
595
+ GetBandwidthData: {
596
+ url: "/",
597
+ method: "POST|GET",
598
+ config: {
599
+ query: {
600
+ Version: "V3",
601
+ Action: "GetBandwidthData",
602
+ },
603
+ headers: {
604
+ "Content-Type": "application/json",
605
+ },
606
+ },
607
+ paramsType: {
608
+ StartTime: "String",
609
+ EndTime: "String",
610
+ CdnType: "String",
611
+ DomainIds: "String",
612
+ Regions: "String",
613
+ ResultType: "Int",
614
+ Granularity: "Int",
615
+ DataType: "String",
616
+ ProtocolType: "String",
617
+ },
618
+ },
619
+ GetFlowData: {
620
+ url: "/",
621
+ method: "POST|GET",
622
+ config: {
623
+ query: {
624
+ Version: "V3",
625
+ Action: "GetFlowData",
626
+ },
627
+ headers: {
628
+ "Content-Type": "application/x-www-form-urlencoded",
629
+ },
630
+ },
631
+ paramsType: {
632
+ StartTime: "String",
633
+ EndTime: "String",
634
+ CdnType: "String",
635
+ DomainIds: "String",
636
+ Regions: "String",
637
+ ResultType: "Int",
638
+ Granularity: "Int",
639
+ DataType: "String",
640
+ ProtocolType: "String",
641
+ },
642
+ },
643
+ GetPvData: {
644
+ url: "/",
645
+ method: "POST|GET",
646
+ config: {
647
+ query: {
648
+ Version: "V3",
649
+ Action: "GetPvData",
650
+ },
651
+ headers: {
652
+ "Content-Type": "application/x-www-form-urlencoded",
653
+ },
654
+ },
655
+ paramsType: {
656
+ StartTime: "String",
657
+ EndTime: "String",
658
+ CdnType: "String",
659
+ DomainIds: "String",
660
+ Regions: "String",
661
+ ResultType: "Int",
662
+ Granularity: "Int",
663
+ DataType: "String",
664
+ ProtocolType: "String",
665
+ },
666
+ },
591
667
  };
592
668
  };
@@ -59,5 +59,24 @@ module.exports = class Client extends BaseClient {
59
59
  PageSize: "Int",
60
60
  },
61
61
  },
62
+ ListAlarmEffectInstance: {
63
+ url: "/",
64
+ method: "GET",
65
+ config: {
66
+ query: {
67
+ Version: "2025-01-01",
68
+ Action: "ListAlarmEffectInstance",
69
+ },
70
+ headers: {
71
+ "Content-Type": "application/x-www-form-urlencoded",
72
+ },
73
+ },
74
+ paramsType: {
75
+ StartTime: "Int",
76
+ EndTime: "Int",
77
+ PageIndex: "Int",
78
+ PageSize: "Int",
79
+ },
80
+ },
62
81
  };
63
82
  };