diff options
author | Taka Cho <tc012c@att.com> | 2018-09-02 13:43:49 -0400 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-03 00:57:04 +0000 |
commit | a7a427af6c792dfb2459bc19806a9b08fd315e9f (patch) | |
tree | 0d878de1932a2b47211a6bca74a47859c0e3d563 /docs | |
parent | 98e9551687348d7c485eeda306d63350d2faaef3 (diff) |
fix the wrong LCM in doc
fix the outdated LCM API in APPC LCM API
document
Change-Id: I089540ce70fb311718a0ad1651cc1a86c19a544b
Issue-ID: APPC-1184
Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/APPC LCM API Guide/APPC LCM API Guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/APPC LCM API Guide/APPC LCM API Guide.rst b/docs/APPC LCM API Guide/APPC LCM API Guide.rst index 3015bc799..45cb04764 100644 --- a/docs/APPC LCM API Guide/APPC LCM API Guide.rst +++ b/docs/APPC LCM API Guide/APPC LCM API Guide.rst @@ -997,7 +997,7 @@ A successful ConfigBackup request returns a success response. A failed ConfigBackup action returns a failure response code and the specific failure message in the response block. +------------------------------+-----------------------------------------------------------+ -| **Target URL** | /restconf/operations/appc-provider-lcm:configbackup | +| **Target URL** | /restconf/operations/appc-provider-lcm:config-backup | +------------------------------+-----------------------------------------------------------+ | **Action** | ConfigBackup | +------------------------------+-----------------------------------------------------------+ @@ -1799,7 +1799,7 @@ A successful StopApplication request returns a success response. A failed StopApplication action returns a failure response code and the specific failure message in the response block. +------------------------------+--------------------------------------------------------------+ -| **Target URL** | /restconf/operations/appc-provider-lcm:stopapplication | +| **Target URL** | /restconf/operations/appc-provider-lcm:stop-application | +------------------------------+--------------------------------------------------------------+ | **Action** | StopApplication | +------------------------------+--------------------------------------------------------------+ |