ClusterPlanMigrationResponseedit

The response from migrating an Elasticsearch cluster plan to a new template.

Propertiesedit

elasticsearch_cluster_id (string)
The ID of the Elasticsearch cluster
plan (string)
The cluster plan after applying the migration

Exampleedit

{
   "elasticsearch_cluster_id" : "string",
   "plan" : "string"
}