{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-applicationinsights-componentannotations-api","description":"ApplicationInsightsManagementClient","version":"2015-05-01","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ApplicationInsightsManagementClient\n@base https://management.azure.com\n@version 2015-05-01\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations\n@desc Gets the list of annotations for a component for given time range\n@required {resourceName: any # The name of the Application Insights component resource., start: any # The start time to query from for annotations, cannot be older than 90 days from current date., end: any # The end time to query for annotations.}\n@returns(200) successful operation\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations\n@desc Create an Annotation of an Application Insights component.\n@required {resourceName: any # The name of the Application Insights component resource., AnnotationProperties: map # Properties that need to be specified to create an annotation of a Application Insights component.}\n@returns(200) An object containing the annotation definition created by this PUT call.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}\n@desc Delete an Annotation of an Application Insights component.\n@required {resourceName: any # The name of the Application Insights component resource., annotationId: any # The unique annotation ID. This is unique within a Application Insights component.}\n@returns(200) The annotation that was successfully deleted.\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}\n@desc Get the annotation for given id.\n@required {resourceName: any # The name of the Application Insights component resource., annotationId: any # The unique annotation ID. This is unique within a Application Insights component.}\n@returns(200) The Annotation object for this id.\n\n@end\n"}