cms

package
v0.0.0-...-0b043e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Product = "Cms"
	Style   = "RPC"
	Version = "2015-08-01"
)

Variables

This section is empty.

Functions

func NewParams

func NewParams() openapi.Params

Types

type API

type API struct {
	openapi.Service
}

func New

func New(accessKeyId, accessKeySecret string) API

func (API) BatchCreateMetrics

func (api API) BatchCreateMetrics(optional openapi.M) (*BatchCreateMetricsResponse, error)

BatchCreateMetrics version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: ProjectName, type: string
name: Sqls, type: string
name: _region, type: string

func (API) BatchCreateSqlMetrics

func (api API) BatchCreateSqlMetrics(optional openapi.M) (*BatchCreateSqlMetricsResponse, error)

BatchCreateSqlMetrics version 2015-08-01

optional parameters:

name: IsPublic, type: int
name: ProjectName, type: string
name: Sqls, type: string
name: _region, type: string

func (API) BatchPutDimTableData

func (api API) BatchPutDimTableData(optional openapi.M) (*BatchPutDimTableDataResponse, error)

BatchPutDimTableData version 2015-08-01

optional parameters:

name: Body, type: string
name: DimTableName, type: string
name: _region, type: string

func (API) BatchQueryMetric

func (api API) BatchQueryMetric(optional openapi.M) (*BatchQueryMetricResponse, error)

BatchQueryMetric version 2015-08-01

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Extend, type: string
name: Filter, type: string
name: Metric, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string
name: _region, type: string

func (API) CreateDimTable

func (api API) CreateDimTable(optional openapi.M) (*CreateDimTableResponse, error)

CreateDimTable version 2015-08-01

optional parameters:

name: DimTable, type: string
name: _region, type: string

func (API) CreateMetricStream

func (api API) CreateMetricStream(optional openapi.M) (*CreateMetricStreamResponse, error)

CreateMetricStream version 2015-08-01

optional parameters:

name: MetricStream, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) CreateMetrics

func (api API) CreateMetrics(optional openapi.M) (*CreateMetricsResponse, error)

CreateMetrics version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: Metrics, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) CreateProject

func (api API) CreateProject(optional openapi.M) (*CreateProjectResponse, error)

CreateProject version 2015-08-01

optional parameters:

name: Project, type: string
name: _region, type: string

func (API) CreateSQLMetrics

func (api API) CreateSQLMetrics(optional openapi.M) (*CreateSQLMetricsResponse, error)

CreateSQLMetrics version 2015-08-01

optional parameters:

name: IsPublic, type: int
name: ProjectName, type: string
name: Sql, type: string
name: _region, type: string

func (API) DeleteDimTable

func (api API) DeleteDimTable(optional openapi.M) (*DeleteDimTableResponse, error)

DeleteDimTable version 2015-08-01

optional parameters:

name: DimTableName, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) DeleteDimTableData

func (api API) DeleteDimTableData(optional openapi.M) (*DeleteDimTableDataResponse, error)

DeleteDimTableData version 2015-08-01

optional parameters:

name: DimTableName, type: string
name: Key, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) DeleteMetricStream

func (api API) DeleteMetricStream(optional openapi.M) (*DeleteMetricStreamResponse, error)

DeleteMetricStream version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: ProjectName, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) DeleteMetrics

func (api API) DeleteMetrics(optional openapi.M) (*DeleteMetricsResponse, error)

DeleteMetrics version 2015-08-01

optional parameters:

name: MetricName, type: string
name: ProjectName, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) DeleteProject

func (api API) DeleteProject(optional openapi.M) (*DeleteProjectResponse, error)

DeleteProject version 2015-08-01

optional parameters:

name: ProjectName, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) DescribeMetric

func (api API) DescribeMetric(Metric, Period, Project, StartTime string, optional openapi.M) (*DescribeMetricResponse, error)

DescribeMetric version 2015-08-01

required parameters:

name: Metric, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: _region, type: string

func (API) DescribeMetricDatum

func (api API) DescribeMetricDatum(optional openapi.M) (*DescribeMetricDatumResponse, error)

DescribeMetricDatum version 2015-08-01

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Extend, type: string
name: Length, type: string
name: Metric, type: string
name: Page, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string
name: _region, type: string

func (API) DescribeMetricList

func (api API) DescribeMetricList(optional openapi.M) (*DescribeMetricListResponse, error)

DescribeMetricList version 2015-08-01

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Length, type: string
name: Metric, type: string
name: Page, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string
name: _region, type: string

func (API) GetDimTable

func (api API) GetDimTable(optional openapi.M) (*GetDimTableResponse, error)

GetDimTable version 2015-08-01

optional parameters:

name: DimTableName, type: string
name: _region, type: string

func (API) GetMetricStatistics

func (api API) GetMetricStatistics(optional openapi.M) (*GetMetricStatisticsResponse, error)

GetMetricStatistics version 2015-08-01

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Interval, type: string
name: Length, type: int
name: MetricName, type: string
name: Namespace, type: string
name: NextToken, type: int
name: StartTime, type: string
name: _region, type: string

func (API) GetMetricStream

func (api API) GetMetricStream(optional openapi.M) (*GetMetricStreamResponse, error)

GetMetricStream version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) GetMetricStreamMeta

func (api API) GetMetricStreamMeta(optional openapi.M) (*GetMetricStreamMetaResponse, error)

GetMetricStreamMeta version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) GetMetricStreamStatus

func (api API) GetMetricStreamStatus(optional openapi.M) (*GetMetricStreamStatusResponse, error)

GetMetricStreamStatus version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) GetMetrics

func (api API) GetMetrics(optional openapi.M) (*GetMetricsResponse, error)

GetMetrics version 2015-08-01

optional parameters:

name: MetricName, type: string
name: MetricStreamName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) GetMetricsMeta

func (api API) GetMetricsMeta(optional openapi.M) (*GetMetricsMetaResponse, error)

GetMetricsMeta version 2015-08-01

optional parameters:

name: MetricName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) GetProject

func (api API) GetProject(optional openapi.M) (*GetProjectResponse, error)

GetProject version 2015-08-01

optional parameters:

name: ProjectName, type: string
name: _region, type: string

func (API) GetSQLMetrics

func (api API) GetSQLMetrics(optional openapi.M) (*GetSQLMetricsResponse, error)

GetSQLMetrics version 2015-08-01

optional parameters:

name: MetricName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) ListDimTable

func (api API) ListDimTable(optional openapi.M) (*ListDimTableResponse, error)

ListDimTable version 2015-08-01

optional parameters:

name: DimTableName, type: string
name: Page, type: int64
name: PageSize, type: int64
name: _region, type: string

func (API) ListDimTableData

func (api API) ListDimTableData(optional openapi.M) (*ListDimTableDataResponse, error)

ListDimTableData version 2015-08-01

optional parameters:

name: DimTableName, type: string
name: Key, type: string
name: _region, type: string

func (API) ListMetricStream

func (api API) ListMetricStream(optional openapi.M) (*ListMetricStreamResponse, error)

ListMetricStream version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: Page, type: int64
name: PageSize, type: int64
name: ProjectName, type: string
name: _region, type: string

func (API) ListMetrics

func (api API) ListMetrics(optional openapi.M) (*ListMetricsResponse, error)

ListMetrics version 2015-08-01

optional parameters:

name: MetricName, type: string
name: MetricStreamName, type: string
name: Page, type: int64
name: PageSize, type: int64
name: ProjectName, type: string
name: _region, type: string

func (API) ListMetricsPlan

func (api API) ListMetricsPlan(optional openapi.M) (*ListMetricsPlanResponse, error)

ListMetricsPlan version 2015-08-01

optional parameters:

name: MetricName, type: string
name: MetricStreamName, type: string
name: Page, type: int64
name: PageSize, type: int64
name: ProjectName, type: string
name: _region, type: string

func (API) ListProject

func (api API) ListProject(optional openapi.M) (*ListProjectResponse, error)

ListProject version 2015-08-01

optional parameters:

name: Page, type: int64
name: PageSize, type: int64
name: ProjectOwner, type: string
name: _region, type: string

func (API) ListSQLMetrics

func (api API) ListSQLMetrics(optional openapi.M) (*ListSQLMetricsResponse, error)

ListSQLMetrics version 2015-08-01

optional parameters:

name: MetricName, type: string
name: Page, type: int64
name: PageSize, type: int64
name: ProjectName, type: string
name: _region, type: string

func (API) PutDimTableData

func (api API) PutDimTableData(optional openapi.M) (*PutDimTableDataResponse, error)

PutDimTableData version 2015-08-01

optional parameters:

name: Body, type: string
name: DimTableName, type: string
name: _region, type: string

func (API) QueryIncremental

func (api API) QueryIncremental(optional openapi.M) (*QueryIncrementalResponse, error)

QueryIncremental version 2015-08-01

optional parameters:

name: Columns, type: string
name: Dimensions, type: string
name: EndTime, type: string
name: Extend, type: string
name: Metric, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string
name: TargetPeriod, type: string
name: _region, type: string

func (API) QueryListMetric

func (api API) QueryListMetric(optional openapi.M) (*QueryListMetricResponse, error)

QueryListMetric version 2015-08-01

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Extend, type: string
name: Filter, type: string
name: Length, type: string
name: Metric, type: string
name: Page, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string
name: _region, type: string

func (API) QueryMetric

func (api API) QueryMetric(optional openapi.M) (*QueryMetricResponse, error)

QueryMetric version 2015-08-01

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Extend, type: string
name: Length, type: string
name: Metric, type: string
name: Page, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string
name: _region, type: string

func (API) QueryMetricTopN

func (api API) QueryMetricTopN(Metric, Period, Project, StartTime string, optional openapi.M) (*QueryMetricTopNResponse, error)

QueryMetricTopN version 2015-08-01

required parameters:

name: Metric, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Extend, type: string
name: Top, type: string
name: ValueKey, type: string
name: _region, type: string

func (API) QueryStatistics

func (api API) QueryStatistics(optional openapi.M) (*QueryStatisticsResponse, error)

QueryStatistics version 2015-08-01

optional parameters:

name: Dimensions, type: string
name: EndTime, type: string
name: Extend, type: string
name: Function, type: string
name: Metric, type: string
name: Period, type: string
name: Project, type: string
name: StartTime, type: string
name: TargetPeriod, type: string
name: _region, type: string

func (API) StartMetricStream

func (api API) StartMetricStream(optional openapi.M) (*StartMetricStreamResponse, error)

StartMetricStream version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) StartProject

func (api API) StartProject(optional openapi.M) (*StartProjectResponse, error)

StartProject version 2015-08-01

optional parameters:

name: ProjectName, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) StatusProject

func (api API) StatusProject(optional openapi.M) (*StatusProjectResponse, error)

StatusProject version 2015-08-01

optional parameters:

name: ProjectName, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) StopMetricStream

func (api API) StopMetricStream(optional openapi.M) (*StopMetricStreamResponse, error)

StopMetricStream version 2015-08-01

optional parameters:

name: MetricStreamName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) StopProject

func (api API) StopProject(optional openapi.M) (*StopProjectResponse, error)

StopProject version 2015-08-01

optional parameters:

name: ProjectName, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string

func (API) UpdateDimTable

func (api API) UpdateDimTable(optional openapi.M) (*UpdateDimTableResponse, error)

UpdateDimTable version 2015-08-01

optional parameters:

name: DimTable, type: string
name: DimTableName, type: string
name: _region, type: string

func (API) UpdateMetricStream

func (api API) UpdateMetricStream(optional openapi.M) (*UpdateMetricStreamResponse, error)

UpdateMetricStream version 2015-08-01

optional parameters:

name: MetricStream, type: string
name: MetricStreamName, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) UpdateMetrics

func (api API) UpdateMetrics(optional openapi.M) (*UpdateMetricsResponse, error)

UpdateMetrics version 2015-08-01

optional parameters:

name: MetricName, type: string
name: MetricStreamName, type: string
name: Metrics, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) UpdateProject

func (api API) UpdateProject(optional openapi.M) (*UpdateProjectResponse, error)

UpdateProject version 2015-08-01

optional parameters:

name: Project, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) UpdateSQLMetrics

func (api API) UpdateSQLMetrics(optional openapi.M) (*UpdateSQLMetricsResponse, error)

UpdateSQLMetrics version 2015-08-01

optional parameters:

name: IsPublic, type: int
name: MetricName, type: string
name: ProjectName, type: string
name: Sql, type: string
name: _region, type: string

type BatchCreateMetricsResponse

type BatchCreateMetricsResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

BatchCreateMetricsResponse represents the response of the api BatchCreateMetrics.

type BatchCreateSqlMetricsResponse

type BatchCreateSqlMetricsResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

BatchCreateSqlMetricsResponse represents the response of the api BatchCreateSqlMetrics.

type BatchPutDimTableDataResponse

type BatchPutDimTableDataResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

BatchPutDimTableDataResponse represents the response of the api BatchPutDimTableData.

type BatchQueryMetricResponse

type BatchQueryMetricResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

BatchQueryMetricResponse represents the response of the api BatchQueryMetric.

type CreateDimTableResponse

type CreateDimTableResponse struct {
	Code    string
	Message string
	Result  int64
	Success string
	TraceId string
}

CreateDimTableResponse represents the response of the api CreateDimTable.

type CreateMetricStreamResponse

type CreateMetricStreamResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

CreateMetricStreamResponse represents the response of the api CreateMetricStream.

type CreateMetricsResponse

type CreateMetricsResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

CreateMetricsResponse represents the response of the api CreateMetrics.

type CreateProjectResponse

type CreateProjectResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

CreateProjectResponse represents the response of the api CreateProject.

type CreateSQLMetricsResponse

type CreateSQLMetricsResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

CreateSQLMetricsResponse represents the response of the api CreateSQLMetrics.

type DeleteDimTableDataResponse

type DeleteDimTableDataResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DeleteDimTableDataResponse represents the response of the api DeleteDimTableData.

type DeleteDimTableResponse

type DeleteDimTableResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DeleteDimTableResponse represents the response of the api DeleteDimTable.

type DeleteMetricStreamResponse

type DeleteMetricStreamResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DeleteMetricStreamResponse represents the response of the api DeleteMetricStream.

type DeleteMetricsResponse

type DeleteMetricsResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DeleteMetricsResponse represents the response of the api DeleteMetrics.

type DeleteProjectResponse

type DeleteProjectResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DeleteProjectResponse represents the response of the api DeleteProject.

type DescribeMetricDatumResponse

type DescribeMetricDatumResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DescribeMetricDatumResponse represents the response of the api DescribeMetricDatum.

type DescribeMetricListResponse

type DescribeMetricListResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DescribeMetricListResponse represents the response of the api DescribeMetricList.

type DescribeMetricResponse

type DescribeMetricResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

DescribeMetricResponse represents the response of the api DescribeMetric.

type GetDimTableResponse

type GetDimTableResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

GetDimTableResponse represents the response of the api GetDimTable.

type GetMetricStatisticsResponse

type GetMetricStatisticsResponse struct {
	Code      string
	Message   string
	NextToken string
}

GetMetricStatisticsResponse represents the response of the api GetMetricStatistics.

type GetMetricStreamMetaResponse

type GetMetricStreamMetaResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

GetMetricStreamMetaResponse represents the response of the api GetMetricStreamMeta.

type GetMetricStreamResponse

type GetMetricStreamResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

GetMetricStreamResponse represents the response of the api GetMetricStream.

type GetMetricStreamStatusResponse

type GetMetricStreamStatusResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

GetMetricStreamStatusResponse represents the response of the api GetMetricStreamStatus.

type GetMetricsMetaResponse

type GetMetricsMetaResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

GetMetricsMetaResponse represents the response of the api GetMetricsMeta.

type GetMetricsResponse

type GetMetricsResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

GetMetricsResponse represents the response of the api GetMetrics.

type GetProjectResponse

type GetProjectResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

GetProjectResponse represents the response of the api GetProject.

type GetSQLMetricsResponse

type GetSQLMetricsResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

GetSQLMetricsResponse represents the response of the api GetSQLMetrics.

type ListDimTableDataResponse

type ListDimTableDataResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

ListDimTableDataResponse represents the response of the api ListDimTableData.

type ListDimTableResponse

type ListDimTableResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

ListDimTableResponse represents the response of the api ListDimTable.

type ListMetricStreamResponse

type ListMetricStreamResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

ListMetricStreamResponse represents the response of the api ListMetricStream.

type ListMetricsPlanResponse

type ListMetricsPlanResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

ListMetricsPlanResponse represents the response of the api ListMetricsPlan.

type ListMetricsResponse

type ListMetricsResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

ListMetricsResponse represents the response of the api ListMetrics.

type ListProjectResponse

type ListProjectResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

ListProjectResponse represents the response of the api ListProject.

type ListSQLMetricsResponse

type ListSQLMetricsResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

ListSQLMetricsResponse represents the response of the api ListSQLMetrics.

type PutDimTableDataResponse

type PutDimTableDataResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

PutDimTableDataResponse represents the response of the api PutDimTableData.

type QueryIncrementalResponse

type QueryIncrementalResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

QueryIncrementalResponse represents the response of the api QueryIncremental.

type QueryListMetricResponse

type QueryListMetricResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

QueryListMetricResponse represents the response of the api QueryListMetric.

type QueryMetricResponse

type QueryMetricResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

QueryMetricResponse represents the response of the api QueryMetric.

type QueryMetricTopNResponse

type QueryMetricTopNResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

QueryMetricTopNResponse represents the response of the api QueryMetricTopN.

type QueryStatisticsResponse

type QueryStatisticsResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

QueryStatisticsResponse represents the response of the api QueryStatistics.

type StartMetricStreamResponse

type StartMetricStreamResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

StartMetricStreamResponse represents the response of the api StartMetricStream.

type StartProjectResponse

type StartProjectResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

StartProjectResponse represents the response of the api StartProject.

type StatusProjectResponse

type StatusProjectResponse struct {
	Code    string
	Message string
	Result  string
	Success string
	TraceId string
}

StatusProjectResponse represents the response of the api StatusProject.

type StopMetricStreamResponse

type StopMetricStreamResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

StopMetricStreamResponse represents the response of the api StopMetricStream.

type StopProjectResponse

type StopProjectResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

StopProjectResponse represents the response of the api StopProject.

type UpdateDimTableResponse

type UpdateDimTableResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

UpdateDimTableResponse represents the response of the api UpdateDimTable.

type UpdateMetricStreamResponse

type UpdateMetricStreamResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

UpdateMetricStreamResponse represents the response of the api UpdateMetricStream.

type UpdateMetricsResponse

type UpdateMetricsResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

UpdateMetricsResponse represents the response of the api UpdateMetrics.

type UpdateProjectResponse

type UpdateProjectResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

UpdateProjectResponse represents the response of the api UpdateProject.

type UpdateSQLMetricsResponse

type UpdateSQLMetricsResponse struct {
	Code    string
	Message string
	Success string
	TraceId string
}

UpdateSQLMetricsResponse represents the response of the api UpdateSQLMetrics.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL