Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -20,8 +20,8 @@
"methods": ["GET"],
"parts": {
"name": {
"type": "list",
"description": "The comma separated names of the component templates"
"type": "string",
"description": "The name of the component template. Wildcard (`*`) expressions are supported."
}
}
}
Expand Down
6 changes: 2 additions & 4 deletions specification/_json_spec/indices.downsample.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
"parts": {
"index": {
"type": "string",
"description": "The index to downsample",
"required": true
"description": "The index to downsample"
},
"target_index": {
"type": "string",
"description": "The name of the target index to store downsampled data",
"required": true
"description": "The name of the target index to store downsampled data"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"parts": {
"model_id": {
"type": "string",
"description": "The unique identifier of the trained model.",
"required": true
"description": "The unique identifier of the trained model."
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions specification/_json_spec/ml.infer_trained_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"parts": {
"model_id": {
"type": "string",
"description": "The unique identifier of the trained model.",
"required": true
"description": "The unique identifier of the trained model."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"parts": {
"model_id": {
"type": "string",
"description": "The unique identifier of the trained model.",
"required": true
"description": "The unique identifier of the trained model."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"parts": {
"model_id": {
"type": "string",
"description": "The unique identifier of the trained model.",
"required": true
"description": "The unique identifier of the trained model."
}
}
}
Expand Down
21 changes: 3 additions & 18 deletions specification/_json_spec/monitoring.bulk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,38 +15,23 @@
{
"path": "/_monitoring/bulk",
"methods": ["POST", "PUT"]
},
{
"path": "/_monitoring/{type}/bulk",
"methods": ["POST", "PUT"],
"parts": {
"type": {
"type": "string",
"description": "Default document type for items which don't provide one",
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
},
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
]
},
"params": {
"system_id": {
"type": "string",
"required": true,
"description": "Identifier of the monitored system"
},
"system_api_version": {
"type": "string",
"required": true,
"description": "API Version of the monitored system"
},
"interval": {
"type": "string",
"required": true,
"description": "Collection interval (e.g., '10s' or '10000ms') of the payload"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"parts": {
"transform_id": {
"type": "string",
"required": true,
"description": "The id of the transform."
}
}
Expand Down
1 change: 0 additions & 1 deletion specification/_json_spec/transform.update_transform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"parts": {
"transform_id": {
"type": "string",
"required": true,
"description": "The id of the transform."
}
}
Expand Down