From 4abfe406d860b6c7638290d6ccc0a87b8c418f83 Mon Sep 17 00:00:00 2001 From: tengqm Date: Tue, 2 Aug 2016 22:25:09 -0400 Subject: [PATCH] Remove Clustering API files The Clustering API will be managed by the senlin team in the openstack/senlin repository. This patch removes the old files to avoid confusion/inconsistency. Change-Id: I01fddd16d1c79a3ca33e063bea61ac15ed1b9ea0 --- api-ref-guides/pom.xml | 11 - .../src/bk-api-ref-clustering-v1.xml | 36 - api-ref-guides/src/bk-api-ref.xml | 1 - api-ref/src/docbkx/api-ref-clustering-v1.xml | 23 - api-ref/src/docbkx/ch_clustering-v1.xml | 216 --- .../src/docbkx/itemizedlist-service-list.xml | 2 +- .../wadls/clustering-api/src/v1/common.ent | 487 ----- .../src/v1/samples/action-show-response.json | 21 - .../src/v1/samples/actions-list-response.json | 44 - .../src/v1/samples/build-show-response.json | 10 - .../v1/samples/cluster-add-nodes-request.json | 7 - .../src/v1/samples/cluster-check-request.json | 3 - .../v1/samples/cluster-create-request.json | 11 - .../v1/samples/cluster-create-response.json | 24 - .../samples/cluster-delete-nodes-request.json | 7 - .../cluster-policies-list-response.json | 22 - .../cluster-policy-attach-request.json | 6 - .../cluster-policy-detach-request.json | 5 - .../samples/cluster-policy-show-response.json | 11 - .../cluster-policy-update-request.json | 6 - .../v1/samples/cluster-recover-request.json | 5 - .../v1/samples/cluster-resize-request.json | 10 - .../cluster-scale-in-nodes-request.json | 5 - .../cluster-scale-out-nodes-request.json | 5 - .../src/v1/samples/cluster-show-response.json | 24 - .../v1/samples/cluster-update-request.json | 8 - .../v1/samples/cluster-update-response.json | 24 - .../v1/samples/clusters-list-response.json | 30 - .../src/v1/samples/event-show-response.json | 16 - .../src/v1/samples/events-list-response.json | 18 - .../src/v1/samples/node-check-request.json | 3 - .../src/v1/samples/node-create-request.json | 9 - .../src/v1/samples/node-create-response.json | 22 - .../src/v1/samples/node-recover-request.json | 5 - .../src/v1/samples/node-show-response.json | 22 - .../src/v1/samples/node-update-request.json | 5 - .../src/v1/samples/node-update-response.json | 23 - .../src/v1/samples/nodes-list-response.json | 25 - .../v1/samples/policies-list-response.json | 26 - .../src/v1/samples/policy-create-request.json | 17 - .../v1/samples/policy-create-response.json | 26 - .../src/v1/samples/policy-show-response.json | 26 - .../v1/samples/policy-type-show-response.json | 42 - .../samples/policy-types-list-response.json | 22 - .../src/v1/samples/policy-update-request.json | 5 - .../v1/samples/policy-update-response.json | 24 - .../v1/samples/profile-create-request.json | 52 - .../v1/samples/profile-create-response.json | 59 - .../src/v1/samples/profile-show-response.json | 57 - .../samples/profile-type-show-response.json | 47 - .../samples/profile-types-list-response.json | 13 - .../v1/samples/profile-update-request.json | 6 - .../v1/samples/profile-update-response.json | 57 - .../v1/samples/profiles-list-response.json | 63 - .../v1/samples/receiver-create-request.json | 11 - .../v1/samples/receiver-create-response.json | 25 - .../v1/samples/receiver-show-response.json | 25 - .../v1/samples/receivers-list-response.json | 27 - .../senlin-versions-list-response.json | 14 - .../src/v1/wadl/clustering-api.wadl | 1630 ----------------- 60 files changed, 1 insertion(+), 3485 deletions(-) delete mode 100644 api-ref-guides/src/bk-api-ref-clustering-v1.xml delete mode 100644 api-ref/src/docbkx/api-ref-clustering-v1.xml delete mode 100644 api-ref/src/docbkx/ch_clustering-v1.xml delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/common.ent delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/action-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/actions-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/build-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-add-nodes-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-check-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-delete-nodes-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policies-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-attach-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-detach-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-update-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-recover-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-resize-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-in-nodes-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-out-nodes-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/clusters-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/event-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/events-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/node-check-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/node-create-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/node-create-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/node-recover-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/node-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/node-update-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/node-update-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/nodes-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policies-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policy-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policy-types-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profile-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profile-type-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profile-types-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/profiles-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-request.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/receiver-show-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/receivers-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/samples/senlin-versions-list-response.json delete mode 100644 api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl diff --git a/api-ref-guides/pom.xml b/api-ref-guides/pom.xml index a51902a27..b2e1e0315 100644 --- a/api-ref-guides/pom.xml +++ b/api-ref-guides/pom.xml @@ -83,17 +83,6 @@ api-ref-blockstorage-v1 - - os-api-ref-clustering-v1 - - generate-pdf - - generate-sources - - bk-api-ref-clustering-v1.xml - api-ref-clustering-v1 - - os-api-ref-database-v1 diff --git a/api-ref-guides/src/bk-api-ref-clustering-v1.xml b/api-ref-guides/src/bk-api-ref-clustering-v1.xml deleted file mode 100644 index bf97972d9..000000000 --- a/api-ref-guides/src/bk-api-ref-clustering-v1.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - OpenStack Clustering Service API v1 Reference - API Reference - - - - - - - OpenStack Foundation - - - - 2015-2016 - OpenStack Foundation - - OpenStack Clustering Service - - - - Copyright details are filled in by the - template. - - - - - diff --git a/api-ref-guides/src/bk-api-ref.xml b/api-ref-guides/src/bk-api-ref.xml index df0852828..99f17713f 100644 --- a/api-ref-guides/src/bk-api-ref.xml +++ b/api-ref-guides/src/bk-api-ref.xml @@ -35,7 +35,6 @@ - diff --git a/api-ref/src/docbkx/api-ref-clustering-v1.xml b/api-ref/src/docbkx/api-ref-clustering-v1.xml deleted file mode 100644 index b01b48c10..000000000 --- a/api-ref/src/docbkx/api-ref-clustering-v1.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - OpenStack Clustering API v1 (CURRENT) - - 2015-2016 - - - - - - - - - - diff --git a/api-ref/src/docbkx/ch_clustering-v1.xml b/api-ref/src/docbkx/ch_clustering-v1.xml deleted file mode 100644 index 80f0eee65..000000000 --- a/api-ref/src/docbkx/ch_clustering-v1.xml +++ /dev/null @@ -1,216 +0,0 @@ - - - Clustering API v1 (CURRENT) - Clustering service for OpenStack. - - For more information, see Senlin. - -
- API versions - - Lists information for all Clustering API versions. - - - - - - -
-
- Actions - - Lists all actions and shows details for an action. - - - - - - - - - -
-
- Build information - - Shows build information for a Senlin deployment. - - - - - - -
-
- Clusters - - Lists all clusters and creates, shows information for, updates, - deletes, and triggers an action on a cluster. - - - - - - - - - - - - - - - -
-
- Cluster policies - - Lists all cluster policies and shows information for a cluster - policy. - - - - - - - - - -
-
- Events - - Lists all events and shows information for an event. - - - - - - - - - -
-
- Nodes - - Lists all nodes, and creates, shows information for, updates, - deletes a node. - - - - - - - - - - - - - - - -
-
- Policies - - Lists all policies and creates, shows information for, updates, - and deletes a policy. - - - - - - - - - - - - -
-
- Policy types - - Lists all policy types and shows details for a policy type. - - - - - - - - - -
-
- Profiles - - Lists all profiles and creates, shows information for, updates, - and deletes a profile. - - - - - - - - - - - - -
-
- Profile types - - Lists all profile types and shows details for a profile type. - - - - - - - - - -
-
- Receivers - - Lists all receivers and creates, shows information for, and deletes - a receiver. - - - - - - - - - - - -
-
- Webhooks - - Triggers an action represented by a webhook. - - - - - - -
-
diff --git a/api-ref/src/docbkx/itemizedlist-service-list.xml b/api-ref/src/docbkx/itemizedlist-service-list.xml index 55579c362..2062cbfbd 100644 --- a/api-ref/src/docbkx/itemizedlist-service-list.xml +++ b/api-ref/src/docbkx/itemizedlist-service-list.xml @@ -22,7 +22,7 @@ - Clustering API v1 (CURRENT) + Clustering API v1 (CURRENT) diff --git a/api-ref/src/wadls/clustering-api/src/v1/common.ent b/api-ref/src/wadls/clustering-api/src/v1/common.ent deleted file mode 100644 index 5e431a03a..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/common.ent +++ /dev/null @@ -1,487 +0,0 @@ - - - -'> - - - -'> - - - -'> - - - - Indicates whether to include objects for all projects or objects - for the current project in the response. - - - If you are an administrative user and you set this value to - true, the call returns all objects from all projects. - Default is false, which returns only objects in the - current project. - - -'> - - - - The URL against which to check the status of the resource. - - -'> - - - - The URL against which to check the status of the action spawned - from the request. - - -'> - - - - The name of the profile type. - - -'> - - - - The name of the policy type. - - -'> - - - - The UUID of the profile. - - -'> - - - - The UUID of the policy. - - -'> - - - - The UUID of the cluster. - - -'> - - - - The UUID of the node. - - -'> - - - - The UUID of the action. - - -'> - - - - The UUID of the receiver. - - -'> - - - - The UUID of the webhook. - - -'> - - - - The UUID of the event. - - -'> - - - - A map of cluster details. - - - - - - - The name of the cluster. - - - - - - - The UUID of the parent cluster if the cluster is - a nested cluster. - - - - - - - The ID or name of the profile for the cluster. - - - - - - - The capacity, or initial size, of the cluster. - Default is 0. - - - - - - - The minimum size of the cluster. Default is 0. - - - - - - - The maximum size of the cluster. Default is - -1, which indicates that no upper - limit exists for the cluster size. - - - - - - - The timeout value, in minutes, for cluster - creation. Default is 60. - - - - - - - A set of key and value pairs to associate with - the cluster. - - -'> - - - - A map of cluster details. - - - - - - - The name of the cluster. - - - - - - - The UUID of the parent cluster if the cluster is - a nested cluster. - - - - - - - The ID or name of the profile for the cluster. - - - - - - - The timeout value, in minutes, for cluster - creation. Default is 60. - - - - - - - A set of key and value pairs to associate with - the cluster. - - -'> - - - - The name of the node to be created. - - - - - - - The ID or shortID or name of the profile for the node. - - - - - - - The ID or shortID or name of the cluster the node lives in. - If not specified, the node created will be an orphaned node. - - - - - - - A string indicating the role this node plays in a cluster. - - - - - - - A set of key and value pairs to associate with the node. - - -'> - - - - The name for the policy. - - - - - - - A detailed specification based on the policy type. - - - - - - - An integer value that represents the default enforcement level. - - - - - - - The cooldown value, in seconds. - - -'> - - - - The name for the profile. - - - - - - - Detailed specification based on the chosen profile type. - - - - - - - A list of key and value pairs to associate with the profile. - - -'> - - - - The name of the policy type. - - -'> - - - - The UUID of the cluster. - - - - - - - The name of the cluster. - - - - - - - The UUID of the cluster policy. - - - - - - - The UUID of the policy. - - - - - - - The name of the policy. - - - - - - - The type of the cluster. - - - - - - - The status of the policy. - - -'> diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/action-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/action-show-response.json deleted file mode 100644 index cbb0ebd62..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/action-show-response.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "action": "CLUSTER_DELETE", - "cause": "RPC Request", - "context": {}, - "created_at": "2015-06-27T05:09:43", - "depended_by": [], - "depends_on": [], - "end_time": 1423570000.0, - "id": "ffbb9175-d510-4bc1-b676-c6aba2a4ca81", - "inputs": {}, - "interval": -1, - "name": "cluster_delete_fcc9b635", - "outputs": {}, - "owner": null, - "start_time": 1423570000.0, - "status": "FAILED", - "status_reason": "Cluster action FAILED", - "target": "fcc9b635-52e3-490b-99f2-87b1640e4e89", - "timeout": 3600, - "updated_at": null -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/actions-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/actions-list-response.json deleted file mode 100644 index ac4072679..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/actions-list-response.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "actions": [ - { - "action": "NODE_CREATE", - "cause": "RPC Request", - "created_at": "2015-12-04T04:54:41", - "depended_by": [], - "depends_on": [], - "end_time": 1425550000.0, - "id": "2366d440-c73e-4961-9254-6d1c3af7c167", - "inputs": {}, - "interval": -1, - "name": "node_create_0df0931b", - "outputs": {}, - "owner": null, - "start_time": 1425550000.0, - "status": "SUCCEEDED", - "status_reason": "Action completed successfully.", - "target": "0df0931b-e251-4f2e-8719-4ebfda3627ba", - "timeout": 3600, - "updated_at": null - }, - { - "action": "NODE_DELETE", - "cause": "RPC Request", - "created_at": "2015-11-04T05:21:41", - "depended_by": [], - "depends_on": [], - "end_time": 1425550000.0, - "id": "edce3528-864f-41fb-8759-f4707925cc09", - "inputs": {}, - "interval": -1, - "name": "node_delete_f0de9b9c", - "outputs": {}, - "owner": null, - "start_time": 1425550000.0, - "status": "SUCCEEDED", - "status_reason": "Action completed successfully.", - "target": "f0de9b9c-6d48-4a46-af21-2ca8607777fe", - "timeout": 3600, - "updated_at": null - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/build-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/build-show-response.json deleted file mode 100644 index a5ddde4c0..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/build-show-response.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "build_info": { - "api": { - "revision": "1.0" - }, - "engine": { - "revision": "2.0" - } - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-add-nodes-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-add-nodes-request.json deleted file mode 100644 index c2cefbaec..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-add-nodes-request.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "add_nodes": { - "nodes": [ - "node1" - ] - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-check-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-check-request.json deleted file mode 100644 index 6d831ea62..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-check-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "check": {} -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-request.json deleted file mode 100644 index 735b2fef4..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-request.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "cluster": { - "desired_capacity": 0, - "max_size": -1, - "metadata": {}, - "min_size": 0, - "name": "test_cluster", - "profile_id": "mystack", - "timeout": null - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-response.json deleted file mode 100644 index c9b822fda..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-create-response.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "cluster": { - "created_at": null, - "data": {}, - "desired_capacity": 4, - "domain": null, - "id": "45edadcb-c73b-4920-87e1-518b2f29f54b", - "init_at": "2015-02-10T14:16:10", - "max_size": -1, - "metadata": {}, - "min_size": 0, - "name": "test_cluster", - "nodes": [], - "policies": [], - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "status": "INIT", - "status_reason": "Initializing", - "timeout": 3600, - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-delete-nodes-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-delete-nodes-request.json deleted file mode 100644 index 283f71505..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-delete-nodes-request.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "del_nodes": { - "nodes": [ - "node1" - ] - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policies-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policies-list-response.json deleted file mode 100644 index a34262104..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policies-list-response.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "cluster_policies": [ - { - "cluster_id": "7d85f602-a948-4a30-afd4-e84f47471c15", - "cluster_name": "cluster4", - "enabled": true, - "id": "06be3a1f-b238-4a96-a737-ceec5714087e", - "policy_id": "714fe676-a08f-4196-b7af-61d52eeded15", - "policy_name": "dp01", - "policy_type": "senlin.policy.deletion-1.0" - }, - { - "cluster_id": "7d85f602-a948-4a30-afd4-e84f47471c15", - "cluster_name": "cluster4", - "enabled": true, - "id": "abddc45e-ac31-4f90-93cc-db55a7d8dd6d", - "policy_id": "e026e09f-a3e9-4dad-a1b9-d7ba316026a1", - "policy_name": "sp1", - "policy_type": "senlin.policy.scaling-1.0" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-attach-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-attach-request.json deleted file mode 100644 index c7734c93a..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-attach-request.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "policy_attach": { - "enabled": true, - "policy_id": "lb001" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-detach-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-detach-request.json deleted file mode 100644 index 91f30b5ab..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-detach-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "policy_detach": { - "policy_id": "lb001" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-show-response.json deleted file mode 100644 index caf05eb91..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-show-response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "cluster_policy": { - "cluster_id": "7d85f602-a948-4a30-afd4-e84f47471c15", - "cluster_name": "cluster4", - "enabled": true, - "id": "06be3a1f-b238-4a96-a737-ceec5714087e", - "policy_id": "714fe676-a08f-4196-b7af-61d52eeded15", - "policy_name": "dp01", - "policy_type": "senlin.policy.deletion-1.0" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-update-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-update-request.json deleted file mode 100644 index 1eabc2beb..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-policy-update-request.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "policy_update": { - "enabled": false, - "policy_id": "lb001" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-recover-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-recover-request.json deleted file mode 100644 index 84273532f..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-recover-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "recover": { - "operation": "rebuild" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-resize-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-resize-request.json deleted file mode 100644 index d4347e4e5..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-resize-request.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "resize": { - "adjustment_type": "CHANGE_IN_PERCENTAGE", - "max_size": 20, - "min_step": 1, - "min_size": 5, - "number": 20, - "strict": true - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-in-nodes-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-in-nodes-request.json deleted file mode 100644 index d008f4f98..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-in-nodes-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "scale_in": { - "count": "2" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-out-nodes-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-out-nodes-request.json deleted file mode 100644 index 0be206099..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-scale-out-nodes-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "scale_out": { - "count": "1" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-show-response.json deleted file mode 100644 index 6db8d6a4a..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-show-response.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "cluster": { - "created_at": "2015-02-11T15:13:20", - "data": {}, - "desired_capacity": 0, - "domain": null, - "id": "45edadcb-c73b-4920-87e1-518b2f29f54b", - "init_at": "2015-02-10T14:26:10", - "max_size": -1, - "metadata": {}, - "min_size": 0, - "name": "test_cluster", - "nodes": [], - "policies": [], - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "status": "ACTIVE", - "status_reason": "Creation succeeded", - "timeout": 3600, - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-request.json deleted file mode 100644 index bf8c4892b..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-request.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "cluster": { - "metadata": null, - "name": null, - "profile_id": null, - "timeout": "30" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-response.json deleted file mode 100644 index 3fb98085f..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/cluster-update-response.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "cluster": { - "created_at": "2015-02-11T15:13:20", - "data": {}, - "desired_capacity": 0, - "domain": null, - "id": "45edadcb-c73b-4920-87e1-518b2f29f54b", - "init_at": "2015-02-10T14:26:10", - "max_size": -1, - "metadata": {}, - "min_size": 0, - "name": "test_cluster", - "nodes": [], - "policies": [], - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "status": "INIT", - "status_reason": "Initializing", - "timeout": 3600, - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/clusters-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/clusters-list-response.json deleted file mode 100644 index 483f2291c..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/clusters-list-response.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "clusters": [ - { - "created_at": "2015-02-10T14:26:14", - "data": {}, - "desired_capacity": 4, - "domain": null, - "id": "7d85f602-a948-4a30-afd4-e84f47471c15", - "init_at": "2015-02-10T14:26:11", - "max_size": -1, - "metadata": {}, - "min_size": 0, - "name": "cluster1", - "nodes": [ - "b07c57c8-7ab2-47bf-bdf8-e894c0c601b9", - "ecc23d3e-bb68-48f8-8260-c9cf6bcb6e61", - "da1e9c87-e584-4626-a120-022da5062dac" - ], - "policies": [], - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "status": "ACTIVE", - "status_reason": "Cluster scale-in succeeded", - "timeout": 3600, - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/event-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/event-show-response.json deleted file mode 100644 index f3effda63..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/event-show-response.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "event": { - "action": "create", - "cluster_id": null, - "id": "2d255b9c-8f36-41a2-a137-c0175ccc29c3", - "level": "20", - "obj_id": "0df0931b-e251-4f2e-8719-4ebfda3627ba", - "obj_name": "node009", - "obj_type": "NODE", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "status": "CREATING", - "status_reason": "Initializing", - "timestamp": "2015-03-05T08:53:15", - "user": "a21ded6060534d99840658a777c2af5a" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/events-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/events-list-response.json deleted file mode 100644 index 85d02e33d..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/events-list-response.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "events": [ - { - "action": "create", - "cluster_id": null, - "id": "2d255b9c-8f36-41a2-a137-c0175ccc29c3", - "level": "20", - "obj_id": "0df0931b-e251-4f2e-8719-4ebfda3627ba", - "obj_name": "node009", - "obj_type": "NODE", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "status": "CREATING", - "status_reason": "Initializing", - "timestamp": "2015-03-05T08:53:15", - "user": "a21ded6060534d99840658a777c2af5a" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/node-check-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/node-check-request.json deleted file mode 100644 index 6d831ea62..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/node-check-request.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "check": {} -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/node-create-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/node-create-request.json deleted file mode 100644 index 55e5c3311..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/node-create-request.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "node": { - "cluster_id": null, - "metadata": {}, - "name": "node009", - "profile_id": "mystack", - "role": "master" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/node-create-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/node-create-response.json deleted file mode 100644 index 5a2f2f3be..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/node-create-response.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "node": { - "cluster_id": null, - "created_at": null, - "data": {}, - "domain": null, - "id": "0df0931b-e251-4f2e-8719-4ebfda3627ba", - "index": -1, - "init_at": "2015-03-05T08:53:15", - "metadata": {}, - "name": "node009", - "physical_id": "", - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "role": "master", - "status": "INIT", - "status_reason": "Initializing", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/node-recover-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/node-recover-request.json deleted file mode 100644 index 84273532f..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/node-recover-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "recover": { - "operation": "rebuild" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/node-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/node-show-response.json deleted file mode 100644 index 7d19bc394..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/node-show-response.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "node": { - "cluster_id": null, - "created_at": "2015-02-10T12:03:16", - "data": {}, - "domain": null, - "id": "d5779bb0-f0a0-49c9-88cc-6f078adb5a0b", - "index": -1, - "init_at": "2015-02-10T12:03:13", - "metadata": {}, - "name": "node1", - "physical_id": "f41537fa-22ab-4bea-94c0-c874e19d0c80", - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "role": null, - "status": "ACTIVE", - "status_reason": "Creation succeeded", - "updated_at": "2015-03-04T04:58:27", - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/node-update-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/node-update-request.json deleted file mode 100644 index b593bb7f8..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/node-update-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "node": { - "name": "new_node_name" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/node-update-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/node-update-response.json deleted file mode 100644 index 9d8f81ade..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/node-update-response.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "node": { - "action": "2366d440-c73e-4961-9254-6d1c3af7c167", - "cluster_id": null, - "created_at": null, - "data": {}, - "domain": null, - "id": "0df0931b-e251-4f2e-8719-4ebfda3627ba", - "index": -1, - "init_at": "2015-03-05T08:53:15", - "metadata": {}, - "name": "node009", - "physical_id": "", - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "role": "master", - "status": "ACTIVE", - "status_reason": "Update succeeded", - "updated_at": "2015-09-01T18:53:15", - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/nodes-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/nodes-list-response.json deleted file mode 100644 index 31c68e7f7..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/nodes-list-response.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "nodes": [ - { - "cluster_id": null, - "created_at": "2015-02-27T04:39:21", - "data": {}, - "details": {}, - "domain": null, - "id": "573aa1ba-bf45-49fd-907d-6b5d6e6adfd3", - "index": -1, - "init_at": "2015-02-27T04:39:18", - "metadata": {}, - "name": "node00a", - "physical_id": "cc028275-d078-4729-bf3e-154b7359814b", - "profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "profile_name": "mystack", - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "role": null, - "status": "ACTIVE", - "status_reason": "Creation succeeded", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policies-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policies-list-response.json deleted file mode 100644 index 6e87c214d..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policies-list-response.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "policies": [ - { - "created_at": "2015-02-15T08:33:13.000000", - "data": {}, - "domain": null, - "id": "7192d8df-73be-4e98-ab99-1cf6d5066729", - "name": "test_policy_1", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "description": "A test policy", - "properties": { - "criteria": "OLDEST_FIRST", - "destroy_after_deletion": true, - "grace_period": 60, - "reduce_desired_capacity": false - }, - "type": "senlin.policy.deletion", - "version": "1.0" - }, - "type": "senlin.policy.deletion-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-request.json deleted file mode 100644 index d610eedec..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-request.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "policy": { - "name": "sp001", - "spec": { - "properties": { - "adjustment": { - "min_step": 1, - "number": 1, - "type": "CHANGE_IN_CAPACITY" - }, - "event": "CLUSTER_SCALE_IN" - }, - "type": "senlin.policy.scaling", - "version": "1.0" - } - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-response.json deleted file mode 100644 index 4d9f6fcaf..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-create-response.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "policy": { - "created_at": "2015-03-02T07:40:31", - "data": {}, - "domain": null, - "id": "02f62195-2198-4797-b0a9-877632208527", - "name": "sp001", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "properties": { - "adjustment": { - "best_effort": true, - "min_step": 1, - "number": 1, - "type": "CHANGE_IN_CAPACITY" - }, - "event": "CLUSTER_SCALE_IN" - }, - "type": "senlin.policy.scaling", - "version": "1.0" - }, - "type": "senlin.policy.scaling-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-show-response.json deleted file mode 100644 index 4d9f6fcaf..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-show-response.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "policy": { - "created_at": "2015-03-02T07:40:31", - "data": {}, - "domain": null, - "id": "02f62195-2198-4797-b0a9-877632208527", - "name": "sp001", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "properties": { - "adjustment": { - "best_effort": true, - "min_step": 1, - "number": 1, - "type": "CHANGE_IN_CAPACITY" - }, - "event": "CLUSTER_SCALE_IN" - }, - "type": "senlin.policy.scaling", - "version": "1.0" - }, - "type": "senlin.policy.scaling-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json deleted file mode 100644 index 1691736f6..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-type-show-response.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "policy_type": { - "name": "senlin.policy.deletion", - "schema": { - "criteria": { - "constraints": [ - { - "constraint": [ - "OLDEST_FIRST", - "OLDEST_PROFILE_FRIST", - "YOUNGEST_FIRST", - "RANDOM" - ], - "type": "AllowedValues" - } - ], - "default": "RANDOM", - "description": "Criteria used in selecting candidates for deletion", - "required": false, - "type": "String" - }, - "destroy_after_deletion": { - "default": true, - "description": "Whether a node should be completely destroyed after deletion. Default to true", - "required": false, - "type": "Boolean" - }, - "grace_period": { - "default": 0, - "description": "Number of seconds before real deletion happens.", - "required": false, - "type": "Integer" - }, - "reduce_desired_capacity": { - "default": false, - "description": "Whether the desired capacity of the cluster should be reduced along the deletion. Default to false.", - "required": false, - "type": "Boolean" - } - } - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-types-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-types-list-response.json deleted file mode 100644 index 55aa80095..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-types-list-response.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "policy_types": [ - { - "name": "ScalingPolicy" - }, - { - "name": "PlacementPolicy" - }, - { - "name": "DeletionPolicy" - }, - { - "name": "LoadBalancingPolicy" - }, - { - "name": "HealthPolicy" - }, - { - "name": "UpdatePolicy" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-request.json deleted file mode 100644 index c1c489a2a..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "policy": { - "name": "new_name" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-response.json deleted file mode 100644 index 98f53d70b..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/policy-update-response.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "policy": { - "created_at": "2015-10-14T09:14:53", - "data": {}, - "domain": null, - "id": "ac5415bd-f522-4160-8be0-f8853e4bc332", - "name": "dp01", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "description": "A policy for node deletion.", - "properties": { - "criteria": "OLDEST_FIRST", - "destroy_after_deletion": true, - "grace_period": 60, - "reduce_desired_capacity": false - }, - "type": "senlin.policy.deletion", - "version": "1.0" - }, - "type": "senlin.policy.deletion-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-request.json deleted file mode 100644 index 669eaed9d..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-request.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "profile": { - "metadata": {}, - "name": "test_prof1", - "spec": { - "properties": { - "disable_rollback": false, - "environment": { - "resource_registry": { - "os.heat.server": "OS::Heat::Server" - } - }, - "files": { - "file:///usr/test_script.sh": "#!/bin/bash\n\necho \"this is a test script file\"\n" - }, - "parameters": {}, - "template": { - "heat_template_version": "2014-10-16", - "outputs": { - "result": { - "value": { - "get_attr": [ - "random", - "value" - ] - } - } - }, - "parameters": { - "file": { - "default": { - "get_file": "file:///usr/test_script.sh" - }, - "type": "string" - } - }, - "resources": { - "random": { - "properties": { - "length": 64 - }, - "type": "OS::Heat::RandomString" - } - } - }, - "timeout": 60 - }, - "type": "os.heat.stack", - "version": "1.0" - } - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-response.json deleted file mode 100644 index 094414993..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-create-response.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "profile": { - "created_at": "2015-03-01T14:28:25", - "domain": null, - "id": "7fa885cd-fa39-4531-a42d-780af95c84a4", - "metadata": {}, - "name": "test_prof1", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "properties": { - "disable_rollback": false, - "environment": { - "resource_registry": { - "os.heat.server": "OS::Heat::Server" - } - }, - "files": { - "file:///opt/stack/senlin/examples/profiles/test_script.sh": "#!/bin/bash\n\necho \"this is a test script file\"\n" - }, - "parameters": {}, - "template": { - "heat_template_version": "2014-10-16", - "outputs": { - "result": { - "value": { - "get_attr": [ - "random", - "value" - ] - } - } - }, - "parameters": { - "file": { - "default": { - "get_file": "file:///opt/stack/senlin/examples/profiles/test_script.sh" - }, - "type": "string" - } - }, - "resources": { - "random": { - "properties": { - "length": 64 - }, - "type": "OS::Heat::RandomString" - } - } - }, - "timeout": 60 - }, - "type": "os.heat.stack", - "version": "1.0" - }, - "type": "os.heat.stack-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profile-show-response.json deleted file mode 100644 index 82ed7e566..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-show-response.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "profile": { - "created_at": "2015-03-01T14:28:25", - "domain": null, - "id": "7fa885cd-fa39-4531-a42d-780af95c84a4", - "metadata": {}, - "name": "test_prof1", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "disable_rollback": false, - "environment": { - "resource_registry": { - "os.heat.server": "OS::Heat::Server" - } - }, - "files": { - "file:///opt/stack/senlin/examples/profiles/test_script.sh": "#!/bin/bash\n\necho \"this is a test script file\"\n" - }, - "parameters": {}, - "template": { - "heat_template_version": "2014-10-16", - "outputs": { - "result": { - "value": { - "get_attr": [ - "random", - "value" - ] - } - } - }, - "parameters": { - "file": { - "default": { - "get_file": "file:///opt/stack/senlin/examples/profiles/test_script.sh" - }, - "type": "string" - } - }, - "resources": { - "random": { - "properties": { - "length": 64 - }, - "type": "OS::Heat::RandomString" - } - }, - "timeout": 60 - }, - "type": "os.heat.stack", - "version": "1.0" - }, - "type": "os.heat.stack-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-type-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profile-type-show-response.json deleted file mode 100644 index d83707987..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-type-show-response.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "profile_type": { - "name": "os.heat.stack", - "schema": { - "context": { - "default": {}, - "description": "A dictionary for specifying the customized context for stack operations", - "required": false, - "type": "Map" - }, - "disable_rollback": { - "default": true, - "description": "A boolean specifying whether a stack operation can be rolled back.", - "required": false, - "type": "Boolean" - }, - "environment": { - "default": {}, - "description": "A map that specifies the environment used for stack operations.", - "required": false, - "type": "Map" - }, - "files": { - "default": {}, - "description": "Contents of files referenced by the template, if any.", - "required": false, - "type": "Map" - }, - "parameters": { - "default": {}, - "description": "Parameters to be passed to Heat for stack operations.", - "required": false, - "type": "Map" - }, - "template": { - "description": "Heat stack template.", - "required": true, - "type": "Map" - }, - "timeout": { - "description": "A integer that specifies the number of minutes that a stack operation times out.", - "required": false, - "type": "Integer" - } - } - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-types-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profile-types-list-response.json deleted file mode 100644 index f943bf521..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-types-list-response.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "profile_types": [ - { - "name": "os.heat.stack" - }, - { - "name": "os.heat.resource" - }, - { - "name": "os.nova.server" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-request.json deleted file mode 100644 index 8bd02f394..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-request.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "profile": { - "metadata": {}, - "name": null - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-response.json deleted file mode 100644 index 82ed7e566..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profile-update-response.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "profile": { - "created_at": "2015-03-01T14:28:25", - "domain": null, - "id": "7fa885cd-fa39-4531-a42d-780af95c84a4", - "metadata": {}, - "name": "test_prof1", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "disable_rollback": false, - "environment": { - "resource_registry": { - "os.heat.server": "OS::Heat::Server" - } - }, - "files": { - "file:///opt/stack/senlin/examples/profiles/test_script.sh": "#!/bin/bash\n\necho \"this is a test script file\"\n" - }, - "parameters": {}, - "template": { - "heat_template_version": "2014-10-16", - "outputs": { - "result": { - "value": { - "get_attr": [ - "random", - "value" - ] - } - } - }, - "parameters": { - "file": { - "default": { - "get_file": "file:///opt/stack/senlin/examples/profiles/test_script.sh" - }, - "type": "string" - } - }, - "resources": { - "random": { - "properties": { - "length": 64 - }, - "type": "OS::Heat::RandomString" - } - }, - "timeout": 60 - }, - "type": "os.heat.stack", - "version": "1.0" - }, - "type": "os.heat.stack-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/profiles-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/profiles-list-response.json deleted file mode 100644 index 6f46dbc7c..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/profiles-list-response.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "profiles": [ - { - "created_at": "2015-02-10T11:46:33.000000", - "domain": null, - "id": "edc63d0a-2ca4-48fa-9854-27926da76a4a", - "metadata": {}, - "name": "mystack", - "project": "42d9e9663331431f97b75e25136307ff", - "spec": { - "properties": { - "disable_rollback": false, - "environment": { - "resource_registry": { - "os.heat.server": "OS::Heat::Server" - } - }, - "files": { - "file:///opt/stack/senlin/examples/profiles/test_script.sh": "#!/bin/bash\n\necho \"this is a test script file\"\n" - }, - "name": "random_string_stack", - "parameters": {}, - "rollback": false, - "template": { - "heat_template_version": "2014-10-16", - "outputs": { - "result": { - "value": { - "get_attr": [ - "random", - "value" - ] - } - } - }, - "parameters": { - "file": { - "default": { - "get_file": "file:///opt/stack/senlin/examples/profiles/test_script.sh" - }, - "type": "string" - } - }, - "resources": { - "random": { - "properties": { - "length": 64 - }, - "type": "OS::Heat::RandomString" - } - } - }, - "timeout": 60 - }, - "type": "os.heat.stack", - "version": "1.0" - }, - "type": "os.heat.stack-1.0", - "updated_at": null, - "user": "5e5bf8027826429c96af157f68dc9072" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-request.json b/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-request.json deleted file mode 100644 index c78b95b9c..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-request.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "receiver": { - "action": "CLUSTER_SCALE_OUT", - "cluster_id": "cf99d754-3cdc-47f4-8a29-cd14f02f5436", - "name": "cluster_inflate", - "params": { - "count": "1" - }, - "type": "webhook" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-response.json deleted file mode 100644 index a8c8bb031..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-create-response.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "receiver": { - "action": "CLUSTER_SCALE_OUT", - "actor": { - "trust_id": [ - "6dc6d336e3fc4c0a951b5698cd1236d9" - ] - }, - "channel": { - "alarm_url": "http://node1:8778/v1/webhooks/e03dd2e5-8f2e-4ec1-8c6a-74ba891e5422/trigger?V=1&count=1" - }, - "cluster_id": "ae63a10b-4a90-452c-aef1-113a0b255ee3", - "created_at": "2015-06-27T05:09:43", - "domain": "Default", - "id": "573aa1ba-bf45-49fd-907d-6b5d6e6adfd3", - "name": "cluster_inflate", - "params": { - "count": "1" - }, - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "type": "webhook", - "updated_at": null, - "user": "b4ad2d6e18cc2b9c48049f6dbe8a5b3c" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-show-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-show-response.json deleted file mode 100644 index a8c8bb031..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/receiver-show-response.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "receiver": { - "action": "CLUSTER_SCALE_OUT", - "actor": { - "trust_id": [ - "6dc6d336e3fc4c0a951b5698cd1236d9" - ] - }, - "channel": { - "alarm_url": "http://node1:8778/v1/webhooks/e03dd2e5-8f2e-4ec1-8c6a-74ba891e5422/trigger?V=1&count=1" - }, - "cluster_id": "ae63a10b-4a90-452c-aef1-113a0b255ee3", - "created_at": "2015-06-27T05:09:43", - "domain": "Default", - "id": "573aa1ba-bf45-49fd-907d-6b5d6e6adfd3", - "name": "cluster_inflate", - "params": { - "count": "1" - }, - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "type": "webhook", - "updated_at": null, - "user": "b4ad2d6e18cc2b9c48049f6dbe8a5b3c" - } -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/receivers-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/receivers-list-response.json deleted file mode 100644 index 7cd65f4ed..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/receivers-list-response.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "receivers": [ - { - "action": "CLUSTER_SCALE_OUT", - "actor": { - "trust_id": [ - "6dc6d336e3fc4c0a951b5698cd1236d9" - ] - }, - "channel": { - "alarm_url": "http://node1:8778/v1/webhooks/e03dd2e5-8f2e-4ec1-8c6a-74ba891e5422/trigger?V=1&count=1" - }, - "cluster_id": "ae63a10b-4a90-452c-aef1-113a0b255ee3", - "created_at": "2015-06-27T05:09:43", - "domain": "Default", - "id": "573aa1ba-bf45-49fd-907d-6b5d6e6adfd3", - "name": "cluster_inflate", - "params": { - "count": "1" - }, - "project": "6e18cc2bdbeb48a5b3cad2dc499f6804", - "type": "webhook", - "updated_at": null, - "user": "b4ad2d6e18cc2b9c48049f6dbe8a5b3c" - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/samples/senlin-versions-list-response.json b/api-ref/src/wadls/clustering-api/src/v1/samples/senlin-versions-list-response.json deleted file mode 100644 index ed11f7456..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/samples/senlin-versions-list-response.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "versions": [ - { - "status": "CURRENT", - "id": "v1.0", - "links": [ - { - "href": "http://192.168.12.34:8778/v1/", - "rel": "self" - } - ] - } - ] -} diff --git a/api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl b/api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl deleted file mode 100644 index 37905cd53..000000000 --- a/api-ref/src/wadls/clustering-api/src/v1/wadl/clustering-api.wadl +++ /dev/null @@ -1,1630 +0,0 @@ - - - - %common; - - %common_project; -]> - - - - - - - - - - &profile_typeTemplateParameter; - - - - - - - &policy_typeTemplateParameter; - - - - - - - - &profile_idTemplateParameter; - - - - - - - - - - &policy_idTemplateParameter; - - - - - - - - - - &cluster_idTemplateParameter; - - - - - - - - - - &policy_idTemplateParameter; - - - - - - - - - - &node_idTemplateParameter; - - - - - - - - - - - - &action_idTemplateParameter; - - - - - - - - &receiver_idTemplateParameter; - - - - - - - &webhook_idTemplateParameter; - - - - - - - - - &event_idTemplateParameter; - - - - - - - - - - - - Lists information for all Clustering API versions. - - - - - - - - - - - - - - Lists clusters. - - - - - &limitMarkerReqParameter; - &sortQueryParameter; - &global_projectRequestParameter; - - - - Filters the response by a cluster name. Use this - filter multiple times to filter by multiple names. - - - - - - - Filters the response by a cluster status. Use this - filter multiple times to filter by multiple - statuses. - - - - - - - - - - - - - - List of cluster records. Each record contains - fields such as created_at, - id, name, - profile_id, size, - nodes, status, - status_reason, and so on. - - - - - - - - - - Creates a cluster. - - - - - - - - &createClusterRequestParameters; - - - - - - - - &actionLocationParameter; - - - - A map with the id, name, - status, and other fields for the - cluster. - - - - - - - - - - Shows details for a cluster. - - - - - - - - - - - - - - Updates a cluster. - - - - - - - - &updateClusterRequestParameters; - - - - - - - - &actionLocationParameter; - - - - A map with the id, name, - status, and other fields for the - cluster. - - - - - - - - - - Triggers an action on a cluster. - - - - - - - - The action to trigger. - - - Each action takes a different set of parameters. - - - Supported actions include: - - - - - add_nodes Add one or more - nodes, as a list, to a cluster. For - example: - - - - - - del_nodes Delete one or more - nodes, as a list, from a cluster. For example: - - - - - - scale_out Enlarge the cluster - by count number of nodes. For example: - - - - - - scale_in Shrink the cluster - by count number of nodes. For example: - - - - - - resize Change the size of the - cluster by adjustment_type, number, - min_step, min_size, max_size, or - strict values. For example: - - - - - - check Check the health status - of a cluster. For example: - - - - - - recover Recover a cluster from - its current unhealthy status. For example: - - - - - - - policy_attach Attach a policy - to a cluster. The request body contains - parameters for the policy attachment: - - - - - - policy_detach Detach a policy - from a cluster. The request body - contains the ID of the policy: - - - - - - policy_update Update the - policy attachment. Specify the policy ID and - property settings in the request body: - - - - - - - - - - - - - The Location response header contains the - action that the request initiates. - - - &actionLocationParameter; - - - - - - - Lists all policies for a cluster. - - - - - &sortQueryParameter; - - - - Filters the response by a policy enabled status on - the cluster. - - - - - - - - - - A cluster_policies list contains records - of cluster-policy bindings. Each record contains - cluster-related fields, the policy, and the binding - itself. - - - - - - - - - - Shows details for a policy for a cluster. - - - - - - - A cluster_policy map with keys such as - cluster_id, policy_id, - policy_type , and so on. The key values - are attributes for the policy that is attached to the - cluster. - - - - &ClusterPoliciesResponseParameters; - - - &fault400; - &fault401; - &fault404; - - - - - Deletes a cluster. - - - - - - - The Location response header contains the - action that the request triggered. - - - &actionLocationParameter; - - - - - - - Lists supported profile types. - - - - - - - A list of supported profile types. - - - - - - - - - - Shows details for a profile type. - - - - - - - - - - - - - - Lists all supported policy types. - - - - - - - A list of supported policy types. - - - - &policy_typesResponseParameter; - - - - - - - Shows details for a policy type. - - - - - - - - - - - - - - Lists all profiles. - - - - - &limitMarkerReqParameter; - &sortQueryParameter; - &global_projectRequestParameter; - - - - Filters the response by the name of a profile. - - - - - - - Filters the response by the type of a profile. - - - - - - - Filters the response by a metadata key and value pair. - - - - - - - - - - - - - - Profile records. Each record contains the - id, name, - type, spec, - metadata, and other fields. - - - - - - - - - - Creates a profile. - - - - - - - - &createProfileRequestParameters; - - - - - - - - &resourceLocationParameter; - - - - A dictionary with profile details. - - - Profile create response - - - id An unique ID for the profile. - - - - - name Name for the profile. - - - - - type Name of policy type - referenced by the profile. - - - - - spec Detailed specification - based on the profile type. - - - - - metadata A list of key and - value pairs that are attached to the - profile. - - - - - created_at The UTC date and - time stamp when the profile was created. - - - - - updated_at The UTC date and - time stamp when the profile was updated. - - - - - domain The ID of the domain to which the profile belongs. - - - - - project The ID of the project to which the profile belongs. - - - - - user The ID of the user who created the profile. - - - - - - - - - - - - Shows details for a profile. - - - - - - - A profile record. Contains fields such as - id, name, type, - spec, metadata, and so on. - - - - - - - - - - Updates a profile. - - - - - - - - - - - New name for the target profile. - - - - - - - A list of key and value pairs to associate with - the target profile. - - - - - - - - - - A profile record. Contains fields such as - id, name, type, - spec, metadata, and so on. - - - - - - - - - - Deletes a profile. - - - - - - - - Lists all policies. - - - - - &limitMarkerReqParameter; - &sortQueryParameter; - &global_projectRequestParameter; - - - - Filters the response by the name of a policy. - - - - - - - Filters the response by the type of a policy. - - - - - - - - - - - - - - List of policy records. Each record contains - fields such as id, name, - type, spec, and so - on. - - - - - - - - - - Creates a policy. - - - - - - - - - - - A map with keys and values that specify the - details for the policy to be created: - - - - &createPolicyRequestParameters; - - - - - - - - &resourceLocationParameter; - - - - A map with a set of keys and values that - provides the details of the policy. - - - Policy create response - - - id An unique ID for the newly created policy. - - - - - name Name for the newly created policy. - - - - - type Name of policy type referenced by the policy. - - - - - spec Detailed specification based on the policy type. - - - - - created_at The UTC date and - time stamp when the policy was created. - - - - - updated_at The UTC date and - time stamp when the policy was updated. - - - - - domain The ID of the domain to which the profile belongs. - - - - - project The ID of the project to which the profile belongs. - - - - - user The ID of the user who created the profile. - - - - - - - - - - - - Shows details for a policy. - - - - - - - A policy record with fields such as id, - name, type, - spec, created_at, - updated_at, and so on. - - - - - - - - - - Updates a policy. - - - - - - - - - - - A map with a set of key and value pairs that - specify the details of the policy: - - - Policy body - - - name Name for the policy, if specified. - - - - - - - - - - - - A policy record that includes fields such as - id, name, type, - spec, created_at, - updated_at, and so on. - - - - - - - - - - Deletes a policy. - - - - - - - - Lists all nodes. - - - - - &limitMarkerReqParameter; - &sortQueryParameter; - &global_projectRequestParameter; - - - - Filters the response by the cluster that owns a node. - - - - - - - Filters the response by the name of a node. - - - - - - - Filters the response by the status of a node. - - - - - - - - - - - - - - List of node records. Each record contains fields - such as id, cluster_id, - name, physical_id, - profile_id, - created_at, index, - status, status_reason, - metadata, updated_at, - and so on. - - - - - - - - - - Creates a node. - - - - - - - - &createNodeRequestParameters; - - - - - - - - &actionLocationParameter; - - - - Detailed data for the node, such as - id, name, - status, and so on. - - - - - - - - - - Updates a node. - - - - - - - - - - A map with detailed data for the node. - - Node update request body - - - name New name for the node (optional). - - - - - profile_id Name, ID, or short ID of the new - profile to use by the node. The new profile has to have - the same profile type as that of the node (optional). - - - - - role The new role this node - plays in a cluster (optional). - - - - - metadata A list of key-value pairs to attach to - the updated node (optional). - - - - - - - - - - - - - &actionLocationParameter; - - - - Detailed data for the node such as - id, name, - status, and so on. - - - - - - - - - - Deletes a node. - - - - - - - The Location response header contains the - action that the request initiated. - - - &actionLocationParameter; - - - - - - Shows data for a node. - - - - - - - Indicates whether the node details are returned. - Default is false. - - - - - - - - - - A node record. Each record contains fields such as - id, cluster_id, - name, physical_id, - profile_id, created_at, - index, status, - status_reason, metadata, - updated_at, and so on. - - - - - - - - - - Triggers an action on a node. - - - - - - - - The action to trigger. - - - Each action takes a different set of parameters. - - - Supported actions include: - - - - - check Check the health status - of a node. For example: - - - - - - recover Recover a node from - its current unhealthy status. For example: - - - - - - - - - - - - - The Location response header contains the - action that the request initiates. - - - &actionLocationParameter; - - - - - - - Lists all receivers. - - - - - &limitMarkerReqParameter; - &sortQueryParameter; - &global_projectRequestParameter; - - - - Filters the response by the name of a receiver. - - - - - - - Filters the response by the type of a receiver. - - - - - - - Filters the response by the user name of a receiver. - - - - - - - Filters the response by the ID of the targeted cluster of a receiver. - - - - - - - Filters the response by the targeted action of a receiver. - - - - - - - - - - List of receiver records. Each record contains - fields such as id, name, - user, project>, - domain, cluster_id, - type, action, - actor, params, - created_at and - updated_at, and so on. - - - - - - - - - - Creates a receiver. - - - - - - - - - - - A map with detailed data for the receiver. - - - Receiver Create Request Body - - - name Name for the receiver (optional). - - - - - cluster_id Name, ID, or short ID of the object targeted - by the receiver (required). - - - - - type The type of the receiver where the only - valid value is webhook currently (required). - - - - - action The action to initiate - when the receiver is triggered. A valid - value should be the name of an action that - can be applied on a cluster. - - - - - actor A map of key and value - pairs to use for authentication. If - omitted, the requester is assumed to be the - actor (optional). - - - - - params A map of key and value - pairs to use for action creation. Some - actions might require certain input - parameters (optional). - - - - - - - - - - - - - &resourceLocationParameter; - - - - The receiver details, such as id, - name, action, and so on. - - - - - - - - - - Shows details for a receiver. - - - - - - - A receiver record. The record includes fields such as - id, name, type, - cluster_id, action, - actor, params, - channel, - created_at, updated_at, - user, project, - domain, and so on. - - - - - - - - - - Deletes a receiver. - - - - - - - - Triggers a webhook receiver. - - - - - - - - The webhook implementation version requested. - - - - - - - The query string that forms the inputs to use for - the targeted action. - - - - - - - - - - The Location response header contains the - action that the request initiated. - - - &actionLocationParameter; - - - - - - - Lists events. - - - - - &limitMarkerReqParameter; - &sortQueryParameter; - &global_projectRequestParameter; - - - - Filters the response by the object ID for an event. - Use this filter multiple times to filter by multiple objects. - - - - - - - Filters the response by the type of object - associated with an event. Use this filter multiple - times to filter by multiple objects. A valid value - is CLUSTER or NODE. - - - - - - - Filters the response by the name of object - associated with an event. Use this filter multiple - times to filter by multiple objects. - - - - - - - Filters the response by the cluster ID associated - with an event. Use this filter multiple times to - filter by multiple clusters. - - - - - - - Filters the response by the action name associated - with an event. Use this filter multiple times to - filter by multiple actions. - - - - - - - - - - - - - - - - - Shows details for an event. - - - - - - - An event map, which contains the details - of an event such as TIMESTAMP or - LEVEL. - - - - - - - - - - Lists all actions. - - - - - &limitMarkerReqParameter; - &sortQueryParameter; - &global_projectRequestParameter; - - - - Filters the response by an action name. Use this - filter multiple times to filter by multiple names. - - - - - - - Filters the response by the targeted object ID - that is associated with an action. An object can be a - cluster, a node, and so on. Use this filter - multiple times to filter by multiple targets. - - - - - - - Filters the response by an action name. Use this - filter multiple times to filter by multiple names. - - - - - - - - - - An actions list that contains all records - that meet the criteria. Each record provides detailed - data about an action. - - - - - - - - - - Shows details for an action. - - - - - - - An action map. Contains fields such as id, - action, and so on. - - - - - - - - - - Shows build information for a Senlin deployment. - - - - - - - - - - -