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-10-20"
)

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) BatchCreateSqlMetrics

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

BatchCreateSqlMetrics version 2015-10-20

optional parameters:

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

func (API) BatchPutDimTableData

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

BatchPutDimTableData version 2015-10-20

optional parameters:

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

func (API) BatchQueryMetric

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

BatchQueryMetric version 2015-10-20

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-10-20

optional parameters:

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

func (API) CreateMetricStream

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

CreateMetricStream version 2015-10-20

optional parameters:

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

func (API) CreateProject

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

CreateProject version 2015-10-20

optional parameters:

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

func (API) CreateSqlMetrics

func (api API) CreateSqlMetrics(optional openapi.M) (*CreateSqlMetricsResponse, error)

CreateSqlMetrics version 2015-10-20

optional parameters:

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

func (API) DeleteDimTable

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

DeleteDimTable version 2015-10-20

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-10-20

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-10-20

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-10-20

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-10-20

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-10-20

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-10-20

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) GetDimTable

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

GetDimTable version 2015-10-20

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-10-20

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-10-20

optional parameters:

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-10-20

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-10-20

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-10-20

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-10-20

optional parameters:

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

func (API) ListMetricStream

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

ListMetricStream version 2015-10-20

optional parameters:

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-10-20

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-10-20

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-10-20

optional parameters:

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

func (API) QueryIncremental

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

QueryIncremental version 2015-10-20

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-10-20

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-10-20

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-10-20

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-10-20

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) StartProject

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

StartProject version 2015-10-20

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-10-20

optional parameters:

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

func (API) StopProject

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

StopProject version 2015-10-20

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-10-20

optional parameters:

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

func (API) UpdateMetricStream

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

UpdateMetricStream version 2015-10-20

optional parameters:

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

func (API) UpdateProject

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

UpdateProject version 2015-10-20

optional parameters:

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

func (API) UpdateSqlMetrics

func (api API) UpdateSqlMetrics(optional openapi.M) (*UpdateSqlMetricsResponse, error)

UpdateSqlMetrics version 2015-10-20

optional parameters:

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

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 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
	NextToken int
	Success   string
	TraceId   string
}

DescribeMetricDatumResponse represents the response of the api DescribeMetricDatum.

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
	TraceId   string
}

GetMetricStatisticsResponse represents the response of the api GetMetricStatistics.

type GetMetricStreamResponse

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

GetMetricStreamResponse represents the response of the api GetMetricStream.

type GetMetricsMetaResponse

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

GetMetricsMetaResponse represents the response of the api GetMetricsMeta.

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 ListDimTableResponse

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

ListDimTableResponse represents the response of the api ListDimTable.

type ListMetricStreamResponse

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

ListMetricStreamResponse represents the response of the api ListMetricStream.

type ListProjectResponse

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

ListProjectResponse represents the response of the api ListProject.

type ListSqlMetricsResponse

type ListSqlMetricsResponse struct {
	Code      string
	Message   string
	NextToken int
	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
	NextToken int
	Success   string
	TraceId   string
}

QueryListMetricResponse represents the response of the api QueryListMetric.

type QueryMetricResponse

type QueryMetricResponse struct {
	Code      string
	Message   string
	NextToken int
	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 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 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 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