Microsoft Azure API Management · Arazzo Workflow
Azure API Management Define API Operation
Version 1.0.0
Confirm an API exists, add an operation to it, then list the API's operations.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
define-api-operation
Add an operation to an API and confirm it.
Confirms the API exists, creates an operation with a method and URL template, then lists the API's operations to verify.
1
getApi
Api_Get
Read the API to confirm it exists before adding an operation.
2
createOperation
ApiOperation_CreateOrUpdate
Create or update the operation with a display name, HTTP method, and URL template.
3
listOperations
ApiOperation_ListByApi
List the API's operations to confirm the new operation is present.