
This is the first step towards moving API ref/docs to https://docs.openstack.org/api The `conf.py` file is a copy of the file from `doc/source` and all the other files simply need moving to the new location. Change-Id: I9ecf84b53274d9b86f05800fc9816de275f3e9c5
57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
path_scope_id:
|
|
in: path
|
|
description: |
|
|
The scope ID to retrieve.
|
|
type: string
|
|
required: true
|
|
|
|
limit:
|
|
in: query
|
|
description: |
|
|
For pagination. The maximum number of results to return.
|
|
type: int
|
|
required: false
|
|
|
|
offset:
|
|
in: query
|
|
description: |
|
|
For pagination. The index of the first element that should be returned.
|
|
type: int
|
|
required: false
|
|
|
|
scope_ids_query: &scope_ids_query
|
|
in: query
|
|
description: |
|
|
The scope IDs one wants to retrieve the reprocessing tasks of. If not
|
|
informed, all reprocessing tasks, for all scopes are retrieved.
|
|
required: false
|
|
type: string
|
|
|
|
end_reprocess_time:
|
|
in: body
|
|
description: |
|
|
The end date for the reprocessing task.
|
|
type: iso8601 timestamp
|
|
required: true
|
|
|
|
reason:
|
|
in: body
|
|
description: |
|
|
The reason for the reprocessing to take place.
|
|
type: string
|
|
required: true
|
|
|
|
scope_ids:
|
|
<<: *scope_ids_query
|
|
in: body
|
|
description: |
|
|
The scope IDs to reprocess. Must be comma-separated to schedule more than one.
|
|
required: true
|
|
|
|
start_reprocess_time:
|
|
in: body
|
|
description: |
|
|
The start date for the reprocessing task.
|
|
type: iso8601 timestamp
|
|
required: true
|