v20200924

package
v1.0.935 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const APIVersion = "2020-09-24"

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentShell

type AgentShell struct {
	// 鉴权token
	// 注意:此字段可能返回 null,表示取不到有效值。
	Token *string `json:"Token,omitnil,omitempty" name:"Token"`

	// 数据接收Ip
	// 注意:此字段可能返回 null,表示取不到有效值。
	EtlIp *string `json:"EtlIp,omitnil,omitempty" name:"EtlIp"`

	// 数据接收port
	// 注意:此字段可能返回 null,表示取不到有效值。
	EtlPort *string `json:"EtlPort,omitnil,omitempty" name:"EtlPort"`

	// 手动接入脚本串
	// 注意:此字段可能返回 null,表示取不到有效值。
	ByHandAccess *string `json:"ByHandAccess,omitnil,omitempty" name:"ByHandAccess"`

	// 自动接入脚本串
	// 注意:此字段可能返回 null,表示取不到有效值。
	ByShellAccess *string `json:"ByShellAccess,omitnil,omitempty" name:"ByShellAccess"`

	// SkyWalking数据接收port
	// 注意:此字段可能返回 null,表示取不到有效值。
	SkyWalkingPort *string `json:"SkyWalkingPort,omitnil,omitempty" name:"SkyWalkingPort"`

	// Zipkin数据接收port
	// 注意:此字段可能返回 null,表示取不到有效值。
	ZipkinPort *string `json:"ZipkinPort,omitnil,omitempty" name:"ZipkinPort"`

	// Jaeger数据接收port
	// 注意:此字段可能返回 null,表示取不到有效值。
	JaegerPort *string `json:"JaegerPort,omitnil,omitempty" name:"JaegerPort"`
}

type Client

type Client struct {
	common.Client
}

func NewClient

func NewClient(credential common.CredentialIface, region string, clientProfile *profile.ClientProfile) (client *Client, err error)

func NewClientWithSecretId

func NewClientWithSecretId(secretId, secretKey, region string) (client *Client, err error)

Deprecated

func (*Client) DescribeAgentShell

func (c *Client) DescribeAgentShell(request *DescribeAgentShellRequest) (response *DescribeAgentShellResponse, err error)

DescribeAgentShell 获取服务接入信息

func (*Client) DescribeAgentShellWithContext added in v1.0.324

func (c *Client) DescribeAgentShellWithContext(ctx context.Context, request *DescribeAgentShellRequest) (response *DescribeAgentShellResponse, err error)

DescribeAgentShell 获取服务接入信息

type DescribeAgentShellRequest

type DescribeAgentShellRequest struct {
	*tchttp.BaseRequest
}

func NewDescribeAgentShellRequest

func NewDescribeAgentShellRequest() (request *DescribeAgentShellRequest)

func (*DescribeAgentShellRequest) FromJsonString

func (r *DescribeAgentShellRequest) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeAgentShellRequest) ToJsonString

func (r *DescribeAgentShellRequest) ToJsonString() string

type DescribeAgentShellRequestParams added in v1.0.426

type DescribeAgentShellRequestParams struct {
}

Predefined struct for user

type DescribeAgentShellResponse

type DescribeAgentShellResponse struct {
	*tchttp.BaseResponse
	Response *DescribeAgentShellResponseParams `json:"Response"`
}

func NewDescribeAgentShellResponse

func NewDescribeAgentShellResponse() (response *DescribeAgentShellResponse)

func (*DescribeAgentShellResponse) FromJsonString

func (r *DescribeAgentShellResponse) FromJsonString(s string) error

FromJsonString It is highly **NOT** recommended to use this function because it has no param check, nor strict type check

func (*DescribeAgentShellResponse) ToJsonString

func (r *DescribeAgentShellResponse) ToJsonString() string

type DescribeAgentShellResponseParams added in v1.0.426

type DescribeAgentShellResponseParams struct {
	// 接入信息
	// 注意:此字段可能返回 null,表示取不到有效值。
	Result *AgentShell `json:"Result,omitnil,omitempty" name:"Result"`

	// 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
	RequestId *string `json:"RequestId,omitnil,omitempty" name:"RequestId"`
}

Predefined struct for user

Jump to

Keyboard shortcuts

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