All URIs are relative to /
| Method | HTTP request | Description |
|---|---|---|
| get_tag_names_using_get | GET spm-reports/api/v3/apps/{appIds}/tagNames | Gets tag names for the given application identifiers appearing in the given time frame. |
| get_tags_grouped_by_id_using_get1 | GET spm-reports/api/v3/apps/{appIds}/grouped | Gets tag names grouped by application id. |
| get_using_get | GET spm-reports/api/v3/apps/{appIds}/metrics/filters | Gets values for specified tags for the given application identifiers appearing in the given time frame. |
| get_using_get1 | GET spm-reports/api/v3/apps/{appIds}/tags | Gets values for specified tags for the given application identifiers appearing in the given time frame. |
TagNamesResponse get_tag_names_using_get(ctx, app_ids, optional) Gets tag names for the given application identifiers appearing in the given time frame.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context containing the authentication | nil if no authentication |
| app_ids | String | appIds | |
| optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
| Name | Type | Description | Notes |
|---|---|---|---|
| app_ids | String | appIds | |
| from | i64 | from | |
| to | i64 | to | |
| metrics | bool | metrics | [default to true] |
| logs | bool | logs | [default to true] |
| events | bool | events | [default to false] |
| rum | bool | rum | [default to true] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TagsGroupedResponse get_tags_grouped_by_id_using_get1(ctx, app_ids, tag, optional) Gets tag names grouped by application id.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context containing the authentication | nil if no authentication |
| app_ids | String | appIds | |
| tag | Vec<String> | tag | |
| optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
| Name | Type | Description | Notes |
|---|---|---|---|
| app_ids | String | appIds | |
| tag | Vec<String> | tag | |
| from | i64 | from | |
| to | i64 | to | |
| metrics | bool | metrics | [default to true] |
| logs | bool | logs | [default to true] |
| events | bool | events | [default to false] |
| rum | bool | rum | [default to true] |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::std::collections::HashMap<String, Dimension> get_using_get(ctx, app_ids, tag, optional) Gets values for specified tags for the given application identifiers appearing in the given time frame.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context containing the authentication | nil if no authentication |
| app_ids | String | appIds | |
| tag | Vec<String> | tag | |
| optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
| Name | Type | Description | Notes |
|---|---|---|---|
| app_ids | String | appIds | |
| tag | Vec<String> | tag | |
| from | i64 | from | |
| to | i64 | to | |
| metrics | bool | metrics | [default to true] |
| logs | bool | logs | [default to true] |
| events | bool | events | [default to false] |
| rum | bool | rum | [default to true] |
::std::collections::HashMap<String, Dimension>
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::std::collections::HashMap<String, Dimension> get_using_get1(ctx, app_ids, tag, optional) Gets values for specified tags for the given application identifiers appearing in the given time frame.
| Name | Type | Description | Notes |
|---|---|---|---|
| ctx | context.Context | context containing the authentication | nil if no authentication |
| app_ids | String | appIds | |
| tag | Vec<String> | tag | |
| optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
| Name | Type | Description | Notes |
|---|---|---|---|
| app_ids | String | appIds | |
| tag | Vec<String> | tag | |
| from | i64 | from | |
| to | i64 | to | |
| metrics | bool | metrics | [default to true] |
| logs | bool | logs | [default to true] |
| events | bool | events | [default to false] |
| rum | bool | rum | [default to true] |
::std::collections::HashMap<String, Dimension>
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]