List scenarios.
Optional. The maximum number of scenarios to return. The service may return fewer than this value. If unspecified, the server will decide the number of scenarios to return.
Optional. A page token received from a previous ListScenarios
call. Provide this to retrieve the subsequent page of results.
curl -i -X GET \ 'https://docs.bndry.net/_mock/apis/openapi/request/v1alpha/scenarios?page_size=0&page_token=string&show_deleted=true' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "scenarios": [ { … } ], "next_page_token": "string" }
curl -i -X GET \ 'https://docs.bndry.net/_mock/apis/openapi/request/v1alpha/scenarios/{scenario}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
OK
The TTL for an RFI based on this scenario, relative to when the RFI is created.
If not set, the RFI will not expire.
The JSON schema that the input for an RFI based on this scenario must adhere to.
Unstructured key-value pairs that can be used to store and retrieve arbitrary metadata related to the scenario.
Annotations are intended for client-side usage. They are not used by the server except for size or character set validation as defined in AIP-148
{ "name": "string", "uid": "string", "display_name": "string", "rfi_ttl": "string", "rfi_input_json_schema": {}, "annotations": { "property1": "string", "property2": "string" }, "create_time": "2019-08-24T14:15:22Z", "update_time": "2019-08-24T14:15:22Z", "delete_time": "2019-08-24T14:15:22Z", "etag": "string" }
curl -i -X DELETE \ 'https://docs.bndry.net/_mock/apis/openapi/request/v1alpha/scenarios/{scenario}?etag=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
curl -i -X POST \ 'https://docs.bndry.net/_mock/apis/openapi/request/v1alpha/scenarios/{scenario}:undelete' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'Content-Type: application/json' \ -d '{ "name": "string", "etag": "string" }'
OK
The TTL for an RFI based on this scenario, relative to when the RFI is created.
If not set, the RFI will not expire.
The JSON schema that the input for an RFI based on this scenario must adhere to.
Unstructured key-value pairs that can be used to store and retrieve arbitrary metadata related to the scenario.
Annotations are intended for client-side usage. They are not used by the server except for size or character set validation as defined in AIP-148
{ "name": "string", "uid": "string", "display_name": "string", "rfi_ttl": "string", "rfi_input_json_schema": {}, "annotations": { "property1": "string", "property2": "string" }, "create_time": "2019-08-24T14:15:22Z", "update_time": "2019-08-24T14:15:22Z", "delete_time": "2019-08-24T14:15:22Z", "etag": "string" }