ace

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 = "Ace"
	Style   = "RPC"
	Version = "2015-07-13"
)

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

func (api API) DescribeAppLogs(AppId, EndTime, StartTime string, optional openapi.M) (*DescribeAppLogsResponse, error)

DescribeAppLogs version 2015-07-13

required parameters:

name: AppId, type: string
name: EndTime, type: string
name: StartTime, type: string

optional parameters:

name: PageNumber, type: int, min value: 1, max value: 2147483647
name: PageSize, type: int, min value: 1, max value: 100
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

func (API) GetMonitorData

func (api API) GetMonitorData(AppId int64, EndTime, Item, StartTime string, optional openapi.M) (*GetMonitorDataResponse, error)

GetMonitorData version 2015-07-13

required parameters:

name: AppId, type: int64
name: EndTime, type: string
name: Item, type: string
name: StartTime, type: string

optional parameters:

name: CurPage, type: int
name: PageSize, type: int
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

type DescribeAppLogsResponse

type DescribeAppLogsResponse struct {
	Items struct {
		AppLog []struct {
			LogContent string
			LogTime    string
		}
	}
	PageRecordCount int
}

DescribeAppLogsResponse represents the response of the api DescribeAppLogs.

type GetMonitorDataResponse

type GetMonitorDataResponse struct {
	Data struct {
		Item []struct {
			Timestamp int64
			Value     float32
		}
	}
	NextPageNum string
}

GetMonitorDataResponse represents the response of the api GetMonitorData.

Jump to

Keyboard shortcuts

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