From 331c5947d8986325623c9061c004276e7cc7a99f Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Mon, 14 Dec 2015 20:36:11 -0600 Subject: [PATCH] Update Data Processing API to spellcheck and make other changes - Remove passive voice from api-site - Renamed code samples using this naming convention: --request.json or --response.json. For example, volume-create-request.json and volume-create-response.json. - Removed unused code samples - Made method names consistent throughout - use list for list operations, show for show operations, and so on. - Remove XML code samples - Change csapi:uuid -> csapi:UUID Change-Id: I1cc7043ec8e64b4c4a21d9f462bd2f2ae544d57a Partial-Bug: #1521244 --- .../src/docbkx/ch_data-processing-v1.1.xml | 184 +++--------------- ...n => cluster-template-create-request.json} | 0 ... => cluster-template-create-response.json} | 0 ...on => cluster-template-show-response.json} | 0 ...n => cluster-template-update-request.json} | 0 ... => cluster-template-update-response.json} | 0 ...n => cluster-templates-list-response.json} | 0 ...e-req.json => cluster-create-request.json} | 0 ...resp.json => cluster-create-response.json} | 0 ...le-req.json => cluster-scale-request.json} | 0 ...-resp.json => cluster-scale-response.json} | 0 ...rs-get.json => cluster-show-response.json} | 0 ...e-req.json => cluster-update-request.json} | 0 ...resp.json => cluster-update-response.json} | 0 ...-list.json => clusters-list-response.json} | 0 ... => multiple-clusters-create-request.json} | 0 ...=> multiple-clusters-create-response.json} | 0 ...=> data-source-register-hdfs-request.json} | 0 ...> data-source-register-hdfs-response.json} | 0 ...> data-source-register-swift-request.json} | 0 ... data-source-register-swift-response.json} | 0 ...sp.json => data-source-show-response.json} | 0 ...q.json => data-source-update-request.json} | 0 ....json => data-source-update-response.json} | 0 ...p.json => data-sources-list-response.json} | 0 ...sp.json => cluster-progress-response.json} | 0 ...t-req.json => image-register-request.json} | 0 ...resp.json => image-register-response.json} | 0 ...get-resp.json => image-show-response.json} | 0 ...d-req.json => image-tags-add-request.json} | 0 ...resp.json => image-tags-add-response.json} | 0 ...eq.json => image-tags-delete-request.json} | 0 ...p.json => image-tags-delete-response.json} | 0 ...st-resp.json => images-list-response.json} | 0 .../{create-req.json => create-request.json} | 0 ...{create-resp.json => create-response.json} | 0 .../{list-resp.json => list-response.json} | 0 .../{show-resp.json => show-response.json} | 0 .../{update-req.json => update-request.json} | 0 ...{update-resp.json => update-response.json} | 0 ...{create-resp.json => create-response.json} | 0 .../{list-resp.json => list-response.json} | 0 .../{show-resp.json => show-response.json} | 0 .../{update-req.json => update-request.json} | 0 ...{update-resp.json => update-response.json} | 0 ...{cancel-resp.json => cancel-response.json} | 0 ...{job-ex-resp.json => job-ex-response.json} | 0 ...te-req.json => job-ex-update-request.json} | 0 ...-resp.json => job-ex-update-response.json} | 0 .../{list-resp.json => list-response.json} | 0 ...resp.json => job-types-list-response.json} | 0 ...reate-req.json => job-create-request.json} | 0 ...ate-resp.json => job-create-response.json} | 0 ...cute-req.json => job-execute-request.json} | 0 ...te-resp.json => job-execute-response.json} | 0 ...b-get-resp.json => job-show-response.json} | 0 ...pdate-req.json => job-update-request.json} | 0 ...ate-resp.json => job-update-response.json} | 0 ...list-resp.json => jobs-list-response.json} | 0 ...> node-group-template-create-request.json} | 0 ... node-group-template-create-response.json} | 0 ...=> node-group-template-show-response.json} | 0 ...> node-group-template-update-request.json} | 0 ... node-group-template-update-response.json} | 0 ...> node-group-templates-list-response.json} | 0 .../plugin-show-response.json} | 0 .../plugin-version-show-response.json} | 0 .../samples/plugins/plugins-get-resp.json | 12 -- .../plugins/plugins-get-version-resp.json | 92 --------- .../samples/plugins/plugins-list-resp.json | 41 ---- .../{ => plugins}/plugins-list-response.json | 0 .../src/v1.1/wadl/cluster-templates.wadl | 45 ++--- .../src/v1.1/wadl/clusters.wadl | 80 +++++--- .../src/v1.1/wadl/common.ent | 57 +++++- .../src/v1.1/wadl/data-sources.wadl | 66 ++++--- .../src/v1.1/wadl/event-log.wadl | 12 +- .../src/v1.1/wadl/image-registry.wadl | 54 +++-- .../src/v1.1/wadl/job-binaries.wadl | 74 +++---- .../src/v1.1/wadl/job-binary-internals.wadl | 20 +- .../src/v1.1/wadl/job-executions.wadl | 16 +- .../src/v1.1/wadl/job-types.wadl | 22 +-- .../src/v1.1/wadl/jobs.wadl | 44 ++--- .../src/v1.1/wadl/node-group-template.wadl | 36 ++-- .../src/v1.1/wadl/plugins.wadl | 44 ++--- 84 files changed, 356 insertions(+), 543 deletions(-) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/{create-req.json => cluster-template-create-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/{create-resp.json => cluster-template-create-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/{show-resp.json => cluster-template-show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/{update-req.json => cluster-template-update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/{update-resp.json => cluster-template-update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/{list-resp.json => cluster-templates-list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-create-req.json => cluster-create-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-create-resp.json => cluster-create-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-scale-req.json => cluster-scale-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-scale-resp.json => cluster-scale-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-get.json => cluster-show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-update-req.json => cluster-update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-update-resp.json => cluster-update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{clusters-list.json => clusters-list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{multiple-clusters-create-req.json => multiple-clusters-create-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/{multiple-clusters-create-resp.json => multiple-clusters-create-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-source-register-hdfs-req.json => data-source-register-hdfs-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-source-register-hdfs-resp.json => data-source-register-hdfs-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-source-register-swift-req.json => data-source-register-swift-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-source-register-swift-resp.json => data-source-register-swift-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-sources-get-resp.json => data-source-show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-source-update-req.json => data-source-update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-source-update-resp.json => data-source-update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/{data-sources-list-resp.json => data-sources-list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/event-log/{cluster-resp.json => cluster-progress-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{images-set-req.json => image-register-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{images-set-resp.json => image-register-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{images-get-resp.json => image-show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{image-tags-add-req.json => image-tags-add-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{image-tags-add-resp.json => image-tags-add-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{image-tags-delete-req.json => image-tags-delete-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{image-tags-delete-resp.json => image-tags-delete-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/{images-list-resp.json => images-list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/{create-req.json => create-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/{create-resp.json => create-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/{list-resp.json => list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/{show-resp.json => show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/{update-req.json => update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/{update-resp.json => update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/{create-resp.json => create-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/{list-resp.json => list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/{show-resp.json => show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/{update-req.json => update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/{update-resp.json => update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/{cancel-resp.json => cancel-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/{job-ex-resp.json => job-ex-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/{job-ex-update-req.json => job-ex-update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/{job-ex-update-resp.json => job-ex-update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/{list-resp.json => list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-types/{job-types-get-resp.json => job-types-list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-create-req.json => job-create-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-create-resp.json => job-create-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-execute-req.json => job-execute-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-execute-resp.json => job-execute-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-get-resp.json => job-show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-update-req.json => job-update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-update-resp.json => job-update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/{job-list-resp.json => jobs-list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/{node-group-templates-create-req.json => node-group-template-create-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/{node-group-templates-create-resp.json => node-group-template-create-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/{node-group-templates-get.json => node-group-template-show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/{node-group-templates-update-req.json => node-group-template-update-request.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/{node-group-templates-update-resp.json => node-group-template-update-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/{node-group-templates-list.json => node-group-templates-list-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/{plugins-get-response.json => plugins/plugin-show-response.json} (100%) rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/{plugins-get-version-response.json => plugins/plugin-version-show-response.json} (100%) delete mode 100644 api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-resp.json delete mode 100644 api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-version-resp.json delete mode 100644 api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-list-resp.json rename api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/{ => plugins}/plugins-list-response.json (100%) diff --git a/api-ref/src/docbkx/ch_data-processing-v1.1.xml b/api-ref/src/docbkx/ch_data-processing-v1.1.xml index 8c69c91c4..582e4799f 100644 --- a/api-ref/src/docbkx/ch_data-processing-v1.1.xml +++ b/api-ref/src/docbkx/ch_data-processing-v1.1.xml @@ -15,44 +15,20 @@ A plugin object defines the Hadoop or Spark version that it can install and which configurations can be set for the cluster. - - - - - - - - - - - +
Image registry - Use the image registry tool to manage images. Use this tool to add - tags to and remove tags from images and define the user name for - an instance operating system. Each plugin lists required tags for - an image. For remote operations execution, the Data Processing - service requires a user name to log in to the operating system for - an instance. + Use the image registry tool to manage images, add tags to and + remove tags from images, and define the user name for an instance + operating system. Each plugin lists required tags for an image. To + run remote operations, the Data Processing service requires a user + name with which to log in to the operating system for an instance. - - - - - - - - - - - - - - - - +
Node group templates @@ -66,17 +42,8 @@ CPUs, and the amount of RAM. The template specifies the VM characteristics through an OpenStack flavor. - - - - - - - - - - - +
Cluster templates @@ -86,38 +53,16 @@ can also define cluster-scoped configurations in a cluster template. - - - - - - - - - - - +
Clusters A cluster is a group of nodes with the same configuration. - - - - - - - - - - - - - - - +
Event log @@ -125,11 +70,8 @@ The event log feature provides information about cluster provisioning. In the event of errors, the event log shows the reason for the failure. - - - - - +
Data sources @@ -141,17 +83,8 @@ The Data Processing service does not validate data source locations. - - - - - - - - - - - +
Job binary internals @@ -159,26 +92,8 @@ Job binary internal objects represent data processing applications and libraries that are stored in the internal database. - - - - - - - - - - - - - - - - +
Job binaries @@ -187,20 +102,8 @@ libraries that are stored in either the internal database or the Object Storage service. - - - - - - - - - - - - - - +
Jobs @@ -211,20 +114,8 @@ You can run a job on an existing or new transient cluster. - - - - - - - - - - - - - - +
Job executions @@ -233,22 +124,8 @@ cluster. A job execution polls the status of a running job and reports it to the user. Also a user can cancel a running job. - - - - - - - - - - - - - - - - +
Job types @@ -262,10 +139,7 @@ The job types provide information about which plugins support which job types and how to configure the job types. - - - - - +
diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/create-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-create-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/create-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-create-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/create-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-create-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/create-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-create-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/show-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/show-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-template-update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-templates-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/list-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/cluster-templates/cluster-templates-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-create-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-create-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-create-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-create-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-create-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-create-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-create-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-create-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-scale-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-scale-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-scale-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-scale-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-scale-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-scale-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-scale-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-scale-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-get.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-get.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/cluster-update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-list.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-list.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/clusters-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/clusters/multiple-clusters-create-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-hdfs-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-register-swift-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-sources-get-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-sources-get-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-source-update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-sources-list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-sources-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-sources-list-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/data-sources/data-sources-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/event-log/cluster-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/event-log/cluster-progress-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/event-log/cluster-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/event-log/cluster-progress-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-set-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-register-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-set-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-register-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-set-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-register-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-set-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-register-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-get-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-get-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-add-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/image-tags-delete-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-list-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/image-registry/images-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/create-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/list-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/show-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/show-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binaries/update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/create-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/create-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/create-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/create-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/list-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/show-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/show-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-binary-internals/update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/cancel-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/cancel-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/cancel-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/cancel-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/job-ex-update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/list-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-executions/list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-types/job-types-get-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-types/job-types-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-types/job-types-get-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/job-types/job-types-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-create-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-execute-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-get-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-get-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/jobs-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/job-list-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/jobs/jobs-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-create-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-create-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-create-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-create-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-create-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-create-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-create-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-create-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-get.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-get.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-update-req.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-update-request.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-update-req.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-update-request.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-update-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-update-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-update-resp.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-template-update-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-list.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-list.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/node-group-templates/node-group-templates-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins-get-response.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugin-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins-get-response.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugin-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins-get-version-response.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugin-version-show-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins-get-version-response.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugin-version-show-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-resp.json deleted file mode 100644 index 00b948a0e..000000000 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-resp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "plugin": { - "name": "vanilla", - "versions": [ - "1.2.1", - "2.4.1", - "2.6.0" - ], - "title": "Vanilla Apache Hadoop", - "description": "The Apache Vanilla plugin provides the ability to launch upstream Vanilla Apache Hadoop cluster without any management consoles. It can also deploy the Oozie component." - } -} diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-version-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-version-resp.json deleted file mode 100644 index cb1c175a5..000000000 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-get-version-resp.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "plugin": { - "name": "vanilla", - "versions": [ - "1.2.1", - "2.4.1", - "2.6.0" - ], - "description": "The Apache Vanilla plugin provides the ability to launch upstream Vanilla Apache Hadoop cluster without any management consoles. It can also deploy the Oozie component.", - "required_image_tags": [ - "vanilla", - "2.6.0" - ], - "node_processes": { - "JobFlow": [ - "oozie" - ], - "HDFS": [ - "namenode", - "datanode", - "secondarynamenode" - ], - "YARN": [ - "resourcemanager", - "nodemanager" - ], - "MapReduce": [ - "historyserver" - ], - "Hadoop": [], - "Hive": [ - "hiveserver" - ] - }, - "configs": [ - { - "default_value": "/tmp/hadoop-${user.name}", - "name": "hadoop.tmp.dir", - "priority": 2, - "config_type": "string", - "applicable_target": "HDFS", - "is_optional": true, - "scope": "node", - "description": "A base for other temporary directories." - }, - { - "default_value": true, - "name": "hadoop.native.lib", - "priority": 2, - "config_type": "bool", - "applicable_target": "HDFS", - "is_optional": true, - "scope": "node", - "description": "Should native hadoop libraries, if present, be used." - }, - { - "default_value": 1024, - "name": "NodeManager Heap Size", - "config_values": null, - "priority": 1, - "config_type": "int", - "applicable_target": "YARN", - "is_optional": false, - "scope": "node", - "description": null - }, - { - "default_value": true, - "name": "Enable Swift", - "config_values": null, - "priority": 1, - "config_type": "bool", - "applicable_target": "general", - "is_optional": false, - "scope": "cluster", - "description": null - }, - { - "default_value": true, - "name": "Enable MySQL", - "config_values": null, - "priority": 1, - "config_type": "bool", - "applicable_target": "general", - "is_optional": true, - "scope": "cluster", - "description": null - } - ], - "title": "Vanilla Apache Hadoop" - } -} diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-list-resp.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-list-resp.json deleted file mode 100644 index d92d85c11..000000000 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-list-resp.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "plugins": [ - { - "name": "vanilla", - "description": "The Apache Vanilla plugin provides the ability to launch upstream Vanilla Apache Hadoop cluster without any management consoles. It can also deploy the Oozie component.", - "versions": [ - "1.2.1", - "2.4.1", - "2.6.0" - ], - "title": "Vanilla Apache Hadoop" - }, - { - "name": "hdp", - "description": "The Hortonworks Sahara plugin automates the deployment of the Hortonworks Data Platform (HDP) on OpenStack.", - "versions": [ - "1.3.2", - "2.0.6" - ], - "title": "Hortonworks Data Platform" - }, - { - "name": "spark", - "description": "This plugin provides an ability to launch Spark on Hadoop CDH cluster without any management consoles.", - "versions": [ - "1.0.0", - "0.9.1" - ], - "title": "Apache Spark" - }, - { - "name": "cdh", - "description": "The Cloudera Sahara plugin provides the ability to launch the Cloudera distribution of Apache Hadoop (CDH) with Cloudera Manager management console.", - "versions": [ - "5", - "5.3.0" - ], - "title": "Cloudera Plugin" - } - ] -} diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins-list-response.json b/api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-list-response.json similarity index 100% rename from api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins-list-response.json rename to api-ref/src/wadls/dataprocessing-api/src/v1.1/samples/plugins/plugins-list-response.json diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/cluster-templates.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/cluster-templates.wadl index b1321ad62..bac17e51e 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/cluster-templates.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/cluster-templates.wadl @@ -27,17 +27,17 @@ &tenant_idTemplateParameter; - - + + The unique identifier of the cluster template. - - - + + + @@ -46,8 +46,8 @@ - - + Lists available cluster templates. @@ -56,14 +56,14 @@ &clustertemplateResponseParameters; - + Creates a cluster template. @@ -73,49 +73,50 @@ - + &clustertemplateResponseParameters; - - + - Shows the cluster template. + Shows details for a cluster template. &clustertemplateResponseParameters; - + - Updates the cluster template. + Updates a cluster template. @@ -124,17 +125,17 @@ &clustertemplateResponseParameters; - + - Deletes the cluster template. + Deletes a cluster template. diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/clusters.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/clusters.wadl index 5f3fcdc39..9c4466f9e 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/clusters.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/clusters.wadl @@ -27,22 +27,22 @@ &tenant_idTemplateParameter; - - + + - + - + The ID of the cluster - - - - + + + + + @@ -51,7 +51,7 @@ - + Lists available clusters. @@ -60,7 +60,7 @@ &clustersResponseParameters; @@ -68,23 +68,23 @@ - + - Shows cluster by ID. + Shows details for a cluster, by ID. &clustersResponseParameters; - + Creates a cluster. @@ -94,7 +94,7 @@ @@ -103,14 +103,14 @@ &clustersResponseParameters; - + Creates multiple clusters. @@ -120,7 +120,7 @@ @@ -129,20 +129,20 @@ - + Deletes a cluster. - + Scales a cluster. @@ -150,9 +150,9 @@ + xml:lang="EN" title="Scale cluster: JSON request"> @@ -161,14 +161,14 @@ &clustersResponseParameters; - + Updates a cluster. @@ -176,9 +176,9 @@ + xml:lang="EN" title="Update cluster: JSON request"> @@ -187,11 +187,33 @@ &clustersResponseParameters; + + + Shows provisioning progress for a cluster. + + + + + Cluster provisioning progress. + + + + + + + + + + + diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/common.ent b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/common.ent index f2c4c8f79..32ebaaa1d 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/common.ent +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/common.ent @@ -11,6 +11,61 @@ '> + + + + The UUID of the data source. + + +'> + + + + The UUID of the image. + + +'> + + + + The UUID of the job binary. + + +'> + + + + Name of the plugin. + + +'> + + + + Version of the plugin. + + +'> '> - diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/data-sources.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/data-sources.wadl index bca1dd2f7..997b3b8fa 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/data-sources.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/data-sources.wadl @@ -27,17 +27,13 @@ &tenant_idTemplateParameter; - - - - - - The unique identifier of the data source. - - - - - + + + + &data_source_idTemplateParameter; + + + @@ -46,17 +42,19 @@ - + - Lists all data sources. + + Lists all data sources. + &datasourceResponseParameters; @@ -64,17 +62,19 @@ - + - Shows details for a data source. + + Shows details for a data source. + &datasourceResponseParameters; @@ -82,17 +82,19 @@ - + - Creates a data source. + + Creates a data source. + @@ -100,7 +102,7 @@ @@ -110,7 +112,7 @@ @@ -118,7 +120,7 @@ &datasourceResponseParameters; @@ -126,24 +128,28 @@ - + - Deletes a data source. + + Deletes a data source. + - + - Updates a data source. + + Updates a data source. + + xml:lang="EN" title="Update data source: JSON request"> @@ -152,7 +158,7 @@ diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/event-log.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/event-log.wadl index e073c1ed2..afb27146c 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/event-log.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/event-log.wadl @@ -31,10 +31,10 @@ path="{cluster_id}"> - The ID of the cluster + The UUID of the cluster - +
@@ -43,15 +43,15 @@ - + Shows provisioning progress of cluster. - + - Flag, which show cluster provisioning progress. + The cluster provisioning progress. @@ -59,7 +59,7 @@ diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl index ee46cfbe6..ce2df0d0f 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/image-registry.wadl @@ -27,16 +27,12 @@ &tenant_idTemplateParameter; - + - - - The unique identifier of the image. - - - - - + &image_idTemplateParameter; + + + @@ -51,10 +47,10 @@ - + - Lists all images registered in the image registry. + Lists all images registered in the registry. @@ -73,48 +69,48 @@ - &imageregResponseParameters; + ®isterImageResponseParameters; &imagesResponseParameter; - + - Shows details about an image. + Shows details for an image. - &imageregResponseParameters; + ®isterImageResponseParameters; - + - Registers an image in the image registry. + Registers an image in the registry. - The user name to log in to an instance OS for + The user name to log in to an instance operating system for remote operations execution. @@ -131,17 +127,17 @@ - &imageregResponseParameters; + ®isterImageResponseParameters; - + - Removes an image from the image registry. + Removes an image from the registry. @@ -155,7 +151,7 @@ @@ -170,7 +166,7 @@ @@ -186,7 +182,7 @@ @@ -201,7 +197,7 @@ diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/job-binaries.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/job-binaries.wadl index b122ae7a8..12b275269 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/job-binaries.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/job-binaries.wadl @@ -27,20 +27,16 @@ &tenant_idTemplateParameter; - - - - - - The ID of the job binary. - - - - - + + + + &job_binary_idTemplateParameter; - + + + + @@ -49,16 +45,18 @@ - + - Lists the available job binaries. + + Lists the available job binaries. + &binariesParameter; @@ -70,13 +68,15 @@ - Creates a job binary. + + Creates a job binary. + @@ -85,7 +85,7 @@ &jobbinaryResponseParameters; @@ -96,14 +96,15 @@ - Shows details for a - job binary. + + Shows details for a job binary. + &jobbinaryResponseParameters; @@ -118,15 +119,18 @@ - - + - Gets data for a job - binary. - The response body shows the job binary raw data and - the response headers show the data length. + + Shows data for a job binary. + + + The response body shows the job binary raw data and the + response headers show the data length. + Example response: - HTTP/1.1 200 OK +HTTP/1.1 200 OK Connection: keep-alive Content-Length: 161 Content-Type: text/html; charset=utf-8 @@ -134,14 +138,16 @@ Date: Sat, 28 Mar 2015 02:42:48 GMT A = load '$INPUT' using PigStorage(':') as (fruit: chararray); B = foreach A generate com.hadoopbook.pig.Trim(fruit); -store B into '$OUTPUT' USING PigStorage(); +store B into '$OUTPUT' USING PigStorage(); - The length of the returned data in bytes. + + The length of the data, in bytes. + - + - Lists job types. + Lists all job types. - You can filter the response through filter parameters. + You can use query parameters to filter the response. - - Filter results by plugin name. - + + Filters the response by a plugin name. + - Filter results by plugin version. + Filters the response by a plugin version. - Filter results by job type. + Filters the response by a job type. - Include configuration hints in results. + Includes configuration hints in the response. @@ -74,7 +74,7 @@ &jobtypesResponseParameters; diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl index e87fef0be..164ea6487 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/jobs.wadl @@ -27,19 +27,19 @@ &tenant_idTemplateParameter; - - - + + + - The unique identifier of the job. + The UUID of the job. - - - + + + - + @@ -49,7 +49,7 @@ - + Lists all jobs. @@ -59,7 +59,7 @@ &jobsResponseParameter; @@ -68,7 +68,7 @@ - + Shows details for a job. @@ -78,7 +78,7 @@ &jobResponseParameters; @@ -86,7 +86,7 @@ - + Creates a job object. @@ -96,7 +96,7 @@ @@ -106,7 +106,7 @@ &jobResponseParameters; @@ -114,14 +114,14 @@ - + Removes a job. - + Runs a job. @@ -131,7 +131,7 @@ @@ -141,13 +141,13 @@ - + Updates a job object. @@ -157,7 +157,7 @@ @@ -167,7 +167,7 @@ &jobResponseParameters; diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/node-group-template.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/node-group-template.wadl index 2eb496d82..d9915e92a 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/node-group-template.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/node-group-template.wadl @@ -27,18 +27,18 @@ &tenant_idTemplateParameter; - - + + - + - The unique identifier of the node group template. + The UUID of the node group template. - - - + + + @@ -47,7 +47,7 @@ - + Lists available node group @@ -58,14 +58,14 @@ &nodegrouptemplatesRespParameters; - + Shows a node group template, by ID. @@ -75,14 +75,14 @@ &nodegrouptemplatesRespParameters; - + Creates a node group template. @@ -92,7 +92,7 @@ @@ -102,21 +102,21 @@ &nodegrouptemplatesRespParameters; - + Deletes a node group template. - + Updates a node group template. @@ -126,7 +126,7 @@ @@ -136,7 +136,7 @@ diff --git a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl index a6f46c26b..2039b89b0 100644 --- a/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl +++ b/api-ref/src/wadls/dataprocessing-api/src/v1.1/wadl/plugins.wadl @@ -27,21 +27,13 @@ &tenant_idTemplateParameter; - + - - - Name of the plugin. - - - + &plugin_nameTemplateParameter; + - - - Version of the plugin. - - - + &versionTemplateParameter; + @@ -51,17 +43,19 @@ - + - Lists all registered plugins. + + Lists all registered plugins. + &pluginsParameter; @@ -69,36 +63,38 @@ - + - Shows details for a - plugin. + + Shows details for a plugin. + &pluginResponseParameters; - + - Shows details for a - plugin version. + + Shows details for a plugin version. + &pluginResponseParameters;