v20210622

package
v3.0.435+incompatible Latest Latest
Warning

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

Go to latest
Published: May 16, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// Error with CAM signature/authentication.
	AUTHFAILURE = "AuthFailure"

	// `DryRun` Operation. It means that the request would have succeeded, but the `DryRun` parameter was used.
	DRYRUNOPERATION = "DryRunOperation"

	// Operation failed.
	FAILEDOPERATION = "FailedOperation"

	// CLS call failed.
	FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"

	// Exceptional data operation.
	FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"

	// Exceptional third-party dependency.
	FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"

	// Internal error.
	INTERNALERROR = "InternalError"

	// Incorrect parameter.
	INVALIDPARAMETER = "InvalidParameter"

	// Incorrect parameter value.
	INVALIDPARAMETERVALUE = "InvalidParameterValue"

	// The quota limit is exceeded.
	LIMITEXCEEDED = "LimitExceeded"

	// Missing parameter.
	MISSINGPARAMETER = "MissingParameter"

	// The operation was denied.
	OPERATIONDENIED = "OperationDenied"

	// The number of requests exceeds the frequency limit.
	REQUESTLIMITEXCEEDED = "RequestLimitExceeded"

	// The resource is in use.
	RESOURCEINUSE = "ResourceInUse"

	// Insufficient resource.
	RESOURCEINSUFFICIENT = "ResourceInsufficient"

	// The resource does not exist.
	RESOURCENOTFOUND = "ResourceNotFound"

	// The instance does not exist.
	RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"

	// The resource is unavailable.
	RESOURCEUNAVAILABLE = "ResourceUnavailable"

	// The resources have been sold out.
	RESOURCESSOLDOUT = "ResourcesSoldOut"

	// Unauthorized operation.
	UNAUTHORIZEDOPERATION = "UnauthorizedOperation"

	// Unknown parameter.
	UNKNOWNPARAMETER = "UnknownParameter"

	// Unsupported operation.
	UNSUPPORTEDOPERATION = "UnsupportedOperation"
)
View Source
const APIVersion = "2021-06-22"

Variables

This section is empty.

Functions

This section is empty.

Types

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

func (c *Client) CreateLogExport(request *CreateLogExportRequest) (response *CreateLogExportResponse, err error)

CreateLogExport API domain name: `rum.tencentcloudapi.com`.

This API is used to create a log download task.

Default API request rate limit: 20 requests/sec.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) CreateLogExportWithContext

func (c *Client) CreateLogExportWithContext(ctx context.Context, request *CreateLogExportRequest) (response *CreateLogExportResponse, err error)

CreateLogExport API domain name: `rum.tencentcloudapi.com`.

This API is used to create a log download task.

Default API request rate limit: 20 requests/sec.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) CreateOfflineLogConfig

func (c *Client) CreateOfflineLogConfig(request *CreateOfflineLogConfigRequest) (response *CreateOfflineLogConfigResponse, err error)

CreateOfflineLogConfig This API is used to create an offline log listener to report offline logs of particular users.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) CreateOfflineLogConfigWithContext

func (c *Client) CreateOfflineLogConfigWithContext(ctx context.Context, request *CreateOfflineLogConfigRequest) (response *CreateOfflineLogConfigResponse, err error)

CreateOfflineLogConfig This API is used to create an offline log listener to report offline logs of particular users.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) CreateProject

func (c *Client) CreateProject(request *CreateProjectRequest) (response *CreateProjectResponse, err error)

CreateProject This API is used to create a project (owned by the specified team).

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
MISSINGPARAMETER = "MissingParameter"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"

func (*Client) CreateProjectWithContext

func (c *Client) CreateProjectWithContext(ctx context.Context, request *CreateProjectRequest) (response *CreateProjectResponse, err error)

CreateProject This API is used to create a project (owned by the specified team).

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
MISSINGPARAMETER = "MissingParameter"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"

func (*Client) CreateReleaseFile

func (c *Client) CreateReleaseFile(request *CreateReleaseFileRequest) (response *CreateReleaseFileResponse, err error)

CreateReleaseFile This API is used to create a file record for the specified project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateReleaseFileWithContext

func (c *Client) CreateReleaseFileWithContext(ctx context.Context, request *CreateReleaseFileRequest) (response *CreateReleaseFileResponse, err error)

CreateReleaseFile This API is used to create a file record for the specified project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateStarProject

func (c *Client) CreateStarProject(request *CreateStarProjectRequest) (response *CreateStarProjectResponse, err error)

CreateStarProject This API is used to add a starred project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateStarProjectWithContext

func (c *Client) CreateStarProjectWithContext(ctx context.Context, request *CreateStarProjectRequest) (response *CreateStarProjectResponse, err error)

CreateStarProject This API is used to add a starred project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateTawInstance

func (c *Client) CreateTawInstance(request *CreateTawInstanceRequest) (response *CreateTawInstanceResponse, err error)

CreateTawInstance This API is used to create a RUM instance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"

func (*Client) CreateTawInstanceWithContext

func (c *Client) CreateTawInstanceWithContext(ctx context.Context, request *CreateTawInstanceRequest) (response *CreateTawInstanceResponse, err error)

CreateTawInstance This API is used to create a RUM instance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"

func (*Client) CreateWhitelist

func (c *Client) CreateWhitelist(request *CreateWhitelistRequest) (response *CreateWhitelistResponse, err error)

CreateWhitelist This API is used to create an allowlist.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) CreateWhitelistWithContext

func (c *Client) CreateWhitelistWithContext(ctx context.Context, request *CreateWhitelistRequest) (response *CreateWhitelistResponse, err error)

CreateWhitelist This API is used to create an allowlist.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteInstance

func (c *Client) DeleteInstance(request *DeleteInstanceRequest) (response *DeleteInstanceResponse, err error)

DeleteInstance This API is used to delete an instance. The deleted instance cannot be recovered.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteInstanceWithContext

func (c *Client) DeleteInstanceWithContext(ctx context.Context, request *DeleteInstanceRequest) (response *DeleteInstanceResponse, err error)

DeleteInstance This API is used to delete an instance. The deleted instance cannot be recovered.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteLogExport

func (c *Client) DeleteLogExport(request *DeleteLogExportRequest) (response *DeleteLogExportResponse, err error)

DeleteLogExport API domain name: `rum.tencentcloudapi.com`.

This API is used to delete a log download task.

Default API request rate limit: 20 requests/sec.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteLogExportWithContext

func (c *Client) DeleteLogExportWithContext(ctx context.Context, request *DeleteLogExportRequest) (response *DeleteLogExportResponse, err error)

DeleteLogExport API domain name: `rum.tencentcloudapi.com`.

This API is used to delete a log download task.

Default API request rate limit: 20 requests/sec.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteOfflineLogConfig

func (c *Client) DeleteOfflineLogConfig(request *DeleteOfflineLogConfigRequest) (response *DeleteOfflineLogConfigResponse, err error)

DeleteOfflineLogConfig This API is used to delete an offline RUM log listener. Then, offline logs of particular users will not be reported.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteOfflineLogConfigWithContext

func (c *Client) DeleteOfflineLogConfigWithContext(ctx context.Context, request *DeleteOfflineLogConfigRequest) (response *DeleteOfflineLogConfigResponse, err error)

DeleteOfflineLogConfig This API is used to delete an offline RUM log listener. Then, offline logs of particular users will not be reported.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteOfflineLogRecord

func (c *Client) DeleteOfflineLogRecord(request *DeleteOfflineLogRecordRequest) (response *DeleteOfflineLogRecordResponse, err error)

DeleteOfflineLogRecord This API is used to delete an offline log record.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteOfflineLogRecordWithContext

func (c *Client) DeleteOfflineLogRecordWithContext(ctx context.Context, request *DeleteOfflineLogRecordRequest) (response *DeleteOfflineLogRecordResponse, err error)

DeleteOfflineLogRecord This API is used to delete an offline log record.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteProject

func (c *Client) DeleteProject(request *DeleteProjectRequest) (response *DeleteProjectResponse, err error)

DeleteProject This API is used to delete the specified RUM project.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"

func (*Client) DeleteProjectWithContext

func (c *Client) DeleteProjectWithContext(ctx context.Context, request *DeleteProjectRequest) (response *DeleteProjectResponse, err error)

DeleteProject This API is used to delete the specified RUM project.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"

func (*Client) DeleteReleaseFile

func (c *Client) DeleteReleaseFile(request *DeleteReleaseFileRequest) (response *DeleteReleaseFileResponse, err error)

DeleteReleaseFile This API is used to delete the specified sourcemap file.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteReleaseFileWithContext

func (c *Client) DeleteReleaseFileWithContext(ctx context.Context, request *DeleteReleaseFileRequest) (response *DeleteReleaseFileResponse, err error)

DeleteReleaseFile This API is used to delete the specified sourcemap file.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteStarProject

func (c *Client) DeleteStarProject(request *DeleteStarProjectRequest) (response *DeleteStarProjectResponse, err error)

DeleteStarProject This API is used to delete a starred project for the specified user.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteStarProjectWithContext

func (c *Client) DeleteStarProjectWithContext(ctx context.Context, request *DeleteStarProjectRequest) (response *DeleteStarProjectResponse, err error)

DeleteStarProject This API is used to delete a starred project for the specified user.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteWhitelist

func (c *Client) DeleteWhitelist(request *DeleteWhitelistRequest) (response *DeleteWhitelistResponse, err error)

DeleteWhitelist This API is used to delete an allowlist.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DeleteWhitelistWithContext

func (c *Client) DeleteWhitelistWithContext(ctx context.Context, request *DeleteWhitelistRequest) (response *DeleteWhitelistResponse, err error)

DeleteWhitelist This API is used to delete an allowlist.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeData

func (c *Client) DescribeData(request *DescribeDataRequest) (response *DescribeDataResponse, err error)

DescribeData This API is used to query the forwarding monitor.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataCustomUrl

func (c *Client) DescribeDataCustomUrl(request *DescribeDataCustomUrlRequest) (response *DescribeDataCustomUrlResponse, err error)

DescribeDataCustomUrl This API is used to get the DescribeDataCustomUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataCustomUrlWithContext

func (c *Client) DescribeDataCustomUrlWithContext(ctx context.Context, request *DescribeDataCustomUrlRequest) (response *DescribeDataCustomUrlResponse, err error)

DescribeDataCustomUrl This API is used to get the DescribeDataCustomUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataEventUrl

func (c *Client) DescribeDataEventUrl(request *DescribeDataEventUrlRequest) (response *DescribeDataEventUrlResponse, err error)

DescribeDataEventUrl This API is used to get the DescribeDataEventUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataEventUrlWithContext

func (c *Client) DescribeDataEventUrlWithContext(ctx context.Context, request *DescribeDataEventUrlRequest) (response *DescribeDataEventUrlResponse, err error)

DescribeDataEventUrl This API is used to get the DescribeDataEventUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataFetchProject

func (c *Client) DescribeDataFetchProject(request *DescribeDataFetchProjectRequest) (response *DescribeDataFetchProjectResponse, err error)

DescribeDataFetchProject This API is used to get the DescribeDataFetchProject information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataFetchProjectWithContext

func (c *Client) DescribeDataFetchProjectWithContext(ctx context.Context, request *DescribeDataFetchProjectRequest) (response *DescribeDataFetchProjectResponse, err error)

DescribeDataFetchProject This API is used to get the DescribeDataFetchProject information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataFetchUrl

func (c *Client) DescribeDataFetchUrl(request *DescribeDataFetchUrlRequest) (response *DescribeDataFetchUrlResponse, err error)

DescribeDataFetchUrl This API is used to get the DescribeDataFetchUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataFetchUrlInfo

func (c *Client) DescribeDataFetchUrlInfo(request *DescribeDataFetchUrlInfoRequest) (response *DescribeDataFetchUrlInfoResponse, err error)

DescribeDataFetchUrlInfo This API is used to get the DescribeDataFetchUrlInfo information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataFetchUrlInfoWithContext

func (c *Client) DescribeDataFetchUrlInfoWithContext(ctx context.Context, request *DescribeDataFetchUrlInfoRequest) (response *DescribeDataFetchUrlInfoResponse, err error)

DescribeDataFetchUrlInfo This API is used to get the DescribeDataFetchUrlInfo information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataFetchUrlWithContext

func (c *Client) DescribeDataFetchUrlWithContext(ctx context.Context, request *DescribeDataFetchUrlRequest) (response *DescribeDataFetchUrlResponse, err error)

DescribeDataFetchUrl This API is used to get the DescribeDataFetchUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataLogUrlInfo

func (c *Client) DescribeDataLogUrlInfo(request *DescribeDataLogUrlInfoRequest) (response *DescribeDataLogUrlInfoResponse, err error)

DescribeDataLogUrlInfo This API is used to get the loginfo information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataLogUrlInfoWithContext

func (c *Client) DescribeDataLogUrlInfoWithContext(ctx context.Context, request *DescribeDataLogUrlInfoRequest) (response *DescribeDataLogUrlInfoResponse, err error)

DescribeDataLogUrlInfo This API is used to get the loginfo information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataLogUrlStatistics

func (c *Client) DescribeDataLogUrlStatistics(request *DescribeDataLogUrlStatisticsRequest) (response *DescribeDataLogUrlStatisticsResponse, err error)

DescribeDataLogUrlStatistics This API is used to get the LogUrlStatistics information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataLogUrlStatisticsWithContext

func (c *Client) DescribeDataLogUrlStatisticsWithContext(ctx context.Context, request *DescribeDataLogUrlStatisticsRequest) (response *DescribeDataLogUrlStatisticsResponse, err error)

DescribeDataLogUrlStatistics This API is used to get the LogUrlStatistics information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPerformancePage

func (c *Client) DescribeDataPerformancePage(request *DescribeDataPerformancePageRequest) (response *DescribeDataPerformancePageResponse, err error)

DescribeDataPerformancePage This API is used to get the PerformancePage information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPerformancePageWithContext

func (c *Client) DescribeDataPerformancePageWithContext(ctx context.Context, request *DescribeDataPerformancePageRequest) (response *DescribeDataPerformancePageResponse, err error)

DescribeDataPerformancePage This API is used to get the PerformancePage information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPerformanceProject

func (c *Client) DescribeDataPerformanceProject(request *DescribeDataPerformanceProjectRequest) (response *DescribeDataPerformanceProjectResponse, err error)

DescribeDataPerformanceProject This API is used to get the PerformanceProject information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPerformanceProjectWithContext

func (c *Client) DescribeDataPerformanceProjectWithContext(ctx context.Context, request *DescribeDataPerformanceProjectRequest) (response *DescribeDataPerformanceProjectResponse, err error)

DescribeDataPerformanceProject This API is used to get the PerformanceProject information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPvUrlInfo

func (c *Client) DescribeDataPvUrlInfo(request *DescribeDataPvUrlInfoRequest) (response *DescribeDataPvUrlInfoResponse, err error)

DescribeDataPvUrlInfo This API is used to get the PvUrlInfo information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPvUrlInfoWithContext

func (c *Client) DescribeDataPvUrlInfoWithContext(ctx context.Context, request *DescribeDataPvUrlInfoRequest) (response *DescribeDataPvUrlInfoResponse, err error)

DescribeDataPvUrlInfo This API is used to get the PvUrlInfo information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPvUrlStatistics

func (c *Client) DescribeDataPvUrlStatistics(request *DescribeDataPvUrlStatisticsRequest) (response *DescribeDataPvUrlStatisticsResponse, err error)

DescribeDataPvUrlStatistics This API is used to get the DescribeDataPvUrlStatistics information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataPvUrlStatisticsWithContext

func (c *Client) DescribeDataPvUrlStatisticsWithContext(ctx context.Context, request *DescribeDataPvUrlStatisticsRequest) (response *DescribeDataPvUrlStatisticsResponse, err error)

DescribeDataPvUrlStatistics This API is used to get the DescribeDataPvUrlStatistics information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataReportCount

func (c *Client) DescribeDataReportCount(request *DescribeDataReportCountRequest) (response *DescribeDataReportCountResponse, err error)

DescribeDataReportCount This API is used to get the number of reported data entries for a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataReportCountWithContext

func (c *Client) DescribeDataReportCountWithContext(ctx context.Context, request *DescribeDataReportCountRequest) (response *DescribeDataReportCountResponse, err error)

DescribeDataReportCount This API is used to get the number of reported data entries for a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataSetUrlStatistics

func (c *Client) DescribeDataSetUrlStatistics(request *DescribeDataSetUrlStatisticsRequest) (response *DescribeDataSetUrlStatisticsResponse, err error)

DescribeDataSetUrlStatistics This API is used to get the DescribeDataSetUrlStatistics information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataSetUrlStatisticsWithContext

func (c *Client) DescribeDataSetUrlStatisticsWithContext(ctx context.Context, request *DescribeDataSetUrlStatisticsRequest) (response *DescribeDataSetUrlStatisticsResponse, err error)

DescribeDataSetUrlStatistics This API is used to get the DescribeDataSetUrlStatistics information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataStaticProject

func (c *Client) DescribeDataStaticProject(request *DescribeDataStaticProjectRequest) (response *DescribeDataStaticProjectResponse, err error)

DescribeDataStaticProject This API is used to get the DescribeDataStaticProject information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataStaticProjectWithContext

func (c *Client) DescribeDataStaticProjectWithContext(ctx context.Context, request *DescribeDataStaticProjectRequest) (response *DescribeDataStaticProjectResponse, err error)

DescribeDataStaticProject This API is used to get the DescribeDataStaticProject information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataStaticResource

func (c *Client) DescribeDataStaticResource(request *DescribeDataStaticResourceRequest) (response *DescribeDataStaticResourceResponse, err error)

DescribeDataStaticResource This API is used to get the DescribeDataStaticResource information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataStaticResourceWithContext

func (c *Client) DescribeDataStaticResourceWithContext(ctx context.Context, request *DescribeDataStaticResourceRequest) (response *DescribeDataStaticResourceResponse, err error)

DescribeDataStaticResource This API is used to get the DescribeDataStaticResource information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataStaticUrl

func (c *Client) DescribeDataStaticUrl(request *DescribeDataStaticUrlRequest) (response *DescribeDataStaticUrlResponse, err error)

DescribeDataStaticUrl This API is used to get the DescribeDataStaticUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataStaticUrlWithContext

func (c *Client) DescribeDataStaticUrlWithContext(ctx context.Context, request *DescribeDataStaticUrlRequest) (response *DescribeDataStaticUrlResponse, err error)

DescribeDataStaticUrl This API is used to get the DescribeDataStaticUrl information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataWebVitalsPage

func (c *Client) DescribeDataWebVitalsPage(request *DescribeDataWebVitalsPageRequest) (response *DescribeDataWebVitalsPageResponse, err error)

DescribeDataWebVitalsPage This API is used to get the DescribeDataWebVitalsPage information, which is about core user activities.

It includes the Web Vitals metric for the page loading performance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataWebVitalsPageWithContext

func (c *Client) DescribeDataWebVitalsPageWithContext(ctx context.Context, request *DescribeDataWebVitalsPageRequest) (response *DescribeDataWebVitalsPageResponse, err error)

DescribeDataWebVitalsPage This API is used to get the DescribeDataWebVitalsPage information, which is about core user activities.

It includes the Web Vitals metric for the page loading performance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeDataWithContext

func (c *Client) DescribeDataWithContext(ctx context.Context, request *DescribeDataRequest) (response *DescribeDataResponse, err error)

DescribeData This API is used to query the forwarding monitor.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeError

func (c *Client) DescribeError(request *DescribeErrorRequest) (response *DescribeErrorResponse, err error)

DescribeError This API is used to get the homepage error information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeErrorWithContext

func (c *Client) DescribeErrorWithContext(ctx context.Context, request *DescribeErrorRequest) (response *DescribeErrorResponse, err error)

DescribeError This API is used to get the homepage error information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeLogExports

func (c *Client) DescribeLogExports(request *DescribeLogExportsRequest) (response *DescribeLogExportsResponse, err error)

DescribeLogExports API domain name: `rum.tencentcloudapi.com`.

This API is used to get the list of log download tasks.

Default API request rate limit: 20 requests/sec.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) DescribeLogExportsWithContext

func (c *Client) DescribeLogExportsWithContext(ctx context.Context, request *DescribeLogExportsRequest) (response *DescribeLogExportsResponse, err error)

DescribeLogExports API domain name: `rum.tencentcloudapi.com`.

This API is used to get the list of log download tasks.

Default API request rate limit: 20 requests/sec.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) DescribeLogList

func (c *Client) DescribeLogList(request *DescribeLogListRequest) (response *DescribeLogListResponse, err error)

DescribeLogList This API is used to get the list of logs in a project (created by an instance).

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeLogListWithContext

func (c *Client) DescribeLogListWithContext(ctx context.Context, request *DescribeLogListRequest) (response *DescribeLogListResponse, err error)

DescribeLogList This API is used to get the list of logs in a project (created by an instance).

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeOfflineLogConfigs

func (c *Client) DescribeOfflineLogConfigs(request *DescribeOfflineLogConfigsRequest) (response *DescribeOfflineLogConfigsResponse, err error)

DescribeOfflineLogConfigs This API is used to get the configuration of the set offline log listener and return the unique user ID.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeOfflineLogConfigsWithContext

func (c *Client) DescribeOfflineLogConfigsWithContext(ctx context.Context, request *DescribeOfflineLogConfigsRequest) (response *DescribeOfflineLogConfigsResponse, err error)

DescribeOfflineLogConfigs This API is used to get the configuration of the set offline log listener and return the unique user ID.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeOfflineLogRecords

func (c *Client) DescribeOfflineLogRecords(request *DescribeOfflineLogRecordsRequest) (response *DescribeOfflineLogRecordsResponse, err error)

DescribeOfflineLogRecords This API is used to get all (up to 100) offline log records.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"

func (*Client) DescribeOfflineLogRecordsWithContext

func (c *Client) DescribeOfflineLogRecordsWithContext(ctx context.Context, request *DescribeOfflineLogRecordsRequest) (response *DescribeOfflineLogRecordsResponse, err error)

DescribeOfflineLogRecords This API is used to get all (up to 100) offline log records.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"

func (*Client) DescribeOfflineLogs

func (c *Client) DescribeOfflineLogs(request *DescribeOfflineLogsRequest) (response *DescribeOfflineLogsResponse, err error)

DescribeOfflineLogs This API is used to get the specified offline log.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"

func (*Client) DescribeOfflineLogsWithContext

func (c *Client) DescribeOfflineLogsWithContext(ctx context.Context, request *DescribeOfflineLogsRequest) (response *DescribeOfflineLogsResponse, err error)

DescribeOfflineLogs This API is used to get the specified offline log.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"

func (*Client) DescribeProjectLimits

func (c *Client) DescribeProjectLimits(request *DescribeProjectLimitsRequest) (response *DescribeProjectLimitsResponse, err error)

DescribeProjectLimits This API is used to get the list of project reporting rates.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeProjectLimitsWithContext

func (c *Client) DescribeProjectLimitsWithContext(ctx context.Context, request *DescribeProjectLimitsRequest) (response *DescribeProjectLimitsResponse, err error)

DescribeProjectLimits This API is used to get the list of project reporting rates.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribePvList

func (c *Client) DescribePvList(request *DescribePvListRequest) (response *DescribePvListResponse, err error)

DescribePvList This API is used to get the list of PVs under a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribePvListWithContext

func (c *Client) DescribePvListWithContext(ctx context.Context, request *DescribePvListRequest) (response *DescribePvListResponse, err error)

DescribePvList This API is used to get the list of PVs under a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeReleaseFileSign

func (c *Client) DescribeReleaseFileSign(request *DescribeReleaseFileSignRequest) (response *DescribeReleaseFileSignResponse, err error)

DescribeReleaseFileSign This API is used to get the temporary key for uploaded file storage.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeReleaseFileSignWithContext

func (c *Client) DescribeReleaseFileSignWithContext(ctx context.Context, request *DescribeReleaseFileSignRequest) (response *DescribeReleaseFileSignResponse, err error)

DescribeReleaseFileSign This API is used to get the temporary key for uploaded file storage.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeReleaseFiles

func (c *Client) DescribeReleaseFiles(request *DescribeReleaseFilesRequest) (response *DescribeReleaseFilesResponse, err error)

DescribeReleaseFiles This API is used to get the list of sourcemap files of a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeReleaseFilesWithContext

func (c *Client) DescribeReleaseFilesWithContext(ctx context.Context, request *DescribeReleaseFilesRequest) (response *DescribeReleaseFilesResponse, err error)

DescribeReleaseFiles This API is used to get the list of sourcemap files of a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeTawAreas

func (c *Client) DescribeTawAreas(request *DescribeTawAreasRequest) (response *DescribeTawAreasResponse, err error)

DescribeTawAreas This API is used to query region information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"

func (*Client) DescribeTawAreasWithContext

func (c *Client) DescribeTawAreasWithContext(ctx context.Context, request *DescribeTawAreasRequest) (response *DescribeTawAreasResponse, err error)

DescribeTawAreas This API is used to query region information.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"

func (*Client) DescribeUvList

func (c *Client) DescribeUvList(request *DescribeUvListRequest) (response *DescribeUvListResponse, err error)

DescribeUvList This API is used to get the list of UVs under a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeUvListWithContext

func (c *Client) DescribeUvListWithContext(ctx context.Context, request *DescribeUvListRequest) (response *DescribeUvListResponse, err error)

DescribeUvList This API is used to get the list of UVs under a project.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeWhitelists

func (c *Client) DescribeWhitelists(request *DescribeWhitelistsRequest) (response *DescribeWhitelistsResponse, err error)

DescribeWhitelists This API is used to get the list of allowlists.

error code that may be returned:

DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) DescribeWhitelistsWithContext

func (c *Client) DescribeWhitelistsWithContext(ctx context.Context, request *DescribeWhitelistsRequest) (response *DescribeWhitelistsResponse, err error)

DescribeWhitelists This API is used to get the list of allowlists.

error code that may be returned:

DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyInstance

func (c *Client) ModifyInstance(request *ModifyInstanceRequest) (response *ModifyInstanceResponse, err error)

ModifyInstance This API is used to modify an instance.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyInstanceWithContext

func (c *Client) ModifyInstanceWithContext(ctx context.Context, request *ModifyInstanceRequest) (response *ModifyInstanceResponse, err error)

ModifyInstance This API is used to modify an instance.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyProject

func (c *Client) ModifyProject(request *ModifyProjectRequest) (response *ModifyProjectResponse, err error)

ModifyProject This API is used to modify a RUM project.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) ModifyProjectLimit

func (c *Client) ModifyProjectLimit(request *ModifyProjectLimitRequest) (response *ModifyProjectLimitResponse, err error)

ModifyProjectLimit This API is used to add or modify data reporting limit.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyProjectLimitWithContext

func (c *Client) ModifyProjectLimitWithContext(ctx context.Context, request *ModifyProjectLimitRequest) (response *ModifyProjectLimitResponse, err error)

ModifyProjectLimit This API is used to add or modify data reporting limit.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
DRYRUNOPERATION = "DryRunOperation"
FAILEDOPERATION = "FailedOperation"
FAILEDOPERATION_CLSCALLFAIL = "FailedOperation.ClsCallFail"
FAILEDOPERATION_DATABASEEXCEPTION = "FailedOperation.DataBaseException"
FAILEDOPERATION_INFRASTRUCTUREERROR = "FailedOperation.InfrastructureError"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
OPERATIONDENIED = "OperationDenied"
REQUESTLIMITEXCEEDED = "RequestLimitExceeded"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCENOTFOUND_NOINSTANCE = "ResourceNotFound.NoInstance"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
RESOURCESSOLDOUT = "ResourcesSoldOut"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ModifyProjectWithContext

func (c *Client) ModifyProjectWithContext(ctx context.Context, request *ModifyProjectRequest) (response *ModifyProjectResponse, err error)

ModifyProject This API is used to modify a RUM project.

error code that may be returned:

FAILEDOPERATION = "FailedOperation"
RESOURCENOTFOUND = "ResourceNotFound"

func (*Client) ResumeInstance

func (c *Client) ResumeInstance(request *ResumeInstanceRequest) (response *ResumeInstanceResponse, err error)

ResumeInstance This API is used to resume an instance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
OPERATIONDENIED = "OperationDenied"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) ResumeInstanceWithContext

func (c *Client) ResumeInstanceWithContext(ctx context.Context, request *ResumeInstanceRequest) (response *ResumeInstanceResponse, err error)

ResumeInstance This API is used to resume an instance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
OPERATIONDENIED = "OperationDenied"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) StopInstance

func (c *Client) StopInstance(request *StopInstanceRequest) (response *StopInstanceResponse, err error)

StopInstance This API is used to stop an instance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

func (*Client) StopInstanceWithContext

func (c *Client) StopInstanceWithContext(ctx context.Context, request *StopInstanceRequest) (response *StopInstanceResponse, err error)

StopInstance This API is used to stop an instance.

error code that may be returned:

AUTHFAILURE = "AuthFailure"
FAILEDOPERATION = "FailedOperation"
INTERNALERROR = "InternalError"
INVALIDPARAMETER = "InvalidParameter"
INVALIDPARAMETERVALUE = "InvalidParameterValue"
LIMITEXCEEDED = "LimitExceeded"
MISSINGPARAMETER = "MissingParameter"
RESOURCEINUSE = "ResourceInUse"
RESOURCEINSUFFICIENT = "ResourceInsufficient"
RESOURCENOTFOUND = "ResourceNotFound"
RESOURCEUNAVAILABLE = "ResourceUnavailable"
UNAUTHORIZEDOPERATION = "UnauthorizedOperation"
UNKNOWNPARAMETER = "UnknownParameter"
UNSUPPORTEDOPERATION = "UnsupportedOperation"

type CreateLogExportRequest

type CreateLogExportRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Log export start time
	StartTime *string `json:"StartTime,omitempty" name:"StartTime"`

	// Log export end time
	EndTime *string `json:"EndTime,omitempty" name:"EndTime"`

	// Log export search statement
	Query *string `json:"Query,omitempty" name:"Query"`

	// Number of logs to be exported. Maximum value: 10 million
	Count *int64 `json:"Count,omitempty" name:"Count"`

	// Exported log sorting order by time. Valid values: asc: ascending; desc: descending. Default value: desc
	Order *string `json:"Order,omitempty" name:"Order"`

	// Exported log data format. Valid values: json, csv. Default value: json
	Format *string `json:"Format,omitempty" name:"Format"`
}

func NewCreateLogExportRequest

func NewCreateLogExportRequest() (request *CreateLogExportRequest)

func (*CreateLogExportRequest) FromJsonString

func (r *CreateLogExportRequest) 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 (*CreateLogExportRequest) ToJsonString

func (r *CreateLogExportRequest) ToJsonString() string

type CreateLogExportResponse

type CreateLogExportResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Log export ID
		ExportID *string `json:"ExportID,omitempty" name:"ExportID"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewCreateLogExportResponse

func NewCreateLogExportResponse() (response *CreateLogExportResponse)

func (*CreateLogExportResponse) FromJsonString

func (r *CreateLogExportResponse) 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 (*CreateLogExportResponse) ToJsonString

func (r *CreateLogExportResponse) ToJsonString() string

type CreateOfflineLogConfigRequest

type CreateOfflineLogConfigRequest struct {
	*tchttp.BaseRequest

	// Unique project key for reporting
	ProjectKey *string `json:"ProjectKey,omitempty" name:"ProjectKey"`

	// Unique identifier of the user to be listened on (`aid` or `uin`)
	UniqueID *string `json:"UniqueID,omitempty" name:"UniqueID"`
}

func NewCreateOfflineLogConfigRequest

func NewCreateOfflineLogConfigRequest() (request *CreateOfflineLogConfigRequest)

func (*CreateOfflineLogConfigRequest) FromJsonString

func (r *CreateOfflineLogConfigRequest) 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 (*CreateOfflineLogConfigRequest) ToJsonString

func (r *CreateOfflineLogConfigRequest) ToJsonString() string

type CreateOfflineLogConfigResponse

type CreateOfflineLogConfigResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// API response information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewCreateOfflineLogConfigResponse

func NewCreateOfflineLogConfigResponse() (response *CreateOfflineLogConfigResponse)

func (*CreateOfflineLogConfigResponse) FromJsonString

func (r *CreateOfflineLogConfigResponse) 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 (*CreateOfflineLogConfigResponse) ToJsonString

func (r *CreateOfflineLogConfigResponse) ToJsonString() string

type CreateProjectRequest

type CreateProjectRequest struct {
	*tchttp.BaseRequest

	// Name of the created project (required and up to 200 characters)
	Name *string `json:"Name,omitempty" name:"Name"`

	// Business system ID
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`

	// Project sampling rate (greater than or equal to 0)
	Rate *string `json:"Rate,omitempty" name:"Rate"`

	// Whether to enable aggregation
	EnableURLGroup *uint64 `json:"EnableURLGroup,omitempty" name:"EnableURLGroup"`

	// Project type (valid values: "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
	Type *string `json:"Type,omitempty" name:"Type"`

	// Repository address of the project (optional and up to 256 characters)
	Repo *string `json:"Repo,omitempty" name:"Repo"`

	// Webpage address of the project (optional and up to 256 characters)
	URL *string `json:"URL,omitempty" name:"URL"`

	// Description of the created project (optional and up to 1,000 characters)
	Desc *string `json:"Desc,omitempty" name:"Desc"`
}

func NewCreateProjectRequest

func NewCreateProjectRequest() (request *CreateProjectRequest)

func (*CreateProjectRequest) FromJsonString

func (r *CreateProjectRequest) 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 (*CreateProjectRequest) ToJsonString

func (r *CreateProjectRequest) ToJsonString() string

type CreateProjectResponse

type CreateProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Project ID
		ID *uint64 `json:"ID,omitempty" name:"ID"`

		// Unique project key
		Key *string `json:"Key,omitempty" name:"Key"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewCreateProjectResponse

func NewCreateProjectResponse() (response *CreateProjectResponse)

func (*CreateProjectResponse) FromJsonString

func (r *CreateProjectResponse) 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 (*CreateProjectResponse) ToJsonString

func (r *CreateProjectResponse) ToJsonString() string

type CreateReleaseFileRequest

type CreateReleaseFileRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ProjectID *int64 `json:"ProjectID,omitempty" name:"ProjectID"`

	// File information list
	Files []*ReleaseFile `json:"Files,omitempty" name:"Files"`
}

func NewCreateReleaseFileRequest

func NewCreateReleaseFileRequest() (request *CreateReleaseFileRequest)

func (*CreateReleaseFileRequest) FromJsonString

func (r *CreateReleaseFileRequest) 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 (*CreateReleaseFileRequest) ToJsonString

func (r *CreateReleaseFileRequest) ToJsonString() string

type CreateReleaseFileResponse

type CreateReleaseFileResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Call result
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewCreateReleaseFileResponse

func NewCreateReleaseFileResponse() (response *CreateReleaseFileResponse)

func (*CreateReleaseFileResponse) FromJsonString

func (r *CreateReleaseFileResponse) 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 (*CreateReleaseFileResponse) ToJsonString

func (r *CreateReleaseFileResponse) ToJsonString() string

type CreateStarProjectRequest

type CreateStarProjectRequest struct {
	*tchttp.BaseRequest

	// Instance ID, such as taw-123
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

func NewCreateStarProjectRequest

func NewCreateStarProjectRequest() (request *CreateStarProjectRequest)

func (*CreateStarProjectRequest) FromJsonString

func (r *CreateStarProjectRequest) 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 (*CreateStarProjectRequest) ToJsonString

func (r *CreateStarProjectRequest) ToJsonString() string

type CreateStarProjectResponse

type CreateStarProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// API response information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewCreateStarProjectResponse

func NewCreateStarProjectResponse() (response *CreateStarProjectResponse)

func (*CreateStarProjectResponse) FromJsonString

func (r *CreateStarProjectResponse) 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 (*CreateStarProjectResponse) ToJsonString

func (r *CreateStarProjectResponse) ToJsonString() string

type CreateTawInstanceRequest

type CreateTawInstanceRequest struct {
	*tchttp.BaseRequest

	// Region ID (at least greater than 0)
	AreaId *int64 `json:"AreaId,omitempty" name:"AreaId"`

	// Billing mode (1: trial; 2: prepaid; 3: postpaid)
	ChargeType *int64 `json:"ChargeType,omitempty" name:"ChargeType"`

	// Data retention period (at least greater than 0)
	DataRetentionDays *int64 `json:"DataRetentionDays,omitempty" name:"DataRetentionDays"`

	// Instance name (up to 255 bytes)
	InstanceName *string `json:"InstanceName,omitempty" name:"InstanceName"`

	// Tag list
	Tags []*Tag `json:"Tags,omitempty" name:"Tags"`

	// Instance description (up to 1,024 bytes)
	InstanceDesc *string `json:"InstanceDesc,omitempty" name:"InstanceDesc"`

	// Number of data entries reported per day
	CountNum *string `json:"CountNum,omitempty" name:"CountNum"`

	// Billing for data storage
	PeriodRetain *string `json:"PeriodRetain,omitempty" name:"PeriodRetain"`

	// Instance purchase channel. Valid value: `cdn`.
	BuyingChannel *string `json:"BuyingChannel,omitempty" name:"BuyingChannel"`
}

func NewCreateTawInstanceRequest

func NewCreateTawInstanceRequest() (request *CreateTawInstanceRequest)

func (*CreateTawInstanceRequest) FromJsonString

func (r *CreateTawInstanceRequest) 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 (*CreateTawInstanceRequest) ToJsonString

func (r *CreateTawInstanceRequest) ToJsonString() string

type CreateTawInstanceResponse

type CreateTawInstanceResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Instance ID
		InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewCreateTawInstanceResponse

func NewCreateTawInstanceResponse() (response *CreateTawInstanceResponse)

func (*CreateTawInstanceResponse) FromJsonString

func (r *CreateTawInstanceResponse) 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 (*CreateTawInstanceResponse) ToJsonString

func (r *CreateTawInstanceResponse) ToJsonString() string

type CreateWhitelistRequest

type CreateWhitelistRequest struct {
	*tchttp.BaseRequest

	// Instance ID, such as taw-123
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`

	// Remarks
	Remark *string `json:"Remark,omitempty" name:"Remark"`

	// uin: business identifier
	WhitelistUin *string `json:"WhitelistUin,omitempty" name:"WhitelistUin"`

	// Business identifier
	Aid *string `json:"Aid,omitempty" name:"Aid"`
}

func NewCreateWhitelistRequest

func NewCreateWhitelistRequest() (request *CreateWhitelistRequest)

func (*CreateWhitelistRequest) FromJsonString

func (r *CreateWhitelistRequest) 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 (*CreateWhitelistRequest) ToJsonString

func (r *CreateWhitelistRequest) ToJsonString() string

type CreateWhitelistResponse

type CreateWhitelistResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Message
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewCreateWhitelistResponse

func NewCreateWhitelistResponse() (response *CreateWhitelistResponse)

func (*CreateWhitelistResponse) FromJsonString

func (r *CreateWhitelistResponse) 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 (*CreateWhitelistResponse) ToJsonString

func (r *CreateWhitelistResponse) ToJsonString() string

type DeleteInstanceRequest

type DeleteInstanceRequest struct {
	*tchttp.BaseRequest

	// ID of the instance to be deleted
	InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"`
}

func NewDeleteInstanceRequest

func NewDeleteInstanceRequest() (request *DeleteInstanceRequest)

func (*DeleteInstanceRequest) FromJsonString

func (r *DeleteInstanceRequest) 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 (*DeleteInstanceRequest) ToJsonString

func (r *DeleteInstanceRequest) ToJsonString() string

type DeleteInstanceResponse

type DeleteInstanceResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteInstanceResponse

func NewDeleteInstanceResponse() (response *DeleteInstanceResponse)

func (*DeleteInstanceResponse) FromJsonString

func (r *DeleteInstanceResponse) 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 (*DeleteInstanceResponse) ToJsonString

func (r *DeleteInstanceResponse) ToJsonString() string

type DeleteLogExportRequest

type DeleteLogExportRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Log export ID
	ExportID *string `json:"ExportID,omitempty" name:"ExportID"`
}

func NewDeleteLogExportRequest

func NewDeleteLogExportRequest() (request *DeleteLogExportRequest)

func (*DeleteLogExportRequest) FromJsonString

func (r *DeleteLogExportRequest) 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 (*DeleteLogExportRequest) ToJsonString

func (r *DeleteLogExportRequest) ToJsonString() string

type DeleteLogExportResponse

type DeleteLogExportResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Whether it is successful. If so, `success` will be returned; otherwise, `Error` rather than this parameter will be returned
		// Note: this field may return null, indicating that no valid values can be obtained.
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteLogExportResponse

func NewDeleteLogExportResponse() (response *DeleteLogExportResponse)

func (*DeleteLogExportResponse) FromJsonString

func (r *DeleteLogExportResponse) 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 (*DeleteLogExportResponse) ToJsonString

func (r *DeleteLogExportResponse) ToJsonString() string

type DeleteOfflineLogConfigRequest

type DeleteOfflineLogConfigRequest struct {
	*tchttp.BaseRequest

	// Unique project key for reporting
	ProjectKey *string `json:"ProjectKey,omitempty" name:"ProjectKey"`

	// Unique user identifier (uin or aid)
	UniqueID *string `json:"UniqueID,omitempty" name:"UniqueID"`
}

func NewDeleteOfflineLogConfigRequest

func NewDeleteOfflineLogConfigRequest() (request *DeleteOfflineLogConfigRequest)

func (*DeleteOfflineLogConfigRequest) FromJsonString

func (r *DeleteOfflineLogConfigRequest) 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 (*DeleteOfflineLogConfigRequest) ToJsonString

func (r *DeleteOfflineLogConfigRequest) ToJsonString() string

type DeleteOfflineLogConfigResponse

type DeleteOfflineLogConfigResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// API call information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteOfflineLogConfigResponse

func NewDeleteOfflineLogConfigResponse() (response *DeleteOfflineLogConfigResponse)

func (*DeleteOfflineLogConfigResponse) FromJsonString

func (r *DeleteOfflineLogConfigResponse) 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 (*DeleteOfflineLogConfigResponse) ToJsonString

func (r *DeleteOfflineLogConfigResponse) ToJsonString() string

type DeleteOfflineLogRecordRequest

type DeleteOfflineLogRecordRequest struct {
	*tchttp.BaseRequest

	// Unique project key for reporting
	ProjectKey *string `json:"ProjectKey,omitempty" name:"ProjectKey"`

	// Offline log file ID
	FileID *string `json:"FileID,omitempty" name:"FileID"`
}

func NewDeleteOfflineLogRecordRequest

func NewDeleteOfflineLogRecordRequest() (request *DeleteOfflineLogRecordRequest)

func (*DeleteOfflineLogRecordRequest) FromJsonString

func (r *DeleteOfflineLogRecordRequest) 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 (*DeleteOfflineLogRecordRequest) ToJsonString

func (r *DeleteOfflineLogRecordRequest) ToJsonString() string

type DeleteOfflineLogRecordResponse

type DeleteOfflineLogRecordResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// API call information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteOfflineLogRecordResponse

func NewDeleteOfflineLogRecordResponse() (response *DeleteOfflineLogRecordResponse)

func (*DeleteOfflineLogRecordResponse) FromJsonString

func (r *DeleteOfflineLogRecordResponse) 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 (*DeleteOfflineLogRecordResponse) ToJsonString

func (r *DeleteOfflineLogRecordResponse) ToJsonString() string

type DeleteProjectRequest

type DeleteProjectRequest struct {
	*tchttp.BaseRequest

	// ID of the project to be deleted
	ID *uint64 `json:"ID,omitempty" name:"ID"`
}

func NewDeleteProjectRequest

func NewDeleteProjectRequest() (request *DeleteProjectRequest)

func (*DeleteProjectRequest) FromJsonString

func (r *DeleteProjectRequest) 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 (*DeleteProjectRequest) ToJsonString

func (r *DeleteProjectRequest) ToJsonString() string

type DeleteProjectResponse

type DeleteProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Operation information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteProjectResponse

func NewDeleteProjectResponse() (response *DeleteProjectResponse)

func (*DeleteProjectResponse) FromJsonString

func (r *DeleteProjectResponse) 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 (*DeleteProjectResponse) ToJsonString

func (r *DeleteProjectResponse) ToJsonString() string

type DeleteReleaseFileRequest

type DeleteReleaseFileRequest struct {
	*tchttp.BaseRequest

	// File ID
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

func NewDeleteReleaseFileRequest

func NewDeleteReleaseFileRequest() (request *DeleteReleaseFileRequest)

func (*DeleteReleaseFileRequest) FromJsonString

func (r *DeleteReleaseFileRequest) 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 (*DeleteReleaseFileRequest) ToJsonString

func (r *DeleteReleaseFileRequest) ToJsonString() string

type DeleteReleaseFileResponse

type DeleteReleaseFileResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Response string of the API request
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteReleaseFileResponse

func NewDeleteReleaseFileResponse() (response *DeleteReleaseFileResponse)

func (*DeleteReleaseFileResponse) FromJsonString

func (r *DeleteReleaseFileResponse) 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 (*DeleteReleaseFileResponse) ToJsonString

func (r *DeleteReleaseFileResponse) ToJsonString() string

type DeleteStarProjectRequest

type DeleteStarProjectRequest struct {
	*tchttp.BaseRequest

	// Instance ID, such as taw-123
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

func NewDeleteStarProjectRequest

func NewDeleteStarProjectRequest() (request *DeleteStarProjectRequest)

func (*DeleteStarProjectRequest) FromJsonString

func (r *DeleteStarProjectRequest) 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 (*DeleteStarProjectRequest) ToJsonString

func (r *DeleteStarProjectRequest) ToJsonString() string

type DeleteStarProjectResponse

type DeleteStarProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Response message
		// Note: this field may return null, indicating that no valid values can be obtained.
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteStarProjectResponse

func NewDeleteStarProjectResponse() (response *DeleteStarProjectResponse)

func (*DeleteStarProjectResponse) FromJsonString

func (r *DeleteStarProjectResponse) 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 (*DeleteStarProjectResponse) ToJsonString

func (r *DeleteStarProjectResponse) ToJsonString() string

type DeleteWhitelistRequest

type DeleteWhitelistRequest struct {
	*tchttp.BaseRequest

	// Instance ID
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`

	// List ID
	ID *string `json:"ID,omitempty" name:"ID"`
}

func NewDeleteWhitelistRequest

func NewDeleteWhitelistRequest() (request *DeleteWhitelistRequest)

func (*DeleteWhitelistRequest) FromJsonString

func (r *DeleteWhitelistRequest) 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 (*DeleteWhitelistRequest) ToJsonString

func (r *DeleteWhitelistRequest) ToJsonString() string

type DeleteWhitelistResponse

type DeleteWhitelistResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Success message
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDeleteWhitelistResponse

func NewDeleteWhitelistResponse() (response *DeleteWhitelistResponse)

func (*DeleteWhitelistResponse) FromJsonString

func (r *DeleteWhitelistResponse) 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 (*DeleteWhitelistResponse) ToJsonString

func (r *DeleteWhitelistResponse) ToJsonString() string

type DescribeDataCustomUrlRequest

type DescribeDataCustomUrlRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `top`: top resources view; `allcount`: performance view; `day`: 14-day data; `condition`: condition list; `pagepv`: PV view; `area`: request speed distribution; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation method
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Key value of the custom speed test
	Url *string `json:"Url,omitempty" name:"Url"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataCustomUrlRequest

func NewDescribeDataCustomUrlRequest() (request *DescribeDataCustomUrlRequest)

func (*DescribeDataCustomUrlRequest) FromJsonString

func (r *DescribeDataCustomUrlRequest) 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 (*DescribeDataCustomUrlRequest) ToJsonString

func (r *DescribeDataCustomUrlRequest) ToJsonString() string

type DescribeDataCustomUrlResponse

type DescribeDataCustomUrlResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataCustomUrlResponse

func NewDescribeDataCustomUrlResponse() (response *DescribeDataCustomUrlResponse)

func (*DescribeDataCustomUrlResponse) FromJsonString

func (r *DescribeDataCustomUrlResponse) 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 (*DescribeDataCustomUrlResponse) ToJsonString

func (r *DescribeDataCustomUrlResponse) ToJsonString() string

type DescribeDataEventUrlRequest

type DescribeDataEventUrlRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `allcount`: performance view; `day`: 14-day data; `condition`: condition list; `ckuv`: UV trend; `ckpv`: PV trend; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Filter
	Name *string `json:"Name,omitempty" name:"Name"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataEventUrlRequest

func NewDescribeDataEventUrlRequest() (request *DescribeDataEventUrlRequest)

func (*DescribeDataEventUrlRequest) FromJsonString

func (r *DescribeDataEventUrlRequest) 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 (*DescribeDataEventUrlRequest) ToJsonString

func (r *DescribeDataEventUrlRequest) ToJsonString() string

type DescribeDataEventUrlResponse

type DescribeDataEventUrlResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataEventUrlResponse

func NewDescribeDataEventUrlResponse() (response *DescribeDataEventUrlResponse)

func (*DescribeDataEventUrlResponse) FromJsonString

func (r *DescribeDataEventUrlResponse) 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 (*DescribeDataEventUrlResponse) ToJsonString

func (r *DescribeDataEventUrlResponse) ToJsonString() string

type DescribeDataFetchProjectRequest

type DescribeDataFetchProjectRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `allcount`: performance view; `day`: 14-day data; `condition`: condition list; `area`: request speed distribution; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation method
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Source
	Url *string `json:"Url,omitempty" name:"Url"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataFetchProjectRequest

func NewDescribeDataFetchProjectRequest() (request *DescribeDataFetchProjectRequest)

func (*DescribeDataFetchProjectRequest) FromJsonString

func (r *DescribeDataFetchProjectRequest) 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 (*DescribeDataFetchProjectRequest) ToJsonString

func (r *DescribeDataFetchProjectRequest) ToJsonString() string

type DescribeDataFetchProjectResponse

type DescribeDataFetchProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataFetchProjectResponse

func NewDescribeDataFetchProjectResponse() (response *DescribeDataFetchProjectResponse)

func (*DescribeDataFetchProjectResponse) FromJsonString

func (r *DescribeDataFetchProjectResponse) 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 (*DescribeDataFetchProjectResponse) ToJsonString

func (r *DescribeDataFetchProjectResponse) ToJsonString() string

type DescribeDataFetchUrlInfoRequest

type DescribeDataFetchUrlInfoRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// Type
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation method
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Source
	Url *string `json:"Url,omitempty" name:"Url"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataFetchUrlInfoRequest

func NewDescribeDataFetchUrlInfoRequest() (request *DescribeDataFetchUrlInfoRequest)

func (*DescribeDataFetchUrlInfoRequest) FromJsonString

func (r *DescribeDataFetchUrlInfoRequest) 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 (*DescribeDataFetchUrlInfoRequest) ToJsonString

func (r *DescribeDataFetchUrlInfoRequest) ToJsonString() string

type DescribeDataFetchUrlInfoResponse

type DescribeDataFetchUrlInfoResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataFetchUrlInfoResponse

func NewDescribeDataFetchUrlInfoResponse() (response *DescribeDataFetchUrlInfoResponse)

func (*DescribeDataFetchUrlInfoResponse) FromJsonString

func (r *DescribeDataFetchUrlInfoResponse) 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 (*DescribeDataFetchUrlInfoResponse) ToJsonString

func (r *DescribeDataFetchUrlInfoResponse) ToJsonString() string

type DescribeDataFetchUrlRequest

type DescribeDataFetchUrlRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `allcount`: performance view; `day`: 14-day data; `count40x`: HTTP status codes 40X view; `count50x`: HTTP status codes 50X view; `count5xand4x`: HTTP status codes 40X∑50X view; `top`: top resources view; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation method
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Source
	Url *string `json:"Url,omitempty" name:"Url"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataFetchUrlRequest

func NewDescribeDataFetchUrlRequest() (request *DescribeDataFetchUrlRequest)

func (*DescribeDataFetchUrlRequest) FromJsonString

func (r *DescribeDataFetchUrlRequest) 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 (*DescribeDataFetchUrlRequest) ToJsonString

func (r *DescribeDataFetchUrlRequest) ToJsonString() string

type DescribeDataFetchUrlResponse

type DescribeDataFetchUrlResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataFetchUrlResponse

func NewDescribeDataFetchUrlResponse() (response *DescribeDataFetchUrlResponse)

func (*DescribeDataFetchUrlResponse) FromJsonString

func (r *DescribeDataFetchUrlResponse) 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 (*DescribeDataFetchUrlResponse) ToJsonString

func (r *DescribeDataFetchUrlResponse) ToJsonString() string

type DescribeDataLogUrlInfoRequest

type DescribeDataLogUrlInfoRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Timestamp
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// Timestamp
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`
}

func NewDescribeDataLogUrlInfoRequest

func NewDescribeDataLogUrlInfoRequest() (request *DescribeDataLogUrlInfoRequest)

func (*DescribeDataLogUrlInfoRequest) FromJsonString

func (r *DescribeDataLogUrlInfoRequest) 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 (*DescribeDataLogUrlInfoRequest) ToJsonString

func (r *DescribeDataLogUrlInfoRequest) ToJsonString() string

type DescribeDataLogUrlInfoResponse

type DescribeDataLogUrlInfoResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Response string
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataLogUrlInfoResponse

func NewDescribeDataLogUrlInfoResponse() (response *DescribeDataLogUrlInfoResponse)

func (*DescribeDataLogUrlInfoResponse) FromJsonString

func (r *DescribeDataLogUrlInfoResponse) 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 (*DescribeDataLogUrlInfoResponse) ToJsonString

func (r *DescribeDataLogUrlInfoResponse) ToJsonString() string

type DescribeDataLogUrlStatisticsRequest

type DescribeDataLogUrlStatisticsRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `analysis`: exception analysis; `compare`: exception list comparison; `allcount`: performance view; `condition`: condition list; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataLogUrlStatisticsRequest

func NewDescribeDataLogUrlStatisticsRequest() (request *DescribeDataLogUrlStatisticsRequest)

func (*DescribeDataLogUrlStatisticsRequest) FromJsonString

func (r *DescribeDataLogUrlStatisticsRequest) 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 (*DescribeDataLogUrlStatisticsRequest) ToJsonString

func (r *DescribeDataLogUrlStatisticsRequest) ToJsonString() string

type DescribeDataLogUrlStatisticsResponse

type DescribeDataLogUrlStatisticsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataLogUrlStatisticsResponse

func NewDescribeDataLogUrlStatisticsResponse() (response *DescribeDataLogUrlStatisticsResponse)

func (*DescribeDataLogUrlStatisticsResponse) FromJsonString

func (r *DescribeDataLogUrlStatisticsResponse) 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 (*DescribeDataLogUrlStatisticsResponse) ToJsonString

func (r *DescribeDataLogUrlStatisticsResponse) ToJsonString() string

type DescribeDataPerformancePageRequest

type DescribeDataPerformancePageRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// `pagepv`: PV view; `allcount`: performance view; `falls`: page loading waterfall plot; `samp`: FMP, `day`: 14-day data, `nettype`: network/platform view; `performance`: top underperformed pages view; `version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: version view; device view; ISP view; region view; browser view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Duration calculation method
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Environment variable
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataPerformancePageRequest

func NewDescribeDataPerformancePageRequest() (request *DescribeDataPerformancePageRequest)

func (*DescribeDataPerformancePageRequest) FromJsonString

func (r *DescribeDataPerformancePageRequest) 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 (*DescribeDataPerformancePageRequest) ToJsonString

func (r *DescribeDataPerformancePageRequest) ToJsonString() string

type DescribeDataPerformancePageResponse

type DescribeDataPerformancePageResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataPerformancePageResponse

func NewDescribeDataPerformancePageResponse() (response *DescribeDataPerformancePageResponse)

func (*DescribeDataPerformancePageResponse) FromJsonString

func (r *DescribeDataPerformancePageResponse) 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 (*DescribeDataPerformancePageResponse) ToJsonString

func (r *DescribeDataPerformancePageResponse) ToJsonString() string

type DescribeDataPerformanceProjectRequest

type DescribeDataPerformanceProjectRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `allcount`; performance view; `falls`: page loading waterfall plot; `samp`: FMP, `day`: 14-day data, `nettype`: network/platform view; `performance`: top underperformed pages view; `condition`: condition list; `area`: request speed distribution; `version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: version view; device view; ISP view; region view; browser view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataPerformanceProjectRequest

func NewDescribeDataPerformanceProjectRequest() (request *DescribeDataPerformanceProjectRequest)

func (*DescribeDataPerformanceProjectRequest) FromJsonString

func (r *DescribeDataPerformanceProjectRequest) 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 (*DescribeDataPerformanceProjectRequest) ToJsonString

type DescribeDataPerformanceProjectResponse

type DescribeDataPerformanceProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataPerformanceProjectResponse

func NewDescribeDataPerformanceProjectResponse() (response *DescribeDataPerformanceProjectResponse)

func (*DescribeDataPerformanceProjectResponse) FromJsonString

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

func (*DescribeDataPerformanceProjectResponse) ToJsonString

type DescribeDataPvUrlInfoRequest

type DescribeDataPvUrlInfoRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// Type
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataPvUrlInfoRequest

func NewDescribeDataPvUrlInfoRequest() (request *DescribeDataPvUrlInfoRequest)

func (*DescribeDataPvUrlInfoRequest) FromJsonString

func (r *DescribeDataPvUrlInfoRequest) 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 (*DescribeDataPvUrlInfoRequest) ToJsonString

func (r *DescribeDataPvUrlInfoRequest) ToJsonString() string

type DescribeDataPvUrlInfoResponse

type DescribeDataPvUrlInfoResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataPvUrlInfoResponse

func NewDescribeDataPvUrlInfoResponse() (response *DescribeDataPvUrlInfoResponse)

func (*DescribeDataPvUrlInfoResponse) FromJsonString

func (r *DescribeDataPvUrlInfoResponse) 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 (*DescribeDataPvUrlInfoResponse) ToJsonString

func (r *DescribeDataPvUrlInfoResponse) ToJsonString() string

type DescribeDataPvUrlStatisticsRequest

type DescribeDataPvUrlStatisticsRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `allcount`; performance view; `day`: 14-day data, `vp`: performance; `ckuv`: UV; `ckpv`: PV; `condition`: condition list; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataPvUrlStatisticsRequest

func NewDescribeDataPvUrlStatisticsRequest() (request *DescribeDataPvUrlStatisticsRequest)

func (*DescribeDataPvUrlStatisticsRequest) FromJsonString

func (r *DescribeDataPvUrlStatisticsRequest) 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 (*DescribeDataPvUrlStatisticsRequest) ToJsonString

func (r *DescribeDataPvUrlStatisticsRequest) ToJsonString() string

type DescribeDataPvUrlStatisticsResponse

type DescribeDataPvUrlStatisticsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataPvUrlStatisticsResponse

func NewDescribeDataPvUrlStatisticsResponse() (response *DescribeDataPvUrlStatisticsResponse)

func (*DescribeDataPvUrlStatisticsResponse) FromJsonString

func (r *DescribeDataPvUrlStatisticsResponse) 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 (*DescribeDataPvUrlStatisticsResponse) ToJsonString

func (r *DescribeDataPvUrlStatisticsResponse) ToJsonString() string

type DescribeDataReportCountRequest

type DescribeDataReportCountRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Reporting type
	ReportType *string `json:"ReportType,omitempty" name:"ReportType"`

	// Instance ID
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`
}

func NewDescribeDataReportCountRequest

func NewDescribeDataReportCountRequest() (request *DescribeDataReportCountRequest)

func (*DescribeDataReportCountRequest) FromJsonString

func (r *DescribeDataReportCountRequest) 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 (*DescribeDataReportCountRequest) ToJsonString

func (r *DescribeDataReportCountRequest) ToJsonString() string

type DescribeDataReportCountResponse

type DescribeDataReportCountResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataReportCountResponse

func NewDescribeDataReportCountResponse() (response *DescribeDataReportCountResponse)

func (*DescribeDataReportCountResponse) FromJsonString

func (r *DescribeDataReportCountResponse) 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 (*DescribeDataReportCountResponse) ToJsonString

func (r *DescribeDataReportCountResponse) ToJsonString() string

type DescribeDataRequest

type DescribeDataRequest struct {
	*tchttp.BaseRequest

	// Query string
	Query *string `json:"Query,omitempty" name:"Query"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

func NewDescribeDataRequest

func NewDescribeDataRequest() (request *DescribeDataRequest)

func (*DescribeDataRequest) FromJsonString

func (r *DescribeDataRequest) 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 (*DescribeDataRequest) ToJsonString

func (r *DescribeDataRequest) ToJsonString() string

type DescribeDataResponse

type DescribeDataResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Response string
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataResponse

func NewDescribeDataResponse() (response *DescribeDataResponse)

func (*DescribeDataResponse) FromJsonString

func (r *DescribeDataResponse) 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 (*DescribeDataResponse) ToJsonString

func (r *DescribeDataResponse) ToJsonString() string

type DescribeDataSetUrlStatisticsRequest

type DescribeDataSetUrlStatisticsRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `allcount`: performance view; `data`: mini program; `component`: mini program-related components; `day`: 14-day data; `nettype`: network/platform view; `performance`: top underperformed pages view; `version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: version view; device view; ISP view; region view; browser view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataSetUrlStatisticsRequest

func NewDescribeDataSetUrlStatisticsRequest() (request *DescribeDataSetUrlStatisticsRequest)

func (*DescribeDataSetUrlStatisticsRequest) FromJsonString

func (r *DescribeDataSetUrlStatisticsRequest) 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 (*DescribeDataSetUrlStatisticsRequest) ToJsonString

func (r *DescribeDataSetUrlStatisticsRequest) ToJsonString() string

type DescribeDataSetUrlStatisticsResponse

type DescribeDataSetUrlStatisticsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataSetUrlStatisticsResponse

func NewDescribeDataSetUrlStatisticsResponse() (response *DescribeDataSetUrlStatisticsResponse)

func (*DescribeDataSetUrlStatisticsResponse) FromJsonString

func (r *DescribeDataSetUrlStatisticsResponse) 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 (*DescribeDataSetUrlStatisticsResponse) ToJsonString

func (r *DescribeDataSetUrlStatisticsResponse) ToJsonString() string

type DescribeDataStaticProjectRequest

type DescribeDataStaticProjectRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `allcount`: performance view; `day`: 14-day data; `condition`: condition list; `area`: request speed distribution; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Source
	Url []*string `json:"Url,omitempty" name:"Url"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataStaticProjectRequest

func NewDescribeDataStaticProjectRequest() (request *DescribeDataStaticProjectRequest)

func (*DescribeDataStaticProjectRequest) FromJsonString

func (r *DescribeDataStaticProjectRequest) 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 (*DescribeDataStaticProjectRequest) ToJsonString

func (r *DescribeDataStaticProjectRequest) ToJsonString() string

type DescribeDataStaticProjectResponse

type DescribeDataStaticProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataStaticProjectResponse

func NewDescribeDataStaticProjectResponse() (response *DescribeDataStaticProjectResponse)

func (*DescribeDataStaticProjectResponse) FromJsonString

func (r *DescribeDataStaticProjectResponse) 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 (*DescribeDataStaticProjectResponse) ToJsonString

func (r *DescribeDataStaticProjectResponse) ToJsonString() string

type DescribeDataStaticResourceRequest

type DescribeDataStaticResourceRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `top`: top resources view; `count40x`: HTTP status codes 40X view; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation method
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Source
	Url *string `json:"Url,omitempty" name:"Url"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataStaticResourceRequest

func NewDescribeDataStaticResourceRequest() (request *DescribeDataStaticResourceRequest)

func (*DescribeDataStaticResourceRequest) FromJsonString

func (r *DescribeDataStaticResourceRequest) 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 (*DescribeDataStaticResourceRequest) ToJsonString

func (r *DescribeDataStaticResourceRequest) ToJsonString() string

type DescribeDataStaticResourceResponse

type DescribeDataStaticResourceResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataStaticResourceResponse

func NewDescribeDataStaticResourceResponse() (response *DescribeDataStaticResourceResponse)

func (*DescribeDataStaticResourceResponse) FromJsonString

func (r *DescribeDataStaticResourceResponse) 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 (*DescribeDataStaticResourceResponse) ToJsonString

func (r *DescribeDataStaticResourceResponse) ToJsonString() string

type DescribeDataStaticUrlRequest

type DescribeDataStaticUrlRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// `pagepv`: page view; `nettype`/`version`/`platform`/`isp`/`region`/`device`/`browser`/`ext1`/`ext2`/`ext3`/`ret`/`status`/`from`/`url`/`env`: network/platform view; version view; device view; ISP view; region view; browser view; custom view, and so on.
	Type *string `json:"Type,omitempty" name:"Type"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation method
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Source
	Url *string `json:"Url,omitempty" name:"Url"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataStaticUrlRequest

func NewDescribeDataStaticUrlRequest() (request *DescribeDataStaticUrlRequest)

func (*DescribeDataStaticUrlRequest) FromJsonString

func (r *DescribeDataStaticUrlRequest) 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 (*DescribeDataStaticUrlRequest) ToJsonString

func (r *DescribeDataStaticUrlRequest) ToJsonString() string

type DescribeDataStaticUrlResponse

type DescribeDataStaticUrlResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataStaticUrlResponse

func NewDescribeDataStaticUrlResponse() (response *DescribeDataStaticUrlResponse)

func (*DescribeDataStaticUrlResponse) FromJsonString

func (r *DescribeDataStaticUrlResponse) 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 (*DescribeDataStaticUrlResponse) ToJsonString

func (r *DescribeDataStaticUrlResponse) ToJsonString() string

type DescribeDataWebVitalsPageRequest

type DescribeDataWebVitalsPageRequest struct {
	*tchttp.BaseRequest

	// Start time
	StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

	// End time
	EndTime *int64 `json:"EndTime,omitempty" name:"EndTime"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Custom 2
	ExtSecond *string `json:"ExtSecond,omitempty" name:"ExtSecond"`

	// Browser engine
	Engine *string `json:"Engine,omitempty" name:"Engine"`

	// ISP
	Isp *string `json:"Isp,omitempty" name:"Isp"`

	// Source page
	From *string `json:"From,omitempty" name:"From"`

	// Log level
	Level *string `json:"Level,omitempty" name:"Level"`

	// No type yet
	Type *string `json:"Type,omitempty" name:"Type"`

	// Brand
	Brand *string `json:"Brand,omitempty" name:"Brand"`

	// Region
	Area *string `json:"Area,omitempty" name:"Area"`

	// Version
	VersionNum *string `json:"VersionNum,omitempty" name:"VersionNum"`

	// Platform
	Platform *string `json:"Platform,omitempty" name:"Platform"`

	// Custom 3
	ExtThird *string `json:"ExtThird,omitempty" name:"ExtThird"`

	// Custom 1
	ExtFirst *string `json:"ExtFirst,omitempty" name:"ExtFirst"`

	// Network type
	NetType *string `json:"NetType,omitempty" name:"NetType"`

	// Model
	Device *string `json:"Device,omitempty" name:"Device"`

	// Whether it is outside the Chinese mainland
	IsAbroad *string `json:"IsAbroad,omitempty" name:"IsAbroad"`

	// OS
	Os *string `json:"Os,omitempty" name:"Os"`

	// Browser
	Browser *string `json:"Browser,omitempty" name:"Browser"`

	// Duration calculation
	CostType *string `json:"CostType,omitempty" name:"CostType"`

	// Environment
	Env *string `json:"Env,omitempty" name:"Env"`
}

func NewDescribeDataWebVitalsPageRequest

func NewDescribeDataWebVitalsPageRequest() (request *DescribeDataWebVitalsPageRequest)

func (*DescribeDataWebVitalsPageRequest) FromJsonString

func (r *DescribeDataWebVitalsPageRequest) 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 (*DescribeDataWebVitalsPageRequest) ToJsonString

func (r *DescribeDataWebVitalsPageRequest) ToJsonString() string

type DescribeDataWebVitalsPageResponse

type DescribeDataWebVitalsPageResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned value
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeDataWebVitalsPageResponse

func NewDescribeDataWebVitalsPageResponse() (response *DescribeDataWebVitalsPageResponse)

func (*DescribeDataWebVitalsPageResponse) FromJsonString

func (r *DescribeDataWebVitalsPageResponse) 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 (*DescribeDataWebVitalsPageResponse) ToJsonString

func (r *DescribeDataWebVitalsPageResponse) ToJsonString() string

type DescribeErrorRequest

type DescribeErrorRequest struct {
	*tchttp.BaseRequest

	// Date
	Date *string `json:"Date,omitempty" name:"Date"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

func NewDescribeErrorRequest

func NewDescribeErrorRequest() (request *DescribeErrorRequest)

func (*DescribeErrorRequest) FromJsonString

func (r *DescribeErrorRequest) 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 (*DescribeErrorRequest) ToJsonString

func (r *DescribeErrorRequest) ToJsonString() string

type DescribeErrorResponse

type DescribeErrorResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Content
		Content *string `json:"Content,omitempty" name:"Content"`

		// Project ID
		ID *int64 `json:"ID,omitempty" name:"ID"`

		// Time
		CreateTime *string `json:"CreateTime,omitempty" name:"CreateTime"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeErrorResponse

func NewDescribeErrorResponse() (response *DescribeErrorResponse)

func (*DescribeErrorResponse) FromJsonString

func (r *DescribeErrorResponse) 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 (*DescribeErrorResponse) ToJsonString

func (r *DescribeErrorResponse) ToJsonString() string

type DescribeLogExportsRequest

type DescribeLogExportsRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

func NewDescribeLogExportsRequest

func NewDescribeLogExportsRequest() (request *DescribeLogExportsRequest)

func (*DescribeLogExportsRequest) FromJsonString

func (r *DescribeLogExportsRequest) 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 (*DescribeLogExportsRequest) ToJsonString

func (r *DescribeLogExportsRequest) ToJsonString() string

type DescribeLogExportsResponse

type DescribeLogExportsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// List of log export records
		LogExportSet []*LogExport `json:"LogExportSet,omitempty" name:"LogExportSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeLogExportsResponse

func NewDescribeLogExportsResponse() (response *DescribeLogExportsResponse)

func (*DescribeLogExportsResponse) FromJsonString

func (r *DescribeLogExportsResponse) 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 (*DescribeLogExportsResponse) ToJsonString

func (r *DescribeLogExportsResponse) ToJsonString() string

type DescribeLogListRequest

type DescribeLogListRequest struct {
	*tchttp.BaseRequest

	// Sorting order. Valid values: desc, asc
	Sort *string `json:"Sort,omitempty" name:"Sort"`

	// searchlog  histogram
	ActionType *string `json:"ActionType,omitempty" name:"ActionType"`

	// Project ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Start time
	StartTime *string `json:"StartTime,omitempty" name:"StartTime"`

	// Number of raw logs returned in a single query. Maximum value: 100
	Limit *int64 `json:"Limit,omitempty" name:"Limit"`

	// Context, which is used to load more logs. Pass through the last `Context` value returned to get more log content (up to 10,000 raw logs). It will expire after 1 hour
	Context *string `json:"Context,omitempty" name:"Context"`

	// Query statement, which can contain up to 4,096 characters.
	Query *string `json:"Query,omitempty" name:"Query"`

	// End time
	EndTime *string `json:"EndTime,omitempty" name:"EndTime"`
}

func NewDescribeLogListRequest

func NewDescribeLogListRequest() (request *DescribeLogListRequest)

func (*DescribeLogListRequest) FromJsonString

func (r *DescribeLogListRequest) 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 (*DescribeLogListRequest) ToJsonString

func (r *DescribeLogListRequest) ToJsonString() string

type DescribeLogListResponse

type DescribeLogListResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Response string
		Result *string `json:"Result,omitempty" name:"Result"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeLogListResponse

func NewDescribeLogListResponse() (response *DescribeLogListResponse)

func (*DescribeLogListResponse) FromJsonString

func (r *DescribeLogListResponse) 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 (*DescribeLogListResponse) ToJsonString

func (r *DescribeLogListResponse) ToJsonString() string

type DescribeOfflineLogConfigsRequest

type DescribeOfflineLogConfigsRequest struct {
	*tchttp.BaseRequest

	// Unique project key for reporting
	ProjectKey *string `json:"ProjectKey,omitempty" name:"ProjectKey"`
}

func NewDescribeOfflineLogConfigsRequest

func NewDescribeOfflineLogConfigsRequest() (request *DescribeOfflineLogConfigsRequest)

func (*DescribeOfflineLogConfigsRequest) FromJsonString

func (r *DescribeOfflineLogConfigsRequest) 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 (*DescribeOfflineLogConfigsRequest) ToJsonString

func (r *DescribeOfflineLogConfigsRequest) ToJsonString() string

type DescribeOfflineLogConfigsResponse

type DescribeOfflineLogConfigsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// API call information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// Array of unique user identifiers
		UniqueIDSet []*string `json:"UniqueIDSet,omitempty" name:"UniqueIDSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeOfflineLogConfigsResponse

func NewDescribeOfflineLogConfigsResponse() (response *DescribeOfflineLogConfigsResponse)

func (*DescribeOfflineLogConfigsResponse) FromJsonString

func (r *DescribeOfflineLogConfigsResponse) 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 (*DescribeOfflineLogConfigsResponse) ToJsonString

func (r *DescribeOfflineLogConfigsResponse) ToJsonString() string

type DescribeOfflineLogRecordsRequest

type DescribeOfflineLogRecordsRequest struct {
	*tchttp.BaseRequest

	// Unique project key for reporting
	ProjectKey *string `json:"ProjectKey,omitempty" name:"ProjectKey"`
}

func NewDescribeOfflineLogRecordsRequest

func NewDescribeOfflineLogRecordsRequest() (request *DescribeOfflineLogRecordsRequest)

func (*DescribeOfflineLogRecordsRequest) FromJsonString

func (r *DescribeOfflineLogRecordsRequest) 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 (*DescribeOfflineLogRecordsRequest) ToJsonString

func (r *DescribeOfflineLogRecordsRequest) ToJsonString() string

type DescribeOfflineLogRecordsResponse

type DescribeOfflineLogRecordsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// API call information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// Array of record IDs
		RecordSet []*string `json:"RecordSet,omitempty" name:"RecordSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeOfflineLogRecordsResponse

func NewDescribeOfflineLogRecordsResponse() (response *DescribeOfflineLogRecordsResponse)

func (*DescribeOfflineLogRecordsResponse) FromJsonString

func (r *DescribeOfflineLogRecordsResponse) 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 (*DescribeOfflineLogRecordsResponse) ToJsonString

func (r *DescribeOfflineLogRecordsResponse) ToJsonString() string

type DescribeOfflineLogsRequest

type DescribeOfflineLogsRequest struct {
	*tchttp.BaseRequest

	// Unique project key for reporting
	ProjectKey *string `json:"ProjectKey,omitempty" name:"ProjectKey"`

	// List of offline log file IDs
	FileIDs []*string `json:"FileIDs,omitempty" name:"FileIDs"`
}

func NewDescribeOfflineLogsRequest

func NewDescribeOfflineLogsRequest() (request *DescribeOfflineLogsRequest)

func (*DescribeOfflineLogsRequest) FromJsonString

func (r *DescribeOfflineLogsRequest) 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 (*DescribeOfflineLogsRequest) ToJsonString

func (r *DescribeOfflineLogsRequest) ToJsonString() string

type DescribeOfflineLogsResponse

type DescribeOfflineLogsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// API call response
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// Log list
		LogSet []*string `json:"LogSet,omitempty" name:"LogSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeOfflineLogsResponse

func NewDescribeOfflineLogsResponse() (response *DescribeOfflineLogsResponse)

func (*DescribeOfflineLogsResponse) FromJsonString

func (r *DescribeOfflineLogsResponse) 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 (*DescribeOfflineLogsResponse) ToJsonString

func (r *DescribeOfflineLogsResponse) ToJsonString() string

type DescribeProjectLimitsRequest

type DescribeProjectLimitsRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ProjectID *int64 `json:"ProjectID,omitempty" name:"ProjectID"`
}

func NewDescribeProjectLimitsRequest

func NewDescribeProjectLimitsRequest() (request *DescribeProjectLimitsRequest)

func (*DescribeProjectLimitsRequest) FromJsonString

func (r *DescribeProjectLimitsRequest) 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 (*DescribeProjectLimitsRequest) ToJsonString

func (r *DescribeProjectLimitsRequest) ToJsonString() string

type DescribeProjectLimitsResponse

type DescribeProjectLimitsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Array of reporting rates
		ProjectLimitSet []*ProjectLimit `json:"ProjectLimitSet,omitempty" name:"ProjectLimitSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeProjectLimitsResponse

func NewDescribeProjectLimitsResponse() (response *DescribeProjectLimitsResponse)

func (*DescribeProjectLimitsResponse) FromJsonString

func (r *DescribeProjectLimitsResponse) 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 (*DescribeProjectLimitsResponse) ToJsonString

func (r *DescribeProjectLimitsResponse) ToJsonString() string

type DescribePvListRequest

type DescribePvListRequest struct {
	*tchttp.BaseRequest

	// ID
	ProjectId *int64 `json:"ProjectId,omitempty" name:"ProjectId"`

	// End time
	EndTime *string `json:"EndTime,omitempty" name:"EndTime"`

	// Start time
	StartTime *string `json:"StartTime,omitempty" name:"StartTime"`

	// Get day:d (leave this parameter empty if to get min)
	Dimension *string `json:"Dimension,omitempty" name:"Dimension"`
}

func NewDescribePvListRequest

func NewDescribePvListRequest() (request *DescribePvListRequest)

func (*DescribePvListRequest) FromJsonString

func (r *DescribePvListRequest) 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 (*DescribePvListRequest) ToJsonString

func (r *DescribePvListRequest) ToJsonString() string

type DescribePvListResponse

type DescribePvListResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// PV list
		// Note: this field may return null, indicating that no valid values can be obtained.
		ProjectPvSet []*RumPvInfo `json:"ProjectPvSet,omitempty" name:"ProjectPvSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribePvListResponse

func NewDescribePvListResponse() (response *DescribePvListResponse)

func (*DescribePvListResponse) FromJsonString

func (r *DescribePvListResponse) 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 (*DescribePvListResponse) ToJsonString

func (r *DescribePvListResponse) ToJsonString() string

type DescribeReleaseFileSignRequest

type DescribeReleaseFileSignRequest struct {
	*tchttp.BaseRequest

	// Timeout period. If it is not set, it will be 5 minutes by default
	Timeout *int64 `json:"Timeout,omitempty" name:"Timeout"`
}

func NewDescribeReleaseFileSignRequest

func NewDescribeReleaseFileSignRequest() (request *DescribeReleaseFileSignRequest)

func (*DescribeReleaseFileSignRequest) FromJsonString

func (r *DescribeReleaseFileSignRequest) 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 (*DescribeReleaseFileSignRequest) ToJsonString

func (r *DescribeReleaseFileSignRequest) ToJsonString() string

type DescribeReleaseFileSignResponse

type DescribeReleaseFileSignResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Temporary key
		SecretKey *string `json:"SecretKey,omitempty" name:"SecretKey"`

		// Temporary key ID
		SecretID *string `json:"SecretID,omitempty" name:"SecretID"`

		// Temporary key token
		SessionToken *string `json:"SessionToken,omitempty" name:"SessionToken"`

		// Start timestamp
		StartTime *int64 `json:"StartTime,omitempty" name:"StartTime"`

		// Expiration timestamp
		ExpiredTime *int64 `json:"ExpiredTime,omitempty" name:"ExpiredTime"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeReleaseFileSignResponse

func NewDescribeReleaseFileSignResponse() (response *DescribeReleaseFileSignResponse)

func (*DescribeReleaseFileSignResponse) FromJsonString

func (r *DescribeReleaseFileSignResponse) 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 (*DescribeReleaseFileSignResponse) ToJsonString

func (r *DescribeReleaseFileSignResponse) ToJsonString() string

type DescribeReleaseFilesRequest

type DescribeReleaseFilesRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ProjectID *int64 `json:"ProjectID,omitempty" name:"ProjectID"`

	// File version
	FileVersion *string `json:"FileVersion,omitempty" name:"FileVersion"`
}

func NewDescribeReleaseFilesRequest

func NewDescribeReleaseFilesRequest() (request *DescribeReleaseFilesRequest)

func (*DescribeReleaseFilesRequest) FromJsonString

func (r *DescribeReleaseFilesRequest) 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 (*DescribeReleaseFilesRequest) ToJsonString

func (r *DescribeReleaseFilesRequest) ToJsonString() string

type DescribeReleaseFilesResponse

type DescribeReleaseFilesResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// File information list
		Files []*ReleaseFile `json:"Files,omitempty" name:"Files"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeReleaseFilesResponse

func NewDescribeReleaseFilesResponse() (response *DescribeReleaseFilesResponse)

func (*DescribeReleaseFilesResponse) FromJsonString

func (r *DescribeReleaseFilesResponse) 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 (*DescribeReleaseFilesResponse) ToJsonString

func (r *DescribeReleaseFilesResponse) ToJsonString() string

type DescribeTawAreasRequest

type DescribeTawAreasRequest struct {
	*tchttp.BaseRequest

	// Region ID
	AreaIds []*int64 `json:"AreaIds,omitempty" name:"AreaIds"`

	// Region key
	AreaKeys []*string `json:"AreaKeys,omitempty" name:"AreaKeys"`

	// Pagination limit
	Limit *int64 `json:"Limit,omitempty" name:"Limit"`

	// Region status (1: valid; 2: invalid)
	AreaStatuses []*int64 `json:"AreaStatuses,omitempty" name:"AreaStatuses"`

	// Pagination offset
	Offset *int64 `json:"Offset,omitempty" name:"Offset"`
}

func NewDescribeTawAreasRequest

func NewDescribeTawAreasRequest() (request *DescribeTawAreasRequest)

func (*DescribeTawAreasRequest) FromJsonString

func (r *DescribeTawAreasRequest) 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 (*DescribeTawAreasRequest) ToJsonString

func (r *DescribeTawAreasRequest) ToJsonString() string

type DescribeTawAreasResponse

type DescribeTawAreasResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Total number of regions
		TotalCount *int64 `json:"TotalCount,omitempty" name:"TotalCount"`

		// Region list
		AreaSet []*RumAreaInfo `json:"AreaSet,omitempty" name:"AreaSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeTawAreasResponse

func NewDescribeTawAreasResponse() (response *DescribeTawAreasResponse)

func (*DescribeTawAreasResponse) FromJsonString

func (r *DescribeTawAreasResponse) 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 (*DescribeTawAreasResponse) ToJsonString

func (r *DescribeTawAreasResponse) ToJsonString() string

type DescribeUvListRequest

type DescribeUvListRequest struct {
	*tchttp.BaseRequest

	// ID
	ProjectId *int64 `json:"ProjectId,omitempty" name:"ProjectId"`

	// End time
	EndTime *string `json:"EndTime,omitempty" name:"EndTime"`

	// Start time
	StartTime *string `json:"StartTime,omitempty" name:"StartTime"`

	// Get day:d min:m
	Dimension *string `json:"Dimension,omitempty" name:"Dimension"`
}

func NewDescribeUvListRequest

func NewDescribeUvListRequest() (request *DescribeUvListRequest)

func (*DescribeUvListRequest) FromJsonString

func (r *DescribeUvListRequest) 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 (*DescribeUvListRequest) ToJsonString

func (r *DescribeUvListRequest) ToJsonString() string

type DescribeUvListResponse

type DescribeUvListResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// UV list
		ProjectUvSet []*RumUvInfo `json:"ProjectUvSet,omitempty" name:"ProjectUvSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeUvListResponse

func NewDescribeUvListResponse() (response *DescribeUvListResponse)

func (*DescribeUvListResponse) FromJsonString

func (r *DescribeUvListResponse) 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 (*DescribeUvListResponse) ToJsonString

func (r *DescribeUvListResponse) ToJsonString() string

type DescribeWhitelistsRequest

type DescribeWhitelistsRequest struct {
	*tchttp.BaseRequest

	// Instance ID
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`
}

func NewDescribeWhitelistsRequest

func NewDescribeWhitelistsRequest() (request *DescribeWhitelistsRequest)

func (*DescribeWhitelistsRequest) FromJsonString

func (r *DescribeWhitelistsRequest) 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 (*DescribeWhitelistsRequest) ToJsonString

func (r *DescribeWhitelistsRequest) ToJsonString() string

type DescribeWhitelistsResponse

type DescribeWhitelistsResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Allowlist list
		WhitelistSet []*Whitelist `json:"WhitelistSet,omitempty" name:"WhitelistSet"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewDescribeWhitelistsResponse

func NewDescribeWhitelistsResponse() (response *DescribeWhitelistsResponse)

func (*DescribeWhitelistsResponse) FromJsonString

func (r *DescribeWhitelistsResponse) 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 (*DescribeWhitelistsResponse) ToJsonString

func (r *DescribeWhitelistsResponse) ToJsonString() string

type LogExport

type LogExport struct {

	// Log export path
	CosPath *string `json:"CosPath,omitempty" name:"CosPath"`

	// Number of logs to be exported
	Count *int64 `json:"Count,omitempty" name:"Count"`

	// Log export task creation time
	CreateTime *string `json:"CreateTime,omitempty" name:"CreateTime"`

	// Log export task ID
	ExportID *string `json:"ExportID,omitempty" name:"ExportID"`

	// Log export filename
	FileName *string `json:"FileName,omitempty" name:"FileName"`

	// Log file size
	FileSize *int64 `json:"FileSize,omitempty" name:"FileSize"`

	// Log export format
	Format *string `json:"Format,omitempty" name:"Format"`

	// Log export time sorting
	Order *string `json:"Order,omitempty" name:"Order"`

	// Log export query statement
	Query *string `json:"Query,omitempty" name:"Query"`

	// Log export start time
	StartTime *string `json:"StartTime,omitempty" name:"StartTime"`

	// Log export end time
	EndTime *string `json:"EndTime,omitempty" name:"EndTime"`

	// Log download status. Valid values: Queuing: queuing; Processing: exporting; Complete: completed; Failed: failed; Expired: expired (3-day validity period).
	Status *string `json:"Status,omitempty" name:"Status"`
}

type ModifyInstanceRequest

type ModifyInstanceRequest struct {
	*tchttp.BaseRequest

	// ID of the instance to be modified
	InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"`

	// New instance name (up to 255 characters)
	InstanceName *string `json:"InstanceName,omitempty" name:"InstanceName"`

	// New instance description (up to 1,024 characters)
	InstanceDesc *string `json:"InstanceDesc,omitempty" name:"InstanceDesc"`
}

func NewModifyInstanceRequest

func NewModifyInstanceRequest() (request *ModifyInstanceRequest)

func (*ModifyInstanceRequest) FromJsonString

func (r *ModifyInstanceRequest) 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 (*ModifyInstanceRequest) ToJsonString

func (r *ModifyInstanceRequest) ToJsonString() string

type ModifyInstanceResponse

type ModifyInstanceResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewModifyInstanceResponse

func NewModifyInstanceResponse() (response *ModifyInstanceResponse)

func (*ModifyInstanceResponse) FromJsonString

func (r *ModifyInstanceResponse) 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 (*ModifyInstanceResponse) ToJsonString

func (r *ModifyInstanceResponse) ToJsonString() string

type ModifyProjectLimitRequest

type ModifyProjectLimitRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ProjectID *int64 `json:"ProjectID,omitempty" name:"ProjectID"`

	// Project API
	ProjectInterface *string `json:"ProjectInterface,omitempty" name:"ProjectInterface"`

	// Reporting rate. 10 means 10%
	ReportRate *int64 `json:"ReportRate,omitempty" name:"ReportRate"`

	// Reporting type. 1: rate; 2: number of reported data entries
	ReportType *int64 `json:"ReportType,omitempty" name:"ReportType"`

	// Primary key ID
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

func NewModifyProjectLimitRequest

func NewModifyProjectLimitRequest() (request *ModifyProjectLimitRequest)

func (*ModifyProjectLimitRequest) FromJsonString

func (r *ModifyProjectLimitRequest) 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 (*ModifyProjectLimitRequest) ToJsonString

func (r *ModifyProjectLimitRequest) ToJsonString() string

type ModifyProjectLimitResponse

type ModifyProjectLimitResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Returned message
		// Note: this field may return null, indicating that no valid values can be obtained.
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewModifyProjectLimitResponse

func NewModifyProjectLimitResponse() (response *ModifyProjectLimitResponse)

func (*ModifyProjectLimitResponse) FromJsonString

func (r *ModifyProjectLimitResponse) 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 (*ModifyProjectLimitResponse) ToJsonString

func (r *ModifyProjectLimitResponse) ToJsonString() string

type ModifyProjectRequest

type ModifyProjectRequest struct {
	*tchttp.BaseRequest

	// Project ID
	ID *uint64 `json:"ID,omitempty" name:"ID"`

	// Project name (optional, not empty, and up to 200 characters)
	Name *string `json:"Name,omitempty" name:"Name"`

	// Project webpage URL (optional and up to 256 characters)
	URL *string `json:"URL,omitempty" name:"URL"`

	// Project repository address (optional and up to 256 characters)
	Repo *string `json:"Repo,omitempty" name:"Repo"`

	// ID of the instance to which to move the project (optional)
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`

	// Project sample rate (optional)
	Rate *string `json:"Rate,omitempty" name:"Rate"`

	// Whether to enable aggregation (optional)
	EnableURLGroup *uint64 `json:"EnableURLGroup,omitempty" name:"EnableURLGroup"`

	// Project type (valid values: "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
	Type *string `json:"Type,omitempty" name:"Type"`

	// Project description (optional and up to 1,000 characters)
	Desc *string `json:"Desc,omitempty" name:"Desc"`
}

func NewModifyProjectRequest

func NewModifyProjectRequest() (request *ModifyProjectRequest)

func (*ModifyProjectRequest) FromJsonString

func (r *ModifyProjectRequest) 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 (*ModifyProjectRequest) ToJsonString

func (r *ModifyProjectRequest) ToJsonString() string

type ModifyProjectResponse

type ModifyProjectResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// Operation information
		Msg *string `json:"Msg,omitempty" name:"Msg"`

		// Project ID
		ID *uint64 `json:"ID,omitempty" name:"ID"`

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewModifyProjectResponse

func NewModifyProjectResponse() (response *ModifyProjectResponse)

func (*ModifyProjectResponse) FromJsonString

func (r *ModifyProjectResponse) 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 (*ModifyProjectResponse) ToJsonString

func (r *ModifyProjectResponse) ToJsonString() string

type ProjectLimit

type ProjectLimit struct {

	// Primary key ID
	ID *int64 `json:"ID,omitempty" name:"ID"`

	// Project ID
	ProjectID *int64 `json:"ProjectID,omitempty" name:"ProjectID"`

	// API
	ProjectInterface *string `json:"ProjectInterface,omitempty" name:"ProjectInterface"`

	// Reporting rate
	ReportRate *int64 `json:"ReportRate,omitempty" name:"ReportRate"`

	// Reporting type. 1: reporting rate; 2: reporting count limit
	ReportType *int64 `json:"ReportType,omitempty" name:"ReportType"`
}

type ReleaseFile

type ReleaseFile struct {

	// File version
	Version *string `json:"Version,omitempty" name:"Version"`

	// Unique file key
	FileKey *string `json:"FileKey,omitempty" name:"FileKey"`

	// Filename
	FileName *string `json:"FileName,omitempty" name:"FileName"`

	// File hash
	FileHash *string `json:"FileHash,omitempty" name:"FileHash"`

	// File ID
	// Note: this field may return null, indicating that no valid values can be obtained.
	ID *int64 `json:"ID,omitempty" name:"ID"`
}

type ResumeInstanceRequest

type ResumeInstanceRequest struct {
	*tchttp.BaseRequest

	// ID of the instance to be resumed
	InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"`
}

func NewResumeInstanceRequest

func NewResumeInstanceRequest() (request *ResumeInstanceRequest)

func (*ResumeInstanceRequest) FromJsonString

func (r *ResumeInstanceRequest) 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 (*ResumeInstanceRequest) ToJsonString

func (r *ResumeInstanceRequest) ToJsonString() string

type ResumeInstanceResponse

type ResumeInstanceResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewResumeInstanceResponse

func NewResumeInstanceResponse() (response *ResumeInstanceResponse)

func (*ResumeInstanceResponse) FromJsonString

func (r *ResumeInstanceResponse) 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 (*ResumeInstanceResponse) ToJsonString

func (r *ResumeInstanceResponse) ToJsonString() string

type RumAreaInfo

type RumAreaInfo struct {

	// Region ID
	AreaId *int64 `json:"AreaId,omitempty" name:"AreaId"`

	// Region status (1: valid; 2: invalid)
	AreaStatus *int64 `json:"AreaStatus,omitempty" name:"AreaStatus"`

	// Region name
	AreaName *string `json:"AreaName,omitempty" name:"AreaName"`

	// Region key
	AreaKey *string `json:"AreaKey,omitempty" name:"AreaKey"`
}

type RumPvInfo

type RumPvInfo struct {

	// Project ID
	ProjectId *int64 `json:"ProjectId,omitempty" name:"ProjectId"`

	// Number of PVs
	// Note: this field may return null, indicating that no valid values can be obtained.
	Pv *string `json:"Pv,omitempty" name:"Pv"`

	// Time
	CreateTime *string `json:"CreateTime,omitempty" name:"CreateTime"`
}

type RumUvInfo

type RumUvInfo struct {

	// Project ID
	ProjectId *int64 `json:"ProjectId,omitempty" name:"ProjectId"`

	// Number of UVs
	Uv *string `json:"Uv,omitempty" name:"Uv"`

	// Creation time
	CreateTime *string `json:"CreateTime,omitempty" name:"CreateTime"`
}

type StopInstanceRequest

type StopInstanceRequest struct {
	*tchttp.BaseRequest

	// ID of the instance to be stopped
	InstanceId *string `json:"InstanceId,omitempty" name:"InstanceId"`
}

func NewStopInstanceRequest

func NewStopInstanceRequest() (request *StopInstanceRequest)

func (*StopInstanceRequest) FromJsonString

func (r *StopInstanceRequest) 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 (*StopInstanceRequest) ToJsonString

func (r *StopInstanceRequest) ToJsonString() string

type StopInstanceResponse

type StopInstanceResponse struct {
	*tchttp.BaseResponse
	Response *struct {

		// The unique request ID, which is returned for each request. RequestId is required for locating a problem.
		RequestId *string `json:"RequestId,omitempty" name:"RequestId"`
	} `json:"Response"`
}

func NewStopInstanceResponse

func NewStopInstanceResponse() (response *StopInstanceResponse)

func (*StopInstanceResponse) FromJsonString

func (r *StopInstanceResponse) 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 (*StopInstanceResponse) ToJsonString

func (r *StopInstanceResponse) ToJsonString() string

type Tag

type Tag struct {

	// Tag key
	Key *string `json:"Key,omitempty" name:"Key"`

	// Tag value
	Value *string `json:"Value,omitempty" name:"Value"`
}

type Whitelist

type Whitelist struct {

	// Remarks
	Remark *string `json:"Remark,omitempty" name:"Remark"`

	// Instance ID
	InstanceID *string `json:"InstanceID,omitempty" name:"InstanceID"`

	// End time
	Ttl *string `json:"Ttl,omitempty" name:"Ttl"`

	// Auto-Increment allowlist ID
	ID *string `json:"ID,omitempty" name:"ID"`

	// Unique business identifier
	WhitelistUin *string `json:"WhitelistUin,omitempty" name:"WhitelistUin"`

	// Creator ID
	CreateUser *string `json:"CreateUser,omitempty" name:"CreateUser"`

	// aid
	Aid *string `json:"Aid,omitempty" name:"Aid"`

	// Creation time
	CreateTime *string `json:"CreateTime,omitempty" name:"CreateTime"`
}

Jump to

Keyboard shortcuts

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