Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@
"paths": {
"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProvider}/{resourceTypeName}/{resourceName}/metrics": {
"post": {
"summary": "Ingestion API used by Azure custom metrics\r\n Responsible of below operation\r\n 1. Authorize the request\r\n 2. Deserialize payload request body\r\n 3. Perform validation of the payload\r\n 4. Commits the payload for metrics ingestion",
"operationId": "azureMonitorCustomMetricsIngestionApi",
"tags": [
"Metrics"
],
"operationId": "Metrics_Create",
"description": "**Post the metric values for a resource**.",
"consumes": [
"application/json"
],
Expand Down
2 changes: 1 addition & 1 deletion specification/monitor/data-plane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These settings apply only when `--tag=package-2018-09-preview` is specified on t

``` yaml $(tag) == 'package-2018-09-preview'
input-file:
- preview/2018-09-01-preview/azureMonitorCustomMetricsIngestionApi.json
- preview/2018-09-01-preview/MetricsCreate.json
```

# Code Generation
Expand Down