Documentation
¶
Index ¶
Constants ¶
View Source
const APIVersion = "2021-04-12"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewClient ¶
func NewClient(credential *common.Credential, region string, clientProfile *profile.ClientProfile) (client *Client, err error)
func NewClientWithSecretId ¶
Deprecated
func (*Client) DescribeComponentAlertObject ¶
func (c *Client) DescribeComponentAlertObject(request *DescribeComponentAlertObjectRequest) (response *DescribeComponentAlertObjectResponse, err error)
获取告警对象-组件告警
func (*Client) DescribeServiceAlertObject ¶
func (c *Client) DescribeServiceAlertObject(request *DescribeServiceAlertObjectRequest) (response *DescribeServiceAlertObjectResponse, err error)
获取告警对象-服务告警表
type DescribeComponentAlertObjectRequest ¶
type DescribeComponentAlertObjectRequest struct {
*tchttp.BaseRequest
}
func NewDescribeComponentAlertObjectRequest ¶
func NewDescribeComponentAlertObjectRequest() (request *DescribeComponentAlertObjectRequest)
func (*DescribeComponentAlertObjectRequest) FromJsonString ¶
func (r *DescribeComponentAlertObjectRequest) FromJsonString(s string) error
It is highly **NOT** recommended to use this function because it has no param check, nor strict type check
func (*DescribeComponentAlertObjectRequest) ToJsonString ¶
func (r *DescribeComponentAlertObjectRequest) ToJsonString() string
type DescribeComponentAlertObjectResponse ¶
type DescribeComponentAlertObjectResponse struct { *tchttp.BaseResponse Response *struct { // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` } `json:"Response"` }
func NewDescribeComponentAlertObjectResponse ¶
func NewDescribeComponentAlertObjectResponse() (response *DescribeComponentAlertObjectResponse)
func (*DescribeComponentAlertObjectResponse) FromJsonString ¶
func (r *DescribeComponentAlertObjectResponse) FromJsonString(s string) error
It is highly **NOT** recommended to use this function because it has no param check, nor strict type check
func (*DescribeComponentAlertObjectResponse) ToJsonString ¶
func (r *DescribeComponentAlertObjectResponse) ToJsonString() string
type DescribeServiceAlertObjectRequest ¶
type DescribeServiceAlertObjectRequest struct {
*tchttp.BaseRequest
}
func NewDescribeServiceAlertObjectRequest ¶
func NewDescribeServiceAlertObjectRequest() (request *DescribeServiceAlertObjectRequest)
func (*DescribeServiceAlertObjectRequest) FromJsonString ¶
func (r *DescribeServiceAlertObjectRequest) FromJsonString(s string) error
It is highly **NOT** recommended to use this function because it has no param check, nor strict type check
func (*DescribeServiceAlertObjectRequest) ToJsonString ¶
func (r *DescribeServiceAlertObjectRequest) ToJsonString() string
type DescribeServiceAlertObjectResponse ¶
type DescribeServiceAlertObjectResponse struct { *tchttp.BaseResponse Response *struct { // 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 RequestId *string `json:"RequestId,omitempty" name:"RequestId"` } `json:"Response"` }
func NewDescribeServiceAlertObjectResponse ¶
func NewDescribeServiceAlertObjectResponse() (response *DescribeServiceAlertObjectResponse)
func (*DescribeServiceAlertObjectResponse) FromJsonString ¶
func (r *DescribeServiceAlertObjectResponse) FromJsonString(s string) error
It is highly **NOT** recommended to use this function because it has no param check, nor strict type check
func (*DescribeServiceAlertObjectResponse) ToJsonString ¶
func (r *DescribeServiceAlertObjectResponse) ToJsonString() string
Click to show internal directories.
Click to hide internal directories.