From cb7f4236f92c673cbc7973f5d7657aba64eaa065 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Wed, 3 Apr 2013 14:19:04 -0400 Subject: [PATCH] Worker message example correction. Change-Id: I907e3e6fb61123fd57330dd4baab97d1108a6a37 --- doc/worker/messages.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/worker/messages.rst b/doc/worker/messages.rst index 026912f3..dbd759a7 100644 --- a/doc/worker/messages.rst +++ b/doc/worker/messages.rst @@ -239,7 +239,7 @@ Example Request { "hpcs_action": "ARCHIVE", "hpcs_object_store_basepath": "lbaaslogs", - "hpcs_object_store_endpoint": "https://example.com/v1/80074562416143", + "hpcs_object_store_endpoint": "https://example.com/v1/100", "hpcs_object_store_token": "MY_AUTH_TOKEN", "hpcs_object_store_type": "swift", "loadbalancers": [ @@ -259,7 +259,7 @@ Example Response { "hpcs_action": "ARCHIVE", "hpcs_object_store_basepath": "lbaaslogs", - "hpcs_object_store_endpoint": "https://example.com/v1/80074562416143", + "hpcs_object_store_endpoint": "https://example.com/v1/100", "hpcs_object_store_token": "MY_AUTH_TOKEN", "hpcs_object_store_type": "swift", "loadbalancers": [ @@ -268,7 +268,7 @@ Example Response "name": "lb #1", "protocol": "HTTP" } - ] + ], "hpcs_response": "FAIL", "hpcs_error": "Some error string explaining the failure." }