ksyun-sdk-node 1.5.1 → 1.5.2

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.
@@ -594,6 +594,78 @@ module.exports = class Client extends BaseClient {
594
594
  }
595
595
  },
596
596
  paramsType: {}
597
+ },
598
+ GetBandwidthData: {
599
+ url: "/",
600
+ method: "POST|GET",
601
+ config: {
602
+ query: {
603
+ Version: "V3",
604
+ Action: "GetBandwidthData"
605
+ },
606
+ headers: {
607
+ "Content-Type": "application/json"
608
+ }
609
+ },
610
+ paramsType: {
611
+ StartTime: "String",
612
+ EndTime: "String",
613
+ CdnType: "String",
614
+ DomainIds: "String",
615
+ Regions: "String",
616
+ ResultType: "Int",
617
+ Granularity: "Int",
618
+ DataType: "String",
619
+ ProtocolType: "String"
620
+ }
621
+ },
622
+ GetFlowData: {
623
+ url: "/",
624
+ method: "POST|GET",
625
+ config: {
626
+ query: {
627
+ Version: "V3",
628
+ Action: "GetFlowData"
629
+ },
630
+ headers: {
631
+ "Content-Type": "application/x-www-form-urlencoded"
632
+ }
633
+ },
634
+ paramsType: {
635
+ StartTime: "String",
636
+ EndTime: "String",
637
+ CdnType: "String",
638
+ DomainIds: "String",
639
+ Regions: "String",
640
+ ResultType: "Int",
641
+ Granularity: "Int",
642
+ DataType: "String",
643
+ ProtocolType: "String"
644
+ }
645
+ },
646
+ GetPvData: {
647
+ url: "/",
648
+ method: "POST|GET",
649
+ config: {
650
+ query: {
651
+ Version: "V3",
652
+ Action: "GetPvData"
653
+ },
654
+ headers: {
655
+ "Content-Type": "application/x-www-form-urlencoded"
656
+ }
657
+ },
658
+ paramsType: {
659
+ StartTime: "String",
660
+ EndTime: "String",
661
+ CdnType: "String",
662
+ DomainIds: "String",
663
+ Regions: "String",
664
+ ResultType: "Int",
665
+ Granularity: "Int",
666
+ DataType: "String",
667
+ ProtocolType: "String"
668
+ }
597
669
  }
598
670
  });
599
671
  }
@@ -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.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -588,5 +588,77 @@ module.exports = class Client extends BaseClient {
588
588
  },
589
589
  paramsType: {},
590
590
  },
591
+ GetBandwidthData: {
592
+ url: "/",
593
+ method: "POST|GET",
594
+ config: {
595
+ query: {
596
+ Version: "V3",
597
+ Action: "GetBandwidthData",
598
+ },
599
+ headers: {
600
+ "Content-Type": "application/json",
601
+ },
602
+ },
603
+ paramsType: {
604
+ StartTime: "String",
605
+ EndTime: "String",
606
+ CdnType: "String",
607
+ DomainIds: "String",
608
+ Regions: "String",
609
+ ResultType: "Int",
610
+ Granularity: "Int",
611
+ DataType: "String",
612
+ ProtocolType: "String",
613
+ },
614
+ },
615
+ GetFlowData: {
616
+ url: "/",
617
+ method: "POST|GET",
618
+ config: {
619
+ query: {
620
+ Version: "V3",
621
+ Action: "GetFlowData",
622
+ },
623
+ headers: {
624
+ "Content-Type": "application/x-www-form-urlencoded",
625
+ },
626
+ },
627
+ paramsType: {
628
+ StartTime: "String",
629
+ EndTime: "String",
630
+ CdnType: "String",
631
+ DomainIds: "String",
632
+ Regions: "String",
633
+ ResultType: "Int",
634
+ Granularity: "Int",
635
+ DataType: "String",
636
+ ProtocolType: "String",
637
+ },
638
+ },
639
+ GetPvData: {
640
+ url: "/",
641
+ method: "POST|GET",
642
+ config: {
643
+ query: {
644
+ Version: "V3",
645
+ Action: "GetPvData",
646
+ },
647
+ headers: {
648
+ "Content-Type": "application/x-www-form-urlencoded",
649
+ },
650
+ },
651
+ paramsType: {
652
+ StartTime: "String",
653
+ EndTime: "String",
654
+ CdnType: "String",
655
+ DomainIds: "String",
656
+ Regions: "String",
657
+ ResultType: "Int",
658
+ Granularity: "Int",
659
+ DataType: "String",
660
+ ProtocolType: "String",
661
+ },
662
+ },
591
663
  };
592
664
  };
@@ -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
  };