File tree 1 file changed +0
-45
lines changed
1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -2344,51 +2344,6 @@ paths:
2344
2344
type : aws_proxy
2345
2345
uri :
2346
2346
' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderExecutionsHistoryFunction.Arn}:responderQueryExecutionsHistory/invocations'
2347
- ' /v1/{account_id}/executions/history/{type}/{id} ' :
2348
- parameters :
2349
- - schema :
2350
- type : string
2351
- name : account_id
2352
- in : path
2353
- required : true
2354
- description : AIMS Account ID
2355
- - schema :
2356
- type : string
2357
- enum :
2358
- - playbook
2359
- - task
2360
- - action
2361
- name : type
2362
- in : path
2363
- required : true
2364
- description : Execution Type
2365
- - schema :
2366
- type : string
2367
- name : id
2368
- in : path
2369
- required : true
2370
- description : Execution ID
2371
- get :
2372
- summary : Get Execution Record
2373
- tags : []
2374
- responses :
2375
- ' 200 ' :
2376
- description : OK
2377
- content :
2378
- application/json :
2379
- schema :
2380
- oneOf :
2381
- - $ref : ' #/components/schemas/TaskExecutionRecord'
2382
- - $ref : ' #/components/schemas/PlaybookExecutionRecord'
2383
- operationId : get_execution_record
2384
- description : Get Execution Record for a specific Execution Type
2385
- security :
2386
- - aims_request_authorizer : []
2387
- x-amazon-apigateway-integration :
2388
- httpMethod : POST
2389
- type : aws_proxy
2390
- uri :
2391
- ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderGetExecutionRecordFunction.Arn}:responderGetExecutionRecord/invocations'
2392
2347
' /v1/{account_id}/inquiries/history ' :
2393
2348
parameters :
2394
2349
- schema :
You can’t perform that action at this time.
0 commit comments