mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Reporting: Update api doc for deprecated old schedule (#84072)
update api doc
This commit is contained in:
parent
8389ce3862
commit
9d4504da08
@ -6016,9 +6016,6 @@
|
|||||||
"ReportSchedule": {
|
"ReportSchedule": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"day": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"dayOfMonth": {
|
"dayOfMonth": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -6029,10 +6026,6 @@
|
|||||||
"frequency": {
|
"frequency": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"hour": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int64"
|
|
||||||
},
|
|
||||||
"intervalAmount": {
|
"intervalAmount": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int64"
|
"format": "int64"
|
||||||
@ -6040,10 +6033,6 @@
|
|||||||
"intervalFrequency": {
|
"intervalFrequency": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"minute": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int64"
|
|
||||||
},
|
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
|
@ -17840,9 +17840,6 @@
|
|||||||
"ReportSchedule": {
|
"ReportSchedule": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"day": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"dayOfMonth": {
|
"dayOfMonth": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -17853,10 +17850,6 @@
|
|||||||
"frequency": {
|
"frequency": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"hour": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int64"
|
|
||||||
},
|
|
||||||
"intervalAmount": {
|
"intervalAmount": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int64"
|
"format": "int64"
|
||||||
@ -17864,10 +17857,6 @@
|
|||||||
"intervalFrequency": {
|
"intervalFrequency": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"minute": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int64"
|
|
||||||
},
|
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time"
|
"format": "date-time"
|
||||||
|
@ -8824,9 +8824,6 @@
|
|||||||
},
|
},
|
||||||
"ReportSchedule": {
|
"ReportSchedule": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"day": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"dayOfMonth": {
|
"dayOfMonth": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
@ -8837,10 +8834,6 @@
|
|||||||
"frequency": {
|
"frequency": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"hour": {
|
|
||||||
"format": "int64",
|
|
||||||
"type": "integer"
|
|
||||||
},
|
|
||||||
"intervalAmount": {
|
"intervalAmount": {
|
||||||
"format": "int64",
|
"format": "int64",
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
@ -8848,10 +8841,6 @@
|
|||||||
"intervalFrequency": {
|
"intervalFrequency": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"minute": {
|
|
||||||
"format": "int64",
|
|
||||||
"type": "integer"
|
|
||||||
},
|
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
Loading…
Reference in New Issue
Block a user