This commit is contained in:
@@ -1356,6 +1356,12 @@
|
||||
"missing_creation_pct": {
|
||||
"type": "number"
|
||||
},
|
||||
"avg_is_present_lt_one_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"missing_creation_partial_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"missing_by_vcenter": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -1367,6 +1373,12 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/models.DailyCreationMissingSample"
|
||||
}
|
||||
},
|
||||
"missing_creation_partial_samples": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/models.DailyCreationMissingSample"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -247,6 +247,10 @@ definitions:
|
||||
type: integer
|
||||
missing_creation_pct:
|
||||
type: number
|
||||
avg_is_present_lt_one_count:
|
||||
type: integer
|
||||
missing_creation_partial_count:
|
||||
type: integer
|
||||
missing_by_vcenter:
|
||||
items:
|
||||
$ref: '#/definitions/models.DailyCreationMissingByVcenter'
|
||||
@@ -255,6 +259,10 @@ definitions:
|
||||
items:
|
||||
$ref: '#/definitions/models.DailyCreationMissingSample'
|
||||
type: array
|
||||
missing_creation_partial_samples:
|
||||
items:
|
||||
$ref: '#/definitions/models.DailyCreationMissingSample'
|
||||
type: array
|
||||
type: object
|
||||
models.DailyCreationMissingByVcenter:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user