Gets a list of Analytics Items defined within an Application Insights component.

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}

Path parameters

resourceNamestring required

The name of the Application Insights component resource.

scopePath'analyticsItems' | 'myanalyticsItems' required

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Query parameters

scope'shared' | 'user'

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

type'none' | 'query' | 'function' | 'folder' | 'recent'

Enum indicating the type of the Analytics item.

includeContentboolean

Flag indicating whether or not to return the content of each applicable item. If false, only return the item information.

Parameters

../../../../../common-types/resource-management/v1/types.json#/components/parameters/SubscriptionIdParameter — unresolved $ref
../../../../../common-types/resource-management/v1/types.json#/components/parameters/ResourceGroupNameParameter — unresolved $ref
../../../../../common-types/resource-management/v1/types.json#/components/parameters/ApiVersionParameter — unresolved $ref

Response

A list containing 0 or more items associated with the Application Insights component.

Idstring

Internally assigned unique id of the item definition.

Namestring

The user-defined name of the item.

Contentstring

The content of this item

Versionstring

This instance's version of the data model. This can change as new features are added.

Scope'shared' | 'user'

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Type'none' | 'query' | 'recent' | 'function'

Enum indicating the type of the Analytics item.

TimeCreatedstring

Date and time in UTC when this item was created.

TimeModifiedstring

Date and time in UTC of the last modification that was made to this item.

Changes

Changed in 1 of the 4 revisions of this API.3

  • 2015-05-011dcab44076bb3See the full diff
    • deleted the path request parameter resourceGroupName

      request-parameter-removed

    • deleted the path request parameter subscriptionId

      request-parameter-removed

    • deleted the query request parameter api-version

      request-parameter-removed