openapi: 3.0.3 info: title: Azure API Management Gateway AI GatewayCertificateAuthority API description: The AI gateway capabilities in Azure API Management provide specialized features for managing, securing, and observing AI backend APIs including Azure OpenAI, OpenAI-compatible LLMs, MCP servers, and A2A agent APIs. Includes token rate limiting, semantic caching, load balancing across AI backends, and content safety enforcement. version: '2024-05-01' contact: name: Microsoft Azure url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities servers: - url: https://{service-name}.azure-api.net tags: - name: GatewayCertificateAuthority paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/certificateAuthorities : get: summary: Microsoft Azure API Management GatewayCertificateAuthority_ListByService operationId: GatewayCertificateAuthority_ListByService description: Lists the collection of Certificate Authorities for the specified Gateway entity. responses: '200': description: Success tags: - GatewayCertificateAuthority ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/gateways/{gatewayId}/certificateAuthorities/{certificateId} : head: summary: Microsoft Azure API Management GatewayCertificateAuthority_GetEntityTag operationId: GatewayCertificateAuthority_GetEntityTag description: Checks if Certificate entity is assigned to Gateway entity as Certificate Authority. responses: '200': description: Success tags: - GatewayCertificateAuthority get: summary: Microsoft Azure API Management GatewayCertificateAuthority_Get operationId: GatewayCertificateAuthority_Get description: Get assigned Gateway Certificate Authority details. responses: '200': description: Success tags: - GatewayCertificateAuthority put: summary: Microsoft Azure API Management GatewayCertificateAuthority_CreateOrUpdate operationId: GatewayCertificateAuthority_CreateOrUpdate description: Assign Certificate entity to Gateway entity as Certificate Authority. responses: '200': description: Success tags: - GatewayCertificateAuthority delete: summary: Microsoft Azure API Management GatewayCertificateAuthority_Delete operationId: GatewayCertificateAuthority_Delete description: Remove relationship between Certificate Authority and Gateway entity. responses: '200': description: Success tags: - GatewayCertificateAuthority externalDocs: description: Documentation url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities x-generated-from: documentation