Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleExample request
curl -u admin:admin -H 'X-Requested-By:admin' -X PUT 'http://localhost:8080/api/v1/clusters/cc' -d '{
  "Clusters": {
    "desired_service_config_versionversions": {
      "service_name" : "HDFS",
      "service_config_version" : 1,
      "service_config_version_note" : "Manual rollback to service config version 1 (HDFS)"
    }
  }
}'

...