Worker message example correction.

Change-Id: I907e3e6fb61123fd57330dd4baab97d1108a6a37
This commit is contained in:
David Shrewsbury 2013-04-03 14:19:04 -04:00
parent c38fbe1557
commit cb7f4236f9

View File

@ -239,7 +239,7 @@ Example Request
{ {
"hpcs_action": "ARCHIVE", "hpcs_action": "ARCHIVE",
"hpcs_object_store_basepath": "lbaaslogs", "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_token": "MY_AUTH_TOKEN",
"hpcs_object_store_type": "swift", "hpcs_object_store_type": "swift",
"loadbalancers": [ "loadbalancers": [
@ -259,7 +259,7 @@ Example Response
{ {
"hpcs_action": "ARCHIVE", "hpcs_action": "ARCHIVE",
"hpcs_object_store_basepath": "lbaaslogs", "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_token": "MY_AUTH_TOKEN",
"hpcs_object_store_type": "swift", "hpcs_object_store_type": "swift",
"loadbalancers": [ "loadbalancers": [
@ -268,7 +268,7 @@ Example Response
"name": "lb #1", "name": "lb #1",
"protocol": "HTTP" "protocol": "HTTP"
} }
] ],
"hpcs_response": "FAIL", "hpcs_response": "FAIL",
"hpcs_error": "Some error string explaining the failure." "hpcs_error": "Some error string explaining the failure."
} }