/v2.1/{tenant_id}/os-services/detail not exist

it's not enabled, instead user need to use
/v2.1/{tenant_id}/os-services to get all service info

Change-Id: Ifb075a5b3c7f005034fb4a8f9029c090b7541ac4
Partial-Bug: #1515222
This commit is contained in:
jichenjc 2015-11-23 16:52:47 +08:00 committed by Diane Fleming
parent ffebf13092
commit 2daa7d811b
1 changed files with 4 additions and 36 deletions

View File

@ -19,9 +19,6 @@
&tenantIdRequestParameter;
<resource id="os-services" path="os-services">
<method href="#listServices"/>
<resource path="detail" id="detail">
<method href="#getDisableReasonDetail"/>
</resource>
<resource path="enable" id="enable">
<method href="#enableScheduling"/>
</resource>
@ -43,37 +40,8 @@
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
title="List services">
<para role="shortdesc">
Lists all services for a tenant. Includes reasons,
if available, for why any disabled services were disabled.
</para>
</wadl:doc>
<response status="200">
<representation mediaType="application/json">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<xsdxt:code
href="../api_samples/os-services/services-list-get-resp.json"
/>
</wadl:doc>
&servicesResponseParameter;
&serviceIdResponseParameter;
&binaryRequestParameter;
&disabled_reasonRequestParameter;
&hostRequestParameter;
&serviceStateResponseParameter;
&forced_downResponseParameter;
&serviceStatusResponseParameter;
&service-updated_at-ResponseParameter;
&zoneResponseParameter;
</representation>
</response>
</method>
<method name="GET" id="getDisableReasonDetail">
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
title="List disabled services">
<para role="shortdesc">
Lists disabled services for a tenant. Includes
reasons, if available, for why disabled services were disabled.
Lists all services for a tenant. Includes reasons, if
available, for why any services were disabled.
</para>
</wadl:doc>
<response status="200">
@ -215,8 +183,8 @@
<wadl:doc xml:lang="EN" xmlns="http://docbook.org/ns/docbook"
title="Force down service">
<para role="shortdesc">
Forces down a service or unsets the forced-down
state of a service.
Forces down a service or unsets the forced-down state of a
service.
</para>
<para>
Specify the service by its host name and binary name.