Merge "Update actions-v2 api-ref"

This commit is contained in:
Zuul 2018-10-29 01:47:30 +00:00 committed by Gerrit Code Review
commit 7cee3bc4d0
4 changed files with 16 additions and 7 deletions

View File

@ -157,6 +157,7 @@ Response Parameters
- max_retries: max_retries
- max_retries_interval: max_retries_interval
- user_id: user_id
- project_id: project_id
- action_id: action_id
Response Example

View File

@ -176,6 +176,14 @@ max_retries_interval:
The time that freezer should wait between diferrent retrials to execute
the action.
project_id:
type: string
in: body
required: true
description: |
The UUID of the project. A project was also known as
a tenant.
result:
type: string
in: body

View File

@ -14,6 +14,6 @@
"_version": 1,
"max_retries": 5,
"user_id": "0cd44caf6db5486b94a04b33256a5ff4",
"action_id": "1fc414f091b84263b45d7e1f1f85e5bf",
"project_id": "752d8bd43d654e7a840bbfda77ce41af"
}
"project_id": "752d8bd43d654e7a840bbfda77ce41af",
"action_id": "1fc414f091b84263b45d7e1f1f85e5bf"
}

View File

@ -17,8 +17,8 @@
"max_retries": 5,
"max_retries_interval": 6,
"user_id": "0cd44caf6db5486b94a04b33256a5ff4",
"action_id": "061f7657350a4bddbfabf8d2a25dad96",
"project_id": "752d8bd43d654e7a840bbfda77ce41af"
"project_id": "752d8bd43d654e7a840bbfda77ce41af",
"action_id": "061f7657350a4bddbfabf8d2a25dad96"
},
{
"freezer_action":
@ -37,8 +37,8 @@
"max_retries": 5,
"max_retries_interval": 6,
"user_id": "0cd44caf6db5486b94a04b33256a5ff4",
"action_id": "317f8bc1fbbe49819d1b60f4b4387e63",
"project_id": "752d8bd43d654e7a840bbfda77ce41af"
"project_id": "752d8bd43d654e7a840bbfda77ce41af",
"action_id": "317f8bc1fbbe49819d1b60f4b4387e63"
}
]
}