@volcengine/na 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +165 -0
- package/dist/esm/api.d.ts +144 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +98 -0
- package/dist/esm/types/create-diagnosis-instance-request.d.ts +35 -0
- package/dist/esm/types/create-diagnosis-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-diagnosis-instance-response.d.ts +30 -0
- package/dist/esm/types/create-diagnosis-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-path-analysis-request.d.ts +75 -0
- package/dist/esm/types/create-path-analysis-request.d.ts.map +1 -0
- package/dist/esm/types/create-path-analysis-response.d.ts +30 -0
- package/dist/esm/types/create-path-analysis-response.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-network-traffic-metrics-output.d.ts +26 -0
- package/dist/esm/types/data-for-get-network-traffic-metrics-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-network-traffic-top-noutput.d.ts +85 -0
- package/dist/esm/types/data-for-get-network-traffic-top-noutput.d.ts.map +1 -0
- package/dist/esm/types/delete-analysis-path-report-request.d.ts +25 -0
- package/dist/esm/types/delete-analysis-path-report-request.d.ts.map +1 -0
- package/dist/esm/types/delete-analysis-path-report-response.d.ts +20 -0
- package/dist/esm/types/delete-analysis-path-report-response.d.ts.map +1 -0
- package/dist/esm/types/delete-analysis-path-request.d.ts +25 -0
- package/dist/esm/types/delete-analysis-path-request.d.ts.map +1 -0
- package/dist/esm/types/delete-analysis-path-response.d.ts +20 -0
- package/dist/esm/types/delete-analysis-path-response.d.ts.map +1 -0
- package/dist/esm/types/describe-diagnosis-instance-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-diagnosis-instance-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-diagnosis-instance-detail-response.d.ts +71 -0
- package/dist/esm/types/describe-diagnosis-instance-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-diagnosis-instances-request.d.ts +40 -0
- package/dist/esm/types/describe-diagnosis-instances-request.d.ts.map +1 -0
- package/dist/esm/types/describe-diagnosis-instances-response.d.ts +46 -0
- package/dist/esm/types/describe-diagnosis-instances-response.d.ts.map +1 -0
- package/dist/esm/types/describe-history-diagnosis-request.d.ts +25 -0
- package/dist/esm/types/describe-history-diagnosis-request.d.ts.map +1 -0
- package/dist/esm/types/describe-history-diagnosis-response.d.ts +26 -0
- package/dist/esm/types/describe-history-diagnosis-response.d.ts.map +1 -0
- package/dist/esm/types/diagnosis-category-item-for-describe-diagnosis-instance-detail-output.d.ts +31 -0
- package/dist/esm/types/diagnosis-category-item-for-describe-diagnosis-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/diagnosis-instance-for-describe-diagnosis-instances-output.d.ts +65 -0
- package/dist/esm/types/diagnosis-instance-for-describe-diagnosis-instances-output.d.ts.map +1 -0
- package/dist/esm/types/diagnosis-item-for-describe-diagnosis-instance-detail-output.d.ts +40 -0
- package/dist/esm/types/diagnosis-item-for-describe-diagnosis-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/filter-for-get-network-traffic-metrics-input.d.ts +30 -0
- package/dist/esm/types/filter-for-get-network-traffic-metrics-input.d.ts.map +1 -0
- package/dist/esm/types/filter-for-get-network-traffic-top-ninput.d.ts +30 -0
- package/dist/esm/types/filter-for-get-network-traffic-top-ninput.d.ts.map +1 -0
- package/dist/esm/types/get-analysis-path-report-request.d.ts +25 -0
- package/dist/esm/types/get-analysis-path-report-request.d.ts.map +1 -0
- package/dist/esm/types/get-analysis-path-report-response.d.ts +55 -0
- package/dist/esm/types/get-analysis-path-report-response.d.ts.map +1 -0
- package/dist/esm/types/get-network-traffic-metrics-request.d.ts +56 -0
- package/dist/esm/types/get-network-traffic-metrics-request.d.ts.map +1 -0
- package/dist/esm/types/get-network-traffic-metrics-response.d.ts +26 -0
- package/dist/esm/types/get-network-traffic-metrics-response.d.ts.map +1 -0
- package/dist/esm/types/get-network-traffic-top-nrequest.d.ts +71 -0
- package/dist/esm/types/get-network-traffic-top-nrequest.d.ts.map +1 -0
- package/dist/esm/types/get-network-traffic-top-nresponse.d.ts +26 -0
- package/dist/esm/types/get-network-traffic-top-nresponse.d.ts.map +1 -0
- package/dist/esm/types/history-diagnosis-for-describe-history-diagnosis-output.d.ts +35 -0
- package/dist/esm/types/history-diagnosis-for-describe-history-diagnosis-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +32 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/metric-for-get-network-traffic-metrics-output.d.ts +30 -0
- package/dist/esm/types/metric-for-get-network-traffic-metrics-output.d.ts.map +1 -0
- package/dist/esm/types/reanalysis-path-request.d.ts +25 -0
- package/dist/esm/types/reanalysis-path-request.d.ts.map +1 -0
- package/dist/esm/types/reanalysis-path-response.d.ts +30 -0
- package/dist/esm/types/reanalysis-path-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +248 -0
- package/src/index.ts +14 -0
- package/src/types/create-diagnosis-instance-request.ts +40 -0
- package/src/types/create-diagnosis-instance-response.ts +34 -0
- package/src/types/create-path-analysis-request.ts +88 -0
- package/src/types/create-path-analysis-response.ts +34 -0
- package/src/types/data-for-get-network-traffic-metrics-output.ts +29 -0
- package/src/types/data-for-get-network-traffic-top-noutput.ts +100 -0
- package/src/types/delete-analysis-path-report-request.ts +28 -0
- package/src/types/delete-analysis-path-report-response.ts +22 -0
- package/src/types/delete-analysis-path-request.ts +28 -0
- package/src/types/delete-analysis-path-response.ts +22 -0
- package/src/types/describe-diagnosis-instance-detail-request.ts +28 -0
- package/src/types/describe-diagnosis-instance-detail-response.ts +83 -0
- package/src/types/describe-diagnosis-instances-request.ts +46 -0
- package/src/types/describe-diagnosis-instances-response.ts +53 -0
- package/src/types/describe-history-diagnosis-request.ts +28 -0
- package/src/types/describe-history-diagnosis-response.ts +29 -0
- package/src/types/diagnosis-category-item-for-describe-diagnosis-instance-detail-output.ts +35 -0
- package/src/types/diagnosis-instance-for-describe-diagnosis-instances-output.ts +76 -0
- package/src/types/diagnosis-item-for-describe-diagnosis-instance-detail-output.ts +46 -0
- package/src/types/filter-for-get-network-traffic-metrics-input.ts +34 -0
- package/src/types/filter-for-get-network-traffic-top-ninput.ts +34 -0
- package/src/types/get-analysis-path-report-request.ts +28 -0
- package/src/types/get-analysis-path-report-response.ts +64 -0
- package/src/types/get-network-traffic-metrics-request.ts +65 -0
- package/src/types/get-network-traffic-metrics-response.ts +29 -0
- package/src/types/get-network-traffic-top-nrequest.ts +83 -0
- package/src/types/get-network-traffic-top-nresponse.ts +29 -0
- package/src/types/history-diagnosis-for-describe-history-diagnosis-output.ts +40 -0
- package/src/types/index.ts +31 -0
- package/src/types/metric-for-get-network-traffic-metrics-output.ts +34 -0
- package/src/types/reanalysis-path-request.ts +28 -0
- package/src/types/reanalysis-path-response.ts +34 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface DiagnosisInstanceForDescribeDiagnosisInstancesOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
26
|
+
*/
|
|
27
|
+
Count?: number;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
32
|
+
*/
|
|
33
|
+
CreationTime?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
38
|
+
*/
|
|
39
|
+
DiagnosisInstanceId?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
44
|
+
*/
|
|
45
|
+
DiagnosisInstanceStatus?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {boolean}
|
|
49
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
50
|
+
*/
|
|
51
|
+
ResourceDeleted?: boolean;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
56
|
+
*/
|
|
57
|
+
ResourceInstanceId?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
62
|
+
*/
|
|
63
|
+
ResourceInstanceName?: string;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
68
|
+
*/
|
|
69
|
+
ResourceRegion?: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof DiagnosisInstanceForDescribeDiagnosisInstancesOutput
|
|
74
|
+
*/
|
|
75
|
+
ResourceType?: string;
|
|
76
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface DiagnosisItemForDescribeDiagnosisInstanceDetailOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
|
|
26
|
+
*/
|
|
27
|
+
AbnormalResult?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
|
|
32
|
+
*/
|
|
33
|
+
ItemName?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
|
|
38
|
+
*/
|
|
39
|
+
ItemStatus?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof DiagnosisItemForDescribeDiagnosisInstanceDetailOutput
|
|
44
|
+
*/
|
|
45
|
+
Recommendation?: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface FilterForGetNetworkTrafficMetricsInput
|
|
20
|
+
*/
|
|
21
|
+
export interface FilterForGetNetworkTrafficMetricsInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof FilterForGetNetworkTrafficMetricsInput
|
|
26
|
+
*/
|
|
27
|
+
Name?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof FilterForGetNetworkTrafficMetricsInput
|
|
32
|
+
*/
|
|
33
|
+
Value?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface FilterForGetNetworkTrafficTopNInput
|
|
20
|
+
*/
|
|
21
|
+
export interface FilterForGetNetworkTrafficTopNInput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof FilterForGetNetworkTrafficTopNInput
|
|
26
|
+
*/
|
|
27
|
+
Name?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof FilterForGetNetworkTrafficTopNInput
|
|
32
|
+
*/
|
|
33
|
+
Value?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface GetAnalysisPathReportRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface GetAnalysisPathReportRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof GetAnalysisPathReportRequest
|
|
26
|
+
*/
|
|
27
|
+
PathReportId: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface GetAnalysisPathReportResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface GetAnalysisPathReportResponse {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof GetAnalysisPathReportResponse
|
|
26
|
+
*/
|
|
27
|
+
CreateTime?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof GetAnalysisPathReportResponse
|
|
32
|
+
*/
|
|
33
|
+
PathDetails?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof GetAnalysisPathReportResponse
|
|
38
|
+
*/
|
|
39
|
+
PathId?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof GetAnalysisPathReportResponse
|
|
44
|
+
*/
|
|
45
|
+
PathReportId?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof GetAnalysisPathReportResponse
|
|
50
|
+
*/
|
|
51
|
+
Reachability?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof GetAnalysisPathReportResponse
|
|
56
|
+
*/
|
|
57
|
+
ReportDetails?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof GetAnalysisPathReportResponse
|
|
62
|
+
*/
|
|
63
|
+
Status?: string;
|
|
64
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { FilterForGetNetworkTrafficMetricsInput } from './filter-for-get-network-traffic-metrics-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GetNetworkTrafficMetricsRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface GetNetworkTrafficMetricsRequest {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GetNetworkTrafficMetricsRequest
|
|
27
|
+
*/
|
|
28
|
+
BeginTime?: number;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetNetworkTrafficMetricsRequest
|
|
33
|
+
*/
|
|
34
|
+
Direction: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof GetNetworkTrafficMetricsRequest
|
|
39
|
+
*/
|
|
40
|
+
EndTime?: number;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {Array<FilterForGetNetworkTrafficMetricsInput>}
|
|
44
|
+
* @memberof GetNetworkTrafficMetricsRequest
|
|
45
|
+
*/
|
|
46
|
+
Filters?: Array<FilterForGetNetworkTrafficMetricsInput>;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GetNetworkTrafficMetricsRequest
|
|
51
|
+
*/
|
|
52
|
+
MetricName: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GetNetworkTrafficMetricsRequest
|
|
57
|
+
*/
|
|
58
|
+
Region: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof GetNetworkTrafficMetricsRequest
|
|
63
|
+
*/
|
|
64
|
+
ResourceType: string;
|
|
65
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DataForGetNetworkTrafficMetricsOutput } from './data-for-get-network-traffic-metrics-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GetNetworkTrafficMetricsResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface GetNetworkTrafficMetricsResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {DataForGetNetworkTrafficMetricsOutput}
|
|
26
|
+
* @memberof GetNetworkTrafficMetricsResponse
|
|
27
|
+
*/
|
|
28
|
+
Data?: DataForGetNetworkTrafficMetricsOutput;
|
|
29
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { FilterForGetNetworkTrafficTopNInput } from './filter-for-get-network-traffic-top-ninput';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GetNetworkTrafficTopNRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface GetNetworkTrafficTopNRequest {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
27
|
+
*/
|
|
28
|
+
BeginTime?: number;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
33
|
+
*/
|
|
34
|
+
Direction: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
39
|
+
*/
|
|
40
|
+
EndTime?: number;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {Array<FilterForGetNetworkTrafficTopNInput>}
|
|
44
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
45
|
+
*/
|
|
46
|
+
Filters?: Array<FilterForGetNetworkTrafficTopNInput>;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
51
|
+
*/
|
|
52
|
+
GroupBy: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
57
|
+
*/
|
|
58
|
+
Region: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
63
|
+
*/
|
|
64
|
+
ResourceType: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
69
|
+
*/
|
|
70
|
+
SortBy: string;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
75
|
+
*/
|
|
76
|
+
SortOrder?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {number}
|
|
80
|
+
* @memberof GetNetworkTrafficTopNRequest
|
|
81
|
+
*/
|
|
82
|
+
TopCount?: number;
|
|
83
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DataForGetNetworkTrafficTopNOutput } from './data-for-get-network-traffic-top-noutput';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GetNetworkTrafficTopNResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface GetNetworkTrafficTopNResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {Array<DataForGetNetworkTrafficTopNOutput>}
|
|
26
|
+
* @memberof GetNetworkTrafficTopNResponse
|
|
27
|
+
*/
|
|
28
|
+
Data?: Array<DataForGetNetworkTrafficTopNOutput>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface HistoryDiagnosisForDescribeHistoryDiagnosisOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface HistoryDiagnosisForDescribeHistoryDiagnosisOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof HistoryDiagnosisForDescribeHistoryDiagnosisOutput
|
|
26
|
+
*/
|
|
27
|
+
CreationTime?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof HistoryDiagnosisForDescribeHistoryDiagnosisOutput
|
|
32
|
+
*/
|
|
33
|
+
DiagnosisInstanceId?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof HistoryDiagnosisForDescribeHistoryDiagnosisOutput
|
|
38
|
+
*/
|
|
39
|
+
DiagnosisInstanceStatus?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export * from './create-diagnosis-instance-request';
|
|
2
|
+
export * from './create-diagnosis-instance-response';
|
|
3
|
+
export * from './create-path-analysis-request';
|
|
4
|
+
export * from './create-path-analysis-response';
|
|
5
|
+
export * from './data-for-get-network-traffic-metrics-output';
|
|
6
|
+
export * from './data-for-get-network-traffic-top-noutput';
|
|
7
|
+
export * from './delete-analysis-path-report-request';
|
|
8
|
+
export * from './delete-analysis-path-report-response';
|
|
9
|
+
export * from './delete-analysis-path-request';
|
|
10
|
+
export * from './delete-analysis-path-response';
|
|
11
|
+
export * from './describe-diagnosis-instance-detail-request';
|
|
12
|
+
export * from './describe-diagnosis-instance-detail-response';
|
|
13
|
+
export * from './describe-diagnosis-instances-request';
|
|
14
|
+
export * from './describe-diagnosis-instances-response';
|
|
15
|
+
export * from './describe-history-diagnosis-request';
|
|
16
|
+
export * from './describe-history-diagnosis-response';
|
|
17
|
+
export * from './diagnosis-category-item-for-describe-diagnosis-instance-detail-output';
|
|
18
|
+
export * from './diagnosis-instance-for-describe-diagnosis-instances-output';
|
|
19
|
+
export * from './diagnosis-item-for-describe-diagnosis-instance-detail-output';
|
|
20
|
+
export * from './filter-for-get-network-traffic-metrics-input';
|
|
21
|
+
export * from './filter-for-get-network-traffic-top-ninput';
|
|
22
|
+
export * from './get-analysis-path-report-request';
|
|
23
|
+
export * from './get-analysis-path-report-response';
|
|
24
|
+
export * from './get-network-traffic-metrics-request';
|
|
25
|
+
export * from './get-network-traffic-metrics-response';
|
|
26
|
+
export * from './get-network-traffic-top-nrequest';
|
|
27
|
+
export * from './get-network-traffic-top-nresponse';
|
|
28
|
+
export * from './history-diagnosis-for-describe-history-diagnosis-output';
|
|
29
|
+
export * from './metric-for-get-network-traffic-metrics-output';
|
|
30
|
+
export * from './reanalysis-path-request';
|
|
31
|
+
export * from './reanalysis-path-response';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface MetricForGetNetworkTrafficMetricsOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface MetricForGetNetworkTrafficMetricsOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof MetricForGetNetworkTrafficMetricsOutput
|
|
26
|
+
*/
|
|
27
|
+
Time?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof MetricForGetNetworkTrafficMetricsOutput
|
|
32
|
+
*/
|
|
33
|
+
Value?: number;
|
|
34
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ReanalysisPathRequest
|
|
20
|
+
*/
|
|
21
|
+
export interface ReanalysisPathRequest {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ReanalysisPathRequest
|
|
26
|
+
*/
|
|
27
|
+
PathId: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* na
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface ReanalysisPathResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface ReanalysisPathResponse {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof ReanalysisPathResponse
|
|
26
|
+
*/
|
|
27
|
+
PathId?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ReanalysisPathResponse
|
|
32
|
+
*/
|
|
33
|
+
PathReportId?: string;
|
|
34
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"outDir": "./dist/types",
|
|
5
|
+
"rootDir": "./src"
|
|
6
|
+
},
|
|
7
|
+
"include": ["src/**/*"],
|
|
8
|
+
"exclude": ["node_modules", "dist", "test"],
|
|
9
|
+
"references": [
|
|
10
|
+
{ "path": "../../packages/sdk-core" }
|
|
11
|
+
]
|
|
12
|
+
}
|