Documentation ¶
Index ¶
- func ApmClientBuilder() *http_client.HcHttpClientBuilder
- func GenReqDefForCreateAkSk() *def.HttpRequestDef
- func GenReqDefForDeleteAkSk() *def.HttpRequestDef
- func GenReqDefForListAkSk() *def.HttpRequestDef
- func GenReqDefForListAppEnvs() *def.HttpRequestDef
- func GenReqDefForListApps() *def.HttpRequestDef
- func GenReqDefForListBusiness() *def.HttpRequestDef
- func GenReqDefForListEnvInstances() *def.HttpRequestDef
- func GenReqDefForListEnvMonitorItem() *def.HttpRequestDef
- func GenReqDefForListEnvTags() *def.HttpRequestDef
- func GenReqDefForListOpenRegion() *def.HttpRequestDef
- func GenReqDefForListSupportedRegion() *def.HttpRequestDef
- func GenReqDefForSaveMonitorItemConfig() *def.HttpRequestDef
- func GenReqDefForSearchApplication() *def.HttpRequestDef
- func GenReqDefForShowAkSks() *def.HttpRequestDef
- func GenReqDefForShowClobDetail() *def.HttpRequestDef
- func GenReqDefForShowEnvMonitorItems() *def.HttpRequestDef
- func GenReqDefForShowEventDetail() *def.HttpRequestDef
- func GenReqDefForShowMasterAddress() *def.HttpRequestDef
- func GenReqDefForShowMonitorItemViewConfig() *def.HttpRequestDef
- func GenReqDefForShowRawTable() *def.HttpRequestDef
- func GenReqDefForShowSpanSearch() *def.HttpRequestDef
- func GenReqDefForShowSumTable() *def.HttpRequestDef
- func GenReqDefForShowTopology() *def.HttpRequestDef
- func GenReqDefForShowTopologyTree() *def.HttpRequestDef
- func GenReqDefForShowTraceEvents() *def.HttpRequestDef
- func GenReqDefForShowTrend() *def.HttpRequestDef
- type ApmClient
- func (c *ApmClient) CreateAkSk(request *model.CreateAkSkRequest) (*model.CreateAkSkResponse, error)
- func (c *ApmClient) CreateAkSkInvoker(request *model.CreateAkSkRequest) *CreateAkSkInvoker
- func (c *ApmClient) DeleteAkSk(request *model.DeleteAkSkRequest) (*model.DeleteAkSkResponse, error)
- func (c *ApmClient) DeleteAkSkInvoker(request *model.DeleteAkSkRequest) *DeleteAkSkInvoker
- func (c *ApmClient) ListAkSk(request *model.ListAkSkRequest) (*model.ListAkSkResponse, error)
- func (c *ApmClient) ListAkSkInvoker(request *model.ListAkSkRequest) *ListAkSkInvoker
- func (c *ApmClient) ListAppEnvs(request *model.ListAppEnvsRequest) (*model.ListAppEnvsResponse, error)
- func (c *ApmClient) ListAppEnvsInvoker(request *model.ListAppEnvsRequest) *ListAppEnvsInvoker
- func (c *ApmClient) ListApps(request *model.ListAppsRequest) (*model.ListAppsResponse, error)
- func (c *ApmClient) ListAppsInvoker(request *model.ListAppsRequest) *ListAppsInvoker
- func (c *ApmClient) ListBusiness(request *model.ListBusinessRequest) (*model.ListBusinessResponse, error)
- func (c *ApmClient) ListBusinessInvoker(request *model.ListBusinessRequest) *ListBusinessInvoker
- func (c *ApmClient) ListEnvInstances(request *model.ListEnvInstancesRequest) (*model.ListEnvInstancesResponse, error)
- func (c *ApmClient) ListEnvInstancesInvoker(request *model.ListEnvInstancesRequest) *ListEnvInstancesInvoker
- func (c *ApmClient) ListEnvMonitorItem(request *model.ListEnvMonitorItemRequest) (*model.ListEnvMonitorItemResponse, error)
- func (c *ApmClient) ListEnvMonitorItemInvoker(request *model.ListEnvMonitorItemRequest) *ListEnvMonitorItemInvoker
- func (c *ApmClient) ListEnvTags(request *model.ListEnvTagsRequest) (*model.ListEnvTagsResponse, error)
- func (c *ApmClient) ListEnvTagsInvoker(request *model.ListEnvTagsRequest) *ListEnvTagsInvoker
- func (c *ApmClient) ListOpenRegion(request *model.ListOpenRegionRequest) (*model.ListOpenRegionResponse, error)
- func (c *ApmClient) ListOpenRegionInvoker(request *model.ListOpenRegionRequest) *ListOpenRegionInvoker
- func (c *ApmClient) ListSupportedRegion(request *model.ListSupportedRegionRequest) (*model.ListSupportedRegionResponse, error)
- func (c *ApmClient) ListSupportedRegionInvoker(request *model.ListSupportedRegionRequest) *ListSupportedRegionInvoker
- func (c *ApmClient) SaveMonitorItemConfig(request *model.SaveMonitorItemConfigRequest) (*model.SaveMonitorItemConfigResponse, error)
- func (c *ApmClient) SaveMonitorItemConfigInvoker(request *model.SaveMonitorItemConfigRequest) *SaveMonitorItemConfigInvoker
- func (c *ApmClient) SearchApplication(request *model.SearchApplicationRequest) (*model.SearchApplicationResponse, error)
- func (c *ApmClient) SearchApplicationInvoker(request *model.SearchApplicationRequest) *SearchApplicationInvoker
- func (c *ApmClient) ShowAkSks(request *model.ShowAkSksRequest) (*model.ShowAkSksResponse, error)
- func (c *ApmClient) ShowAkSksInvoker(request *model.ShowAkSksRequest) *ShowAkSksInvoker
- func (c *ApmClient) ShowClobDetail(request *model.ShowClobDetailRequest) (*model.ShowClobDetailResponse, error)
- func (c *ApmClient) ShowClobDetailInvoker(request *model.ShowClobDetailRequest) *ShowClobDetailInvoker
- func (c *ApmClient) ShowEnvMonitorItems(request *model.ShowEnvMonitorItemsRequest) (*model.ShowEnvMonitorItemsResponse, error)
- func (c *ApmClient) ShowEnvMonitorItemsInvoker(request *model.ShowEnvMonitorItemsRequest) *ShowEnvMonitorItemsInvoker
- func (c *ApmClient) ShowEventDetail(request *model.ShowEventDetailRequest) (*model.ShowEventDetailResponse, error)
- func (c *ApmClient) ShowEventDetailInvoker(request *model.ShowEventDetailRequest) *ShowEventDetailInvoker
- func (c *ApmClient) ShowMasterAddress(request *model.ShowMasterAddressRequest) (*model.ShowMasterAddressResponse, error)
- func (c *ApmClient) ShowMasterAddressInvoker(request *model.ShowMasterAddressRequest) *ShowMasterAddressInvoker
- func (c *ApmClient) ShowMonitorItemViewConfig(request *model.ShowMonitorItemViewConfigRequest) (*model.ShowMonitorItemViewConfigResponse, error)
- func (c *ApmClient) ShowMonitorItemViewConfigInvoker(request *model.ShowMonitorItemViewConfigRequest) *ShowMonitorItemViewConfigInvoker
- func (c *ApmClient) ShowRawTable(request *model.ShowRawTableRequest) (*model.ShowRawTableResponse, error)
- func (c *ApmClient) ShowRawTableInvoker(request *model.ShowRawTableRequest) *ShowRawTableInvoker
- func (c *ApmClient) ShowSpanSearch(request *model.ShowSpanSearchRequest) (*model.ShowSpanSearchResponse, error)
- func (c *ApmClient) ShowSpanSearchInvoker(request *model.ShowSpanSearchRequest) *ShowSpanSearchInvoker
- func (c *ApmClient) ShowSumTable(request *model.ShowSumTableRequest) (*model.ShowSumTableResponse, error)
- func (c *ApmClient) ShowSumTableInvoker(request *model.ShowSumTableRequest) *ShowSumTableInvoker
- func (c *ApmClient) ShowTopology(request *model.ShowTopologyRequest) (*model.ShowTopologyResponse, error)
- func (c *ApmClient) ShowTopologyInvoker(request *model.ShowTopologyRequest) *ShowTopologyInvoker
- func (c *ApmClient) ShowTopologyTree(request *model.ShowTopologyTreeRequest) (*model.ShowTopologyTreeResponse, error)
- func (c *ApmClient) ShowTopologyTreeInvoker(request *model.ShowTopologyTreeRequest) *ShowTopologyTreeInvoker
- func (c *ApmClient) ShowTraceEvents(request *model.ShowTraceEventsRequest) (*model.ShowTraceEventsResponse, error)
- func (c *ApmClient) ShowTraceEventsInvoker(request *model.ShowTraceEventsRequest) *ShowTraceEventsInvoker
- func (c *ApmClient) ShowTrend(request *model.ShowTrendRequest) (*model.ShowTrendResponse, error)
- func (c *ApmClient) ShowTrendInvoker(request *model.ShowTrendRequest) *ShowTrendInvoker
- type CreateAkSkInvoker
- type DeleteAkSkInvoker
- type ListAkSkInvoker
- type ListAppEnvsInvoker
- type ListAppsInvoker
- type ListBusinessInvoker
- type ListEnvInstancesInvoker
- type ListEnvMonitorItemInvoker
- type ListEnvTagsInvoker
- type ListOpenRegionInvoker
- type ListSupportedRegionInvoker
- type SaveMonitorItemConfigInvoker
- type SearchApplicationInvoker
- type ShowAkSksInvoker
- type ShowClobDetailInvoker
- type ShowEnvMonitorItemsInvoker
- type ShowEventDetailInvoker
- type ShowMasterAddressInvoker
- type ShowMonitorItemViewConfigInvoker
- type ShowRawTableInvoker
- type ShowSpanSearchInvoker
- type ShowSumTableInvoker
- type ShowTopologyInvoker
- type ShowTopologyTreeInvoker
- type ShowTraceEventsInvoker
- type ShowTrendInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApmClientBuilder ¶
func ApmClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForCreateAkSk ¶ added in v0.0.103
func GenReqDefForCreateAkSk() *def.HttpRequestDef
func GenReqDefForDeleteAkSk ¶ added in v0.0.103
func GenReqDefForDeleteAkSk() *def.HttpRequestDef
func GenReqDefForListAkSk ¶ added in v0.0.71
func GenReqDefForListAkSk() *def.HttpRequestDef
func GenReqDefForListAppEnvs ¶ added in v0.0.103
func GenReqDefForListAppEnvs() *def.HttpRequestDef
func GenReqDefForListApps ¶ added in v0.0.103
func GenReqDefForListApps() *def.HttpRequestDef
func GenReqDefForListBusiness ¶
func GenReqDefForListBusiness() *def.HttpRequestDef
func GenReqDefForListEnvInstances ¶ added in v0.0.103
func GenReqDefForListEnvInstances() *def.HttpRequestDef
func GenReqDefForListEnvMonitorItem ¶ added in v0.0.97
func GenReqDefForListEnvMonitorItem() *def.HttpRequestDef
func GenReqDefForListEnvTags ¶ added in v0.0.103
func GenReqDefForListEnvTags() *def.HttpRequestDef
func GenReqDefForListOpenRegion ¶ added in v0.0.103
func GenReqDefForListOpenRegion() *def.HttpRequestDef
func GenReqDefForListSupportedRegion ¶ added in v0.0.103
func GenReqDefForListSupportedRegion() *def.HttpRequestDef
func GenReqDefForSaveMonitorItemConfig ¶ added in v0.0.97
func GenReqDefForSaveMonitorItemConfig() *def.HttpRequestDef
func GenReqDefForSearchApplication ¶ added in v0.0.97
func GenReqDefForSearchApplication() *def.HttpRequestDef
func GenReqDefForShowAkSks ¶ added in v0.0.103
func GenReqDefForShowAkSks() *def.HttpRequestDef
func GenReqDefForShowClobDetail ¶ added in v0.0.103
func GenReqDefForShowClobDetail() *def.HttpRequestDef
func GenReqDefForShowEnvMonitorItems ¶ added in v0.0.103
func GenReqDefForShowEnvMonitorItems() *def.HttpRequestDef
func GenReqDefForShowEventDetail ¶ added in v0.0.103
func GenReqDefForShowEventDetail() *def.HttpRequestDef
func GenReqDefForShowMasterAddress ¶ added in v0.0.71
func GenReqDefForShowMasterAddress() *def.HttpRequestDef
func GenReqDefForShowMonitorItemViewConfig ¶ added in v0.0.103
func GenReqDefForShowMonitorItemViewConfig() *def.HttpRequestDef
func GenReqDefForShowRawTable ¶ added in v0.0.103
func GenReqDefForShowRawTable() *def.HttpRequestDef
func GenReqDefForShowSpanSearch ¶ added in v0.0.103
func GenReqDefForShowSpanSearch() *def.HttpRequestDef
func GenReqDefForShowSumTable ¶ added in v0.0.103
func GenReqDefForShowSumTable() *def.HttpRequestDef
func GenReqDefForShowTopology ¶ added in v0.0.103
func GenReqDefForShowTopology() *def.HttpRequestDef
func GenReqDefForShowTopologyTree ¶ added in v0.0.103
func GenReqDefForShowTopologyTree() *def.HttpRequestDef
func GenReqDefForShowTraceEvents ¶ added in v0.0.103
func GenReqDefForShowTraceEvents() *def.HttpRequestDef
func GenReqDefForShowTrend ¶ added in v0.0.103
func GenReqDefForShowTrend() *def.HttpRequestDef
Types ¶
type ApmClient ¶
type ApmClient struct {
HcClient *http_client.HcHttpClient
}
func NewApmClient ¶
func NewApmClient(hcClient *http_client.HcHttpClient) *ApmClient
func (*ApmClient) CreateAkSk ¶ added in v0.0.103
func (c *ApmClient) CreateAkSk(request *model.CreateAkSkRequest) (*model.CreateAkSkResponse, error)
CreateAkSk 创建aksk
创建aksk
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) CreateAkSkInvoker ¶ added in v0.0.103
func (c *ApmClient) CreateAkSkInvoker(request *model.CreateAkSkRequest) *CreateAkSkInvoker
CreateAkSkInvoker 创建aksk
func (*ApmClient) DeleteAkSk ¶ added in v0.0.103
func (c *ApmClient) DeleteAkSk(request *model.DeleteAkSkRequest) (*model.DeleteAkSkResponse, error)
DeleteAkSk 删除aksk
删除aksk
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) DeleteAkSkInvoker ¶ added in v0.0.103
func (c *ApmClient) DeleteAkSkInvoker(request *model.DeleteAkSkRequest) *DeleteAkSkInvoker
DeleteAkSkInvoker 删除aksk
func (*ApmClient) ListAkSk ¶ added in v0.0.71
func (c *ApmClient) ListAkSk(request *model.ListAkSkRequest) (*model.ListAkSkResponse, error)
ListAkSk 获取ak/sk
获取该用户创建的ak/sk列表。
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListAkSkInvoker ¶ added in v0.0.90
func (c *ApmClient) ListAkSkInvoker(request *model.ListAkSkRequest) *ListAkSkInvoker
ListAkSkInvoker 获取ak/sk
func (*ApmClient) ListAppEnvs ¶ added in v0.0.103
func (c *ApmClient) ListAppEnvs(request *model.ListAppEnvsRequest) (*model.ListAppEnvsResponse, error)
ListAppEnvs 获取组件下的环境列表
获取组件下的环境列表
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListAppEnvsInvoker ¶ added in v0.0.103
func (c *ApmClient) ListAppEnvsInvoker(request *model.ListAppEnvsRequest) *ListAppEnvsInvoker
ListAppEnvsInvoker 获取组件下的环境列表
func (*ApmClient) ListApps ¶ added in v0.0.103
func (c *ApmClient) ListApps(request *model.ListAppsRequest) (*model.ListAppsResponse, error)
ListApps 获取组件列表
获取组件列表
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListAppsInvoker ¶ added in v0.0.103
func (c *ApmClient) ListAppsInvoker(request *model.ListAppsRequest) *ListAppsInvoker
ListAppsInvoker 获取组件列表
func (*ApmClient) ListBusiness ¶
func (c *ApmClient) ListBusiness(request *model.ListBusinessRequest) (*model.ListBusinessResponse, error)
ListBusiness 查询业务列表
该接口用于查询对应用户下的业务。
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListBusinessInvoker ¶ added in v0.0.90
func (c *ApmClient) ListBusinessInvoker(request *model.ListBusinessRequest) *ListBusinessInvoker
ListBusinessInvoker 查询业务列表
func (*ApmClient) ListEnvInstances ¶ added in v0.0.103
func (c *ApmClient) ListEnvInstances(request *model.ListEnvInstancesRequest) (*model.ListEnvInstancesResponse, error)
ListEnvInstances 获取实例信息列表
获取实例信息列表
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListEnvInstancesInvoker ¶ added in v0.0.103
func (c *ApmClient) ListEnvInstancesInvoker(request *model.ListEnvInstancesRequest) *ListEnvInstancesInvoker
ListEnvInstancesInvoker 获取实例信息列表
func (*ApmClient) ListEnvMonitorItem ¶ added in v0.0.97
func (c *ApmClient) ListEnvMonitorItem(request *model.ListEnvMonitorItemRequest) (*model.ListEnvMonitorItemResponse, error)
ListEnvMonitorItem 查询监控项列表
查询监控项列表
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListEnvMonitorItemInvoker ¶ added in v0.0.97
func (c *ApmClient) ListEnvMonitorItemInvoker(request *model.ListEnvMonitorItemRequest) *ListEnvMonitorItemInvoker
ListEnvMonitorItemInvoker 查询监控项列表
func (*ApmClient) ListEnvTags ¶ added in v0.0.103
func (c *ApmClient) ListEnvTags(request *model.ListEnvTagsRequest) (*model.ListEnvTagsResponse, error)
ListEnvTags 查询环境标签
查询环境标签接口
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListEnvTagsInvoker ¶ added in v0.0.103
func (c *ApmClient) ListEnvTagsInvoker(request *model.ListEnvTagsRequest) *ListEnvTagsInvoker
ListEnvTagsInvoker 查询环境标签
func (*ApmClient) ListOpenRegion ¶ added in v0.0.103
func (c *ApmClient) ListOpenRegion(request *model.ListOpenRegionRequest) (*model.ListOpenRegionResponse, error)
ListOpenRegion 查询开通的region
该接口用于查询用户开通的region信息
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListOpenRegionInvoker ¶ added in v0.0.103
func (c *ApmClient) ListOpenRegionInvoker(request *model.ListOpenRegionRequest) *ListOpenRegionInvoker
ListOpenRegionInvoker 查询开通的region
func (*ApmClient) ListSupportedRegion ¶ added in v0.0.103
func (c *ApmClient) ListSupportedRegion(request *model.ListSupportedRegionRequest) (*model.ListSupportedRegionResponse, error)
ListSupportedRegion 查询所有的支持的region
查询所有的支持的region信息。
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ListSupportedRegionInvoker ¶ added in v0.0.103
func (c *ApmClient) ListSupportedRegionInvoker(request *model.ListSupportedRegionRequest) *ListSupportedRegionInvoker
ListSupportedRegionInvoker 查询所有的支持的region
func (*ApmClient) SaveMonitorItemConfig ¶ added in v0.0.97
func (c *ApmClient) SaveMonitorItemConfig(request *model.SaveMonitorItemConfigRequest) (*model.SaveMonitorItemConfigResponse, error)
SaveMonitorItemConfig 保存监控项
保存监控项
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) SaveMonitorItemConfigInvoker ¶ added in v0.0.97
func (c *ApmClient) SaveMonitorItemConfigInvoker(request *model.SaveMonitorItemConfigRequest) *SaveMonitorItemConfigInvoker
SaveMonitorItemConfigInvoker 保存监控项
func (*ApmClient) SearchApplication ¶ added in v0.0.97
func (c *ApmClient) SearchApplication(request *model.SearchApplicationRequest) (*model.SearchApplicationResponse, error)
SearchApplication 对指定区域下的应用和环境及其探针情况进行搜索
对指定区域下的应用和环境及其探针情况进行搜索
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) SearchApplicationInvoker ¶ added in v0.0.97
func (c *ApmClient) SearchApplicationInvoker(request *model.SearchApplicationRequest) *SearchApplicationInvoker
SearchApplicationInvoker 对指定区域下的应用和环境及其探针情况进行搜索
func (*ApmClient) ShowAkSks ¶ added in v0.0.103
func (c *ApmClient) ShowAkSks(request *model.ShowAkSksRequest) (*model.ShowAkSksResponse, error)
ShowAkSks 查询租户的aksk
查询租户的aksk
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowAkSksInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowAkSksInvoker(request *model.ShowAkSksRequest) *ShowAkSksInvoker
ShowAkSksInvoker 查询租户的aksk
func (*ApmClient) ShowClobDetail ¶ added in v0.0.103
func (c *ApmClient) ShowClobDetail(request *model.ShowClobDetailRequest) (*model.ShowClobDetailResponse, error)
ShowClobDetail 获取原始数据详情
获取原始数据详情
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowClobDetailInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowClobDetailInvoker(request *model.ShowClobDetailRequest) *ShowClobDetailInvoker
ShowClobDetailInvoker 获取原始数据详情
func (*ApmClient) ShowEnvMonitorItems ¶ added in v0.0.103
func (c *ApmClient) ShowEnvMonitorItems(request *model.ShowEnvMonitorItemsRequest) (*model.ShowEnvMonitorItemsResponse, error)
ShowEnvMonitorItems
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowEnvMonitorItemsInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowEnvMonitorItemsInvoker(request *model.ShowEnvMonitorItemsRequest) *ShowEnvMonitorItemsInvoker
ShowEnvMonitorItemsInvoker
func (*ApmClient) ShowEventDetail ¶ added in v0.0.103
func (c *ApmClient) ShowEventDetail(request *model.ShowEventDetailRequest) (*model.ShowEventDetailResponse, error)
ShowEventDetail 获取event的详情
获取event的详情
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowEventDetailInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowEventDetailInvoker(request *model.ShowEventDetailRequest) *ShowEventDetailInvoker
ShowEventDetailInvoker 获取event的详情
func (*ApmClient) ShowMasterAddress ¶ added in v0.0.71
func (c *ApmClient) ShowMasterAddress(request *model.ShowMasterAddressRequest) (*model.ShowMasterAddressResponse, error)
ShowMasterAddress 查询master地址
根据region名称获取该名称下的master服务podlb地址信息。
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowMasterAddressInvoker ¶ added in v0.0.90
func (c *ApmClient) ShowMasterAddressInvoker(request *model.ShowMasterAddressRequest) *ShowMasterAddressInvoker
ShowMasterAddressInvoker 查询master地址
func (*ApmClient) ShowMonitorItemViewConfig ¶ added in v0.0.103
func (c *ApmClient) ShowMonitorItemViewConfig(request *model.ShowMonitorItemViewConfigRequest) (*model.ShowMonitorItemViewConfigResponse, error)
ShowMonitorItemViewConfig 查询监控项配置信息
查询监控项配置信息
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowMonitorItemViewConfigInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowMonitorItemViewConfigInvoker(request *model.ShowMonitorItemViewConfigRequest) *ShowMonitorItemViewConfigInvoker
ShowMonitorItemViewConfigInvoker 查询监控项配置信息
func (*ApmClient) ShowRawTable ¶ added in v0.0.103
func (c *ApmClient) ShowRawTable(request *model.ShowRawTableRequest) (*model.ShowRawTableResponse, error)
ShowRawTable 获取原始数据表格
获取原始数据表格
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowRawTableInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowRawTableInvoker(request *model.ShowRawTableRequest) *ShowRawTableInvoker
ShowRawTableInvoker 获取原始数据表格
func (*ApmClient) ShowSpanSearch ¶ added in v0.0.103
func (c *ApmClient) ShowSpanSearch(request *model.ShowSpanSearchRequest) (*model.ShowSpanSearchResponse, error)
ShowSpanSearch 查询span数据
span数据查询接口
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowSpanSearchInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowSpanSearchInvoker(request *model.ShowSpanSearchRequest) *ShowSpanSearchInvoker
ShowSpanSearchInvoker 查询span数据
func (*ApmClient) ShowSumTable ¶ added in v0.0.103
func (c *ApmClient) ShowSumTable(request *model.ShowSumTableRequest) (*model.ShowSumTableResponse, error)
ShowSumTable 获取汇总表格数据
获取汇总表格数据
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowSumTableInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowSumTableInvoker(request *model.ShowSumTableRequest) *ShowSumTableInvoker
ShowSumTableInvoker 获取汇总表格数据
func (*ApmClient) ShowTopology ¶ added in v0.0.103
func (c *ApmClient) ShowTopology(request *model.ShowTopologyRequest) (*model.ShowTopologyResponse, error)
ShowTopology 调用链拓扑图
调用链拓扑图
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowTopologyInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowTopologyInvoker(request *model.ShowTopologyRequest) *ShowTopologyInvoker
ShowTopologyInvoker 调用链拓扑图
func (*ApmClient) ShowTopologyTree ¶ added in v0.0.103
func (c *ApmClient) ShowTopologyTree(request *model.ShowTopologyTreeRequest) (*model.ShowTopologyTreeResponse, error)
ShowTopologyTree 获取业务树
获取业务树
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowTopologyTreeInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowTopologyTreeInvoker(request *model.ShowTopologyTreeRequest) *ShowTopologyTreeInvoker
ShowTopologyTreeInvoker 获取业务树
func (*ApmClient) ShowTraceEvents ¶ added in v0.0.103
func (c *ApmClient) ShowTraceEvents(request *model.ShowTraceEventsRequest) (*model.ShowTraceEventsResponse, error)
ShowTraceEvents 获取一个trace的所有调用链数据
获取一个trace的所有调用链数据
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowTraceEventsInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowTraceEventsInvoker(request *model.ShowTraceEventsRequest) *ShowTraceEventsInvoker
ShowTraceEventsInvoker 获取一个trace的所有调用链数据
func (*ApmClient) ShowTrend ¶ added in v0.0.103
func (c *ApmClient) ShowTrend(request *model.ShowTrendRequest) (*model.ShowTrendResponse, error)
ShowTrend 获取趋势图
获取趋势图
详细说明请参考华为云API Explorer。 Please refer to Huawei cloud API Explorer for details.
func (*ApmClient) ShowTrendInvoker ¶ added in v0.0.103
func (c *ApmClient) ShowTrendInvoker(request *model.ShowTrendRequest) *ShowTrendInvoker
ShowTrendInvoker 获取趋势图
type CreateAkSkInvoker ¶ added in v0.0.103
type CreateAkSkInvoker struct {
*invoker.BaseInvoker
}
func (*CreateAkSkInvoker) Invoke ¶ added in v0.0.103
func (i *CreateAkSkInvoker) Invoke() (*model.CreateAkSkResponse, error)
type DeleteAkSkInvoker ¶ added in v0.0.103
type DeleteAkSkInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteAkSkInvoker) Invoke ¶ added in v0.0.103
func (i *DeleteAkSkInvoker) Invoke() (*model.DeleteAkSkResponse, error)
type ListAkSkInvoker ¶ added in v0.0.90
type ListAkSkInvoker struct {
*invoker.BaseInvoker
}
func (*ListAkSkInvoker) Invoke ¶ added in v0.0.90
func (i *ListAkSkInvoker) Invoke() (*model.ListAkSkResponse, error)
type ListAppEnvsInvoker ¶ added in v0.0.103
type ListAppEnvsInvoker struct {
*invoker.BaseInvoker
}
func (*ListAppEnvsInvoker) Invoke ¶ added in v0.0.103
func (i *ListAppEnvsInvoker) Invoke() (*model.ListAppEnvsResponse, error)
type ListAppsInvoker ¶ added in v0.0.103
type ListAppsInvoker struct {
*invoker.BaseInvoker
}
func (*ListAppsInvoker) Invoke ¶ added in v0.0.103
func (i *ListAppsInvoker) Invoke() (*model.ListAppsResponse, error)
type ListBusinessInvoker ¶ added in v0.0.90
type ListBusinessInvoker struct {
*invoker.BaseInvoker
}
func (*ListBusinessInvoker) Invoke ¶ added in v0.0.90
func (i *ListBusinessInvoker) Invoke() (*model.ListBusinessResponse, error)
type ListEnvInstancesInvoker ¶ added in v0.0.103
type ListEnvInstancesInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnvInstancesInvoker) Invoke ¶ added in v0.0.103
func (i *ListEnvInstancesInvoker) Invoke() (*model.ListEnvInstancesResponse, error)
type ListEnvMonitorItemInvoker ¶ added in v0.0.97
type ListEnvMonitorItemInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnvMonitorItemInvoker) Invoke ¶ added in v0.0.97
func (i *ListEnvMonitorItemInvoker) Invoke() (*model.ListEnvMonitorItemResponse, error)
type ListEnvTagsInvoker ¶ added in v0.0.103
type ListEnvTagsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnvTagsInvoker) Invoke ¶ added in v0.0.103
func (i *ListEnvTagsInvoker) Invoke() (*model.ListEnvTagsResponse, error)
type ListOpenRegionInvoker ¶ added in v0.0.103
type ListOpenRegionInvoker struct {
*invoker.BaseInvoker
}
func (*ListOpenRegionInvoker) Invoke ¶ added in v0.0.103
func (i *ListOpenRegionInvoker) Invoke() (*model.ListOpenRegionResponse, error)
type ListSupportedRegionInvoker ¶ added in v0.0.103
type ListSupportedRegionInvoker struct {
*invoker.BaseInvoker
}
func (*ListSupportedRegionInvoker) Invoke ¶ added in v0.0.103
func (i *ListSupportedRegionInvoker) Invoke() (*model.ListSupportedRegionResponse, error)
type SaveMonitorItemConfigInvoker ¶ added in v0.0.97
type SaveMonitorItemConfigInvoker struct {
*invoker.BaseInvoker
}
func (*SaveMonitorItemConfigInvoker) Invoke ¶ added in v0.0.97
func (i *SaveMonitorItemConfigInvoker) Invoke() (*model.SaveMonitorItemConfigResponse, error)
type SearchApplicationInvoker ¶ added in v0.0.97
type SearchApplicationInvoker struct {
*invoker.BaseInvoker
}
func (*SearchApplicationInvoker) Invoke ¶ added in v0.0.97
func (i *SearchApplicationInvoker) Invoke() (*model.SearchApplicationResponse, error)
type ShowAkSksInvoker ¶ added in v0.0.103
type ShowAkSksInvoker struct {
*invoker.BaseInvoker
}
func (*ShowAkSksInvoker) Invoke ¶ added in v0.0.103
func (i *ShowAkSksInvoker) Invoke() (*model.ShowAkSksResponse, error)
type ShowClobDetailInvoker ¶ added in v0.0.103
type ShowClobDetailInvoker struct {
*invoker.BaseInvoker
}
func (*ShowClobDetailInvoker) Invoke ¶ added in v0.0.103
func (i *ShowClobDetailInvoker) Invoke() (*model.ShowClobDetailResponse, error)
type ShowEnvMonitorItemsInvoker ¶ added in v0.0.103
type ShowEnvMonitorItemsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEnvMonitorItemsInvoker) Invoke ¶ added in v0.0.103
func (i *ShowEnvMonitorItemsInvoker) Invoke() (*model.ShowEnvMonitorItemsResponse, error)
type ShowEventDetailInvoker ¶ added in v0.0.103
type ShowEventDetailInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEventDetailInvoker) Invoke ¶ added in v0.0.103
func (i *ShowEventDetailInvoker) Invoke() (*model.ShowEventDetailResponse, error)
type ShowMasterAddressInvoker ¶ added in v0.0.90
type ShowMasterAddressInvoker struct {
*invoker.BaseInvoker
}
func (*ShowMasterAddressInvoker) Invoke ¶ added in v0.0.90
func (i *ShowMasterAddressInvoker) Invoke() (*model.ShowMasterAddressResponse, error)
type ShowMonitorItemViewConfigInvoker ¶ added in v0.0.103
type ShowMonitorItemViewConfigInvoker struct {
*invoker.BaseInvoker
}
func (*ShowMonitorItemViewConfigInvoker) Invoke ¶ added in v0.0.103
func (i *ShowMonitorItemViewConfigInvoker) Invoke() (*model.ShowMonitorItemViewConfigResponse, error)
type ShowRawTableInvoker ¶ added in v0.0.103
type ShowRawTableInvoker struct {
*invoker.BaseInvoker
}
func (*ShowRawTableInvoker) Invoke ¶ added in v0.0.103
func (i *ShowRawTableInvoker) Invoke() (*model.ShowRawTableResponse, error)
type ShowSpanSearchInvoker ¶ added in v0.0.103
type ShowSpanSearchInvoker struct {
*invoker.BaseInvoker
}
func (*ShowSpanSearchInvoker) Invoke ¶ added in v0.0.103
func (i *ShowSpanSearchInvoker) Invoke() (*model.ShowSpanSearchResponse, error)
type ShowSumTableInvoker ¶ added in v0.0.103
type ShowSumTableInvoker struct {
*invoker.BaseInvoker
}
func (*ShowSumTableInvoker) Invoke ¶ added in v0.0.103
func (i *ShowSumTableInvoker) Invoke() (*model.ShowSumTableResponse, error)
type ShowTopologyInvoker ¶ added in v0.0.103
type ShowTopologyInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTopologyInvoker) Invoke ¶ added in v0.0.103
func (i *ShowTopologyInvoker) Invoke() (*model.ShowTopologyResponse, error)
type ShowTopologyTreeInvoker ¶ added in v0.0.103
type ShowTopologyTreeInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTopologyTreeInvoker) Invoke ¶ added in v0.0.103
func (i *ShowTopologyTreeInvoker) Invoke() (*model.ShowTopologyTreeResponse, error)
type ShowTraceEventsInvoker ¶ added in v0.0.103
type ShowTraceEventsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTraceEventsInvoker) Invoke ¶ added in v0.0.103
func (i *ShowTraceEventsInvoker) Invoke() (*model.ShowTraceEventsResponse, error)
type ShowTrendInvoker ¶ added in v0.0.103
type ShowTrendInvoker struct {
*invoker.BaseInvoker
}
func (*ShowTrendInvoker) Invoke ¶ added in v0.0.103
func (i *ShowTrendInvoker) Invoke() (*model.ShowTrendResponse, error)