From 4fe722abcf88671bd0800adf0dd32efb5a3d34e2 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 5 Sep 2012 11:33:49 -0700 Subject: Add ServerStartStop extension API test Change-Id: I1671805e10ebc9c5d8037f67b78c47fbf8373ce9 --- doc/api_samples/os-server-start-stop/server_start_stop.json | 3 +++ doc/api_samples/os-server-start-stop/server_start_stop.xml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 doc/api_samples/os-server-start-stop/server_start_stop.json create mode 100644 doc/api_samples/os-server-start-stop/server_start_stop.xml (limited to 'doc') diff --git a/doc/api_samples/os-server-start-stop/server_start_stop.json b/doc/api_samples/os-server-start-stop/server_start_stop.json new file mode 100644 index 000000000..7fdb5fd30 --- /dev/null +++ b/doc/api_samples/os-server-start-stop/server_start_stop.json @@ -0,0 +1,3 @@ +{ + "os-stop" : null +} \ No newline at end of file diff --git a/doc/api_samples/os-server-start-stop/server_start_stop.xml b/doc/api_samples/os-server-start-stop/server_start_stop.xml new file mode 100644 index 000000000..69aac4af4 --- /dev/null +++ b/doc/api_samples/os-server-start-stop/server_start_stop.xml @@ -0,0 +1,2 @@ + + -- cgit