UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 61.4 kB
{"openapi":"3.0.0","info":{"title":"LogicAppsManagementClient","version":"2016-06-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/web/resource-manager/Microsoft.Web/stable/2016-06-01/logicAppsManagementClient.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"web-logicAppsManagementClient","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/providers/Microsoft.Web/connectionGateways":{"get":{"description":"Gets a list of gateways under a subscription","operationId":"ConnectionGateways_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The gateway definitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayDefinitionCollection"},"examples":{"List all connection gateways":{"$ref":"#/components/examples/List_all_connection_gateways"}}}}}},"summary":"Lists all of the connection gateways","tags":["Connection Gateways"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Web/customApis":{"get":{"description":"Gets a list of all custom APIs for a subscription id","operationId":"CustomApis_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/pageSizeParameter"},{"$ref":"#/components/parameters/skipTokenParameter"}],"responses":{"200":{"description":"A list of custom APIs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomApiDefinitionCollection"},"examples":{"List all custom APIs":{"$ref":"#/components/examples/List_all_custom_APIs"}}}}}},"summary":"List of custom APIs","tags":["Custom APIs"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/connectionGatewayInstallations":{"get":{"description":"Gets a list of installed gateways that the user is an admin of, in a specific subscription and at a certain location","operationId":"ConnectionGatewayInstallations_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The gateway installations","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayInstallationDefinitionCollection"},"examples":{"List all installations in a region":{"$ref":"#/components/examples/List_all_installations_in_a_region"}}}}}},"summary":"Gets a list of installed gateways that the user is an admin of","tags":["Connection Gateways"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/connectionGatewayInstallations/{gatewayId}":{"get":{"description":"Get a specific installed gateway that the user is an admin of, in a specific subscription and at a certain location","operationId":"ConnectionGatewayInstallations_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/gatewayIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The gateway installation","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayInstallationDefinition"},"examples":{"Get a specific gateway installation":{"$ref":"#/components/examples/Get_a_specific_gateway_installation"}}}}}},"summary":"Gets an installed gateway that the user is an admin of","tags":["Connection Gateways"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/extractApiDefinitionFromWsdl":{"post":{"description":"Parses the specified WSDL and extracts the API definition","operationId":"CustomApis_ExtractApiDefinitionFromWsdl","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/WsdlDefinition"},"responses":{"200":{"description":"Swagger of the API extracted from the WSDL","content":{"application/json":{"schema":{},"examples":{"Extract definition from WSDL":{"$ref":"#/components/examples/Extract_definition_from_WSDL"}}}}}},"summary":"Returns API definition from WSDL","tags":["Custom APIs"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/listWsdlInterfaces":{"post":{"description":"This returns the list of interfaces in the WSDL","operationId":"CustomApis_ListWsdlInterfaces","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/WsdlDefinition"},"responses":{"200":{"description":"A list of interfaces","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WsdlServiceCollection"},"examples":{"List the WSDL interfaces":{"$ref":"#/components/examples/List_the_WSDL_interfaces"}}}}}},"summary":"Lists WSDL interfaces","tags":["Custom APIs"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/managedApis":{"get":{"description":"Gets a list of managed APIs","operationId":"ManagedApis_List","parameters":[{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"A list of managed APIs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagedApiDefinitionCollection"},"examples":{"List all managed APIs":{"$ref":"#/components/examples/List_all_managed_APIs"}}}}}},"summary":"Lists managed APIs","tags":["Managed APIs"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/managedApis/{apiName}":{"get":{"description":"Gets a managed API","operationId":"ManagedApis_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/locationParameter"},{"$ref":"#/components/parameters/apiNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"A managed API definition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ManagedApiDefinition"},"examples":{"Get a managed API":{"$ref":"#/components/examples/Get_a_managed_API"}}}}}},"summary":"Gets managed API","tags":["Managed APIs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connectionGateways":{"get":{"description":"Gets a list of gateways under a subscription and in a specific resource group","operationId":"ConnectionGateways_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The gateway definitions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayDefinitionCollection"},"examples":{"List all connection gateways":{"$ref":"#/components/examples/List_all_connection_gateways"}}}}}},"summary":"Lists all of the connection gateways","tags":["Connection Gateways"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connectionGateways/{connectionGatewayName}":{"delete":{"description":"Deletes a specific gateway for under a subscription and in a specific resource group","operationId":"ConnectionGateways_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionGatewayNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the connection gateway"},"204":{"description":"No connection gateway to delete"}},"summary":"Deletes a specific gateway","tags":["Connection Gateways"]},"get":{"description":"Gets a specific gateway under a subscription and in a specific resource group","operationId":"ConnectionGateways_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionGatewayNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"The gateway definition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayDefinition"},"examples":{"Get the connection gateway definition":{"$ref":"#/components/examples/Get_the_connection_gateway_definition"}}}}}},"summary":"Gets a specific gateway","tags":["Connection Gateways"]},"patch":{"description":"Updates a connection gateway's tags","operationId":"ConnectionGateways_Update","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionGatewayNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/ConnectionGatewayDefinition"},"responses":{"200":{"description":"The gateway definition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayDefinition"},"examples":{"Update a connection gateway's tags":{"$ref":"#/components/examples/Update_a_connection_gateway_s_tags"}}}}}},"summary":"Updates a specific gateway","tags":["Connection Gateways"]},"put":{"description":"Creates or updates a specific gateway for under a subscription and in a specific resource group","operationId":"ConnectionGateways_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionGatewayNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/ConnectionGatewayDefinition"},"responses":{"200":{"description":"The updated gateway definition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayDefinition"},"examples":{"Replace a connection gateway definition":{"$ref":"#/components/examples/Replace_a_connection_gateway_definition"}}}}},"201":{"description":"The newly created gateway definition","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayDefinition"},"examples":{"Replace a connection gateway definition":{"$ref":"#/components/examples/Replace_a_connection_gateway_definition"}}}}}},"summary":"Replaces a specific gateway","tags":["Connection Gateways"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connections":{"get":{"description":"Gets a list of connections","operationId":"Connections_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/pageSizeParameter"},{"$ref":"#/components/parameters/filterParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"A list of API connection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiConnectionDefinitionCollection"},"examples":{"List all connections":{"$ref":"#/components/examples/List_all_connections"}}}}}},"summary":"Get all connections","tags":["Connections"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connections/{connectionName}":{"delete":{"description":"Deletes a connection","operationId":"Connections_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the connection"},"204":{"description":"No connection to delete"}},"summary":"Delete an existing connection","tags":["Connections"]},"get":{"description":"Get a specific connection","operationId":"Connections_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"An API connection","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiConnectionDefinition"},"examples":{"Get a connection":{"$ref":"#/components/examples/Get_a_connection"}}}}}},"summary":"Get a connection","tags":["Connections"]},"patch":{"description":"Updates a connection's tags","operationId":"Connections_Update","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/ApiConnectionDefinition"},"responses":{"200":{"description":"API connection updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiConnectionDefinition"},"examples":{"Update a connection's tags":{"$ref":"#/components/examples/Update_a_connection_s_tags"}}}}}},"summary":"Update an existing connection","tags":["Connections"]},"put":{"description":"Creates or updates a connection","operationId":"Connections_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/ApiConnectionDefinition"},"responses":{"200":{"description":"New API connection created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiConnectionDefinition"},"examples":{"Replace a connection":{"$ref":"#/components/examples/Replace_a_connection"}}}}},"201":{"description":"Already existing API connection updated","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiConnectionDefinition"},"examples":{"Replace a connection":{"$ref":"#/components/examples/Replace_a_connection"}}}}}},"summary":"Replace an existing connection","tags":["Connections"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connections/{connectionName}/confirmConsentCode":{"post":{"description":"Confirms consent code of a connection","operationId":"Connections_ConfirmConsentCode","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfirmConsentCodeDefinition"}}},"description":"The consent code confirmation","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"Confirmation of the consent code","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfirmConsentCodeDefinition"},"examples":{"Confirm consent code":{"$ref":"#/components/examples/Confirm_consent_code"}}}}}},"summary":"Confirms the consent code for a connection","tags":["Connections"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/connections/{connectionName}/listConsentLinks":{"post":{"description":"Lists the consent links of a connection","operationId":"Connections_ListConsentLinks","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/connectionNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListConsentLinksDefinition"}}},"description":"The consent links","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"A list of the consent links","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConsentLinkCollection"},"examples":{"List consent links":{"$ref":"#/components/examples/List_consent_links"}}}}}},"summary":"Lists consent links for a connection","tags":["Connections"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/customApis":{"get":{"description":"Gets a list of all custom APIs in a subscription for a specific resource group","operationId":"CustomApis_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/pageSizeParameter"},{"$ref":"#/components/parameters/skipTokenParameter"}],"responses":{"200":{"description":"A list of custom APIs","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomApiDefinitionCollection"},"examples":{"List all custom APIs":{"$ref":"#/components/examples/List_all_custom_APIs"}}}}}},"summary":"List of custom APIs","tags":["Custom APIs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/customApis/{apiName}":{"delete":{"description":"Deletes a custom API from the resource group","operationId":"CustomApis_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the custom API"},"204":{"description":"No custom API to delete"}},"summary":"Delete a custom API","tags":["Custom APIs"]},"get":{"description":"Gets a custom API by name for a specific subscription and resource group","operationId":"CustomApis_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"A custom API","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomApiDefinition"},"examples":{"Get a custom API":{"$ref":"#/components/examples/Get_a_custom_API"}}}}}},"summary":"Get a custom API","tags":["Custom APIs"]},"patch":{"description":"Updates an existing custom API's tags","operationId":"CustomApis_Update","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/CustomApiDefinition"},"responses":{"200":{"description":"The updated custom API","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomApiDefinition"},"examples":{"Update a custom API's tags":{"$ref":"#/components/examples/Update_a_custom_API_s_tags"}}}}}},"summary":"Update an existing custom API","tags":["Custom APIs"]},"put":{"description":"Creates or updates an existing custom API","operationId":"CustomApis_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"$ref":"#/components/requestBodies/CustomApiDefinition"},"responses":{"200":{"description":"The replacing custom API","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomApiDefinition"},"examples":{"Replace a custom API":{"$ref":"#/components/examples/Replace_a_custom_API"}}}}}},"summary":"Replaces an existing custom API","tags":["Custom APIs"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/customApis/{apiName}/move":{"post":{"description":"Moves a specific custom API","operationId":"CustomApis_Move","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomApiReference"}}},"description":"The custom API reference","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"custom API successfully moved"}},"summary":"Moves the custom API","tags":["Custom APIs"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_all_connection_gateways":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123","location":"westus","name":"test123","properties":{"backendUri":"https://WABI-WEST-US-redirect.analysis.windows.net","connectionGatewayInstallation":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c","location":"westus","name":"865dccd1-5d5c-45fe-b5a0-249d4de4134c","type":"Microsoft.Web/locations/connectionGatewayInstallations"},"contactInformation":["test123@microsoft.com"],"displayName":"test123","machineName":"TEST123","status":"Installed"},"type":"Microsoft.Web/connectionGateways"}]}},"List_all_custom_APIs":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/customApis/testRestCustomApi","location":"northcentralus","name":"testCustomApi","properties":{"apiDefinitions":{"modifiedSwaggerUrl":"https://tempuri.org/modified.json","originalSwaggerUrl":"https://tempuri.org/swagger.json"},"apiType":"Rest","capabilities":[],"description":"","displayName":"testCustomApi","iconUri":"/testIcon.svg","runtimeUrls":["https://tempuri.org","http://tempuri.org"]},"type":"Microsoft.Web/customApis"},{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/customApis/testSoapCustomApi","location":"northcentralus","name":"testCustomApi","properties":{"apiDefinitions":{"modifiedSwaggerUrl":"https://tempuri.org/modified.json","originalSwaggerUrl":"https://tempuri.org/swagger.json"},"apiType":"Soap","capabilities":[],"description":"","displayName":"testCustomApi","iconUri":"/testIcon.svg","runtimeUrls":["https://tempuri.org","http://tempuri.org"],"wsdlDefinition":{"importMethod":"SoapToRest","service":{"endpointQualifiedNames":["http://tempuri.org/basic","http://tempuri.org/ws"],"qualifiedName":"http://tempuri.org/testSoapCustomApi"}}},"type":"Microsoft.Web/customApis"}]}},"List_all_installations_in_a_region":{"value":{"value":[{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGatewayInstallations/test123","location":"westus","name":"test123","properties":{"backendUri":"https://WABI-WEST-US-redirect.analysis.windows.net","connectionGateway":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGateways/865dccd1-5d5c-45fe-b5a0-249d4de4134c","location":"westus","name":"865dccd1-5d5c-45fe-b5a0-249d4de4134c","type":"Microsoft.Web/connectionGateways"},"contactInformation":["test123@microsoft.com"],"displayName":"test123","machineName":"TEST123","status":"Installed"},"type":"Microsoft.Web/locations/connectionGatewayInstallations"}]}},"Get_a_specific_gateway_installation":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGatewayInstallations/test123","location":"westus","name":"test123","properties":{"backendUri":"https://WABI-WEST-US-redirect.analysis.windows.net","connectionGateway":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGateways/865dccd1-5d5c-45fe-b5a0-249d4de4134c","location":"westus","name":"865dccd1-5d5c-45fe-b5a0-249d4de4134c","type":"Microsoft.Web/connectionGateways"},"contactInformation":["test123@microsoft.com"],"displayName":"test123","machineName":"TEST123","status":"Installed"},"type":"Microsoft.Web/locations/connectionGatewayInstallations"}},"Extract_definition_from_WSDL":{"value":{"info":{"title":"basic","version":"1.0"},"paths":{"/sampleEndpoint":{"get":{"operationId":"http://tempuri.org/ITestService/sampleEndpoint","parameters":[],"produces":["application/json"],"responses":{"200":{"description":"OK"}}}}},"swagger":"2.0"}},"List_the_WSDL_interfaces":{"value":{"value":[{"endpointQualifiedNames":["http://tempuri.org/ws","http://tempuri.org/basic"],"qualifiedName":"testWsdl"}]}},"List_all_managed_APIs":{"value":{"value":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/providers/Microsoft.Web/locations/northcentralus/managedApis/testManagedApi","location":"northcentralus","name":"testManagedApi","properties":{"capabilities":["actions"],"connectionParameters":{"token":{"oAuthSettings":{"clientId":"testClientID","customParameters":{"authorizationUrl":{"value":"https://tempuri.org/authorize/"},"refreshUrl":{"value":"https://tempuri.org/refresh/"},"tokenUrl":{"value":"https://tempuri.org/token/"}},"identityProvider":"oauth2","properties":{"IsFirstParty":"False"},"redirectUrl":"https://logic-apis-northcentralus.consent.azure-apim.net/redirect","scopes":["read","write"]},"type":"oauthSetting"}},"generalInformation":{"description":"","displayName":"testManagedApi","iconUrl":"testIcon.png","releaseTag":"Preview"},"metadata":{"brandColor":"#C9C9C9","source":"marketplace"},"name":"testManagedApi","runtimeUrls":["https://tempuri.org/testManagedApi"]},"type":"Microsoft.Web/locations/managedApis"}]}},"Get_a_managed_API":{"value":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/providers/Microsoft.Web/locations/northcentralus/managedApis/testManagedApi","location":"northcentralus","name":"testManagedApi","properties":{"capabilities":["actions"],"connectionParameters":{"token":{"oAuthSettings":{"clientId":"testClientID","customParameters":{"authorizationUrl":{"value":"https://tempuri.org/authorize/"},"refreshUrl":{"value":"https://tempuri.org/refresh/"},"tokenUrl":{"value":"https://tempuri.org/token/"}},"identityProvider":"oauth2","properties":{"IsFirstParty":"False"},"redirectUrl":"https://logic-apis-northcentralus.consent.azure-apim.net/redirect","scopes":["read","write"]},"type":"oauthSetting"}},"generalInformation":{"description":"","displayName":"testManagedApi","iconUrl":"testIcon.png","releaseTag":"Preview"},"metadata":{"brandColor":"#C9C9C9","source":"marketplace"},"name":"testManagedApi","runtimeUrls":["https://tempuri.org/testManagedApi"]},"type":"Microsoft.Web/locations/managedApis"}},"Get_the_connection_gateway_definition":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123","location":"westus","name":"test123","properties":{"backendUri":"https://WABI-WEST-US-redirect.analysis.windows.net","connectionGatewayInstallation":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c","location":"westus","name":"865dccd1-5d5c-45fe-b5a0-249d4de4134c","type":"Microsoft.Web/locations/connectionGatewayInstallations"},"contactInformation":["test123@microsoft.com"],"displayName":"test123","machineName":"TEST123","status":"Installed"},"type":"Microsoft.Web/connectionGateways"}},"Update_a_connection_gateway_s_tags":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123","location":"westus","name":"test123","properties":{"backendUri":"https://WABI-WEST-US-redirect.analysis.windows.net","connectionGatewayInstallation":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c","location":"westus","name":"865dccd1-5d5c-45fe-b5a0-249d4de4134c","type":"Microsoft.Web/locations/connectionGatewayInstallations"},"contactInformation":["test123@microsoft.com"],"displayName":"test123","machineName":"TEST123","status":"Installed"},"tags":{"sampleTagKey":"sampleTagValue"},"type":"Microsoft.Web/connectionGateways"}},"Replace_a_connection_gateway_definition":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/connectionGateways/test123","location":"westus","name":"test123","properties":{"backendUri":"https://WABI-WEST-US-redirect.analysis.windows.net","connectionGatewayInstallation":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.Web/locations/westus/connectionGatewayInstallations/865dccd1-5d5c-45fe-b5a0-249d4de4134c","location":"westus","name":"865dccd1-5d5c-45fe-b5a0-249d4de4134c","type":"Microsoft.Web/locations/connectionGatewayInstallations"},"contactInformation":["test123@microsoft.com"],"displayName":"test123","machineName":"TEST123","status":"Installed"},"tags":{"sampleTagKey":"sampleTagValue"},"type":"Microsoft.Web/connectionGateways"}},"List_all_connections":{"value":{"value":[{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/testManagedApi-1","location":"centralus","name":"testManagedApi-1","properties":{"api":{"brandColor":"#FFFFFF","description":"","displayName":"testManagedApi","iconUri":"https://tempuri.org/icons.png","id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/providers/Microsoft.Web/locations/centralus/managedApis/testManagedApi","name":"testManagedApi","type":"Microsoft.Web/locations/managedApis"},"changedTime":"2017-06-22T01:32:27.50212Z","createdTime":"2017-06-22T01:32:27.50212Z","customParameterValues":{},"displayName":"testManagedApi","nonSecretParameterValues":{"integrationAccountId":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount"},"statuses":[{"status":"Connected"}],"testLinks":[{"method":"get","requestUri":"https://tempuri.org/testconnection"}]},"type":"Microsoft.Web/connections"}]}},"Get_a_connection":{"value":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/testManagedApi-1","location":"centralus","name":"testManagedApi-1","properties":{"api":{"brandColor":"#FFFFFF","description":"","displayName":"testManagedApi","iconUri":"https://tempuri.org/icons.png","id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/providers/Microsoft.Web/locations/centralus/managedApis/testManagedApi","name":"testManagedApi","type":"Microsoft.Web/locations/managedApis"},"changedTime":"2017-06-22T01:32:27.50212Z","createdTime":"2017-06-22T01:32:27.50212Z","customParameterValues":{},"displayName":"testManagedApi","nonSecretParameterValues":{"integrationAccountId":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount"},"statuses":[{"status":"Connected"}],"testLinks":[{"method":"get","requestUri":"https://tempuri.org/testconnection"}]},"type":"Microsoft.Web/connections"}},"Update_a_connection_s_tags":{"value":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/testManagedApi-1","location":"centralus","name":"testManagedApi-1","properties":{"api":{"brandColor":"#FFFFFF","description":"","displayName":"testManagedApi","iconUri":"https://tempuri.org/icons.png","id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/providers/Microsoft.Web/locations/centralus/managedApis/testManagedApi","name":"testManagedApi","type":"Microsoft.Web/locations/managedApis"},"changedTime":"2017-06-22T01:32:27.50212Z","createdTime":"2017-06-22T01:32:27.50212Z","customParameterValues":{},"displayName":"testManagedApi","nonSecretParameterValues":{"integrationAccountId":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount"},"statuses":[{"status":"Connected"}],"testLinks":[{"method":"get","requestUri":"https://tempuri.org/testconnection"}]},"tags":{"sampleTag":"SampleValue"},"type":"Microsoft.Web/connections"}},"Replace_a_connection":{"value":{"id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Web/connections/testManagedApi-1","location":"centralus","name":"testManagedApi-1","properties":{"api":{"brandColor":"#FFFFFF","description":"","displayName":"testManagedApi","iconUri":"https://tempuri.org/icons.png","id":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/providers/Microsoft.Web/locations/centralus/managedApis/testManagedApi","name":"testManagedApi","type":"Microsoft.Web/locations/managedApis"},"changedTime":"2017-06-22T01:32:27.50212Z","createdTime":"2017-06-22T01:32:27.50212Z","customParameterValues":{},"displayName":"testManagedApi","nonSecretParameterValues":{"integrationAccountId":"/subscriptions/f34b22a3-2202-4fb1-b040-1332bd928c84/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount"},"statuses":[{"status":"Connected"}],"testLinks":[{"method":"get","requestUri":"https://tempuri.org/testconnection"}]},"type":"Microsoft.Web/connections"}},"Confirm_consent_code":{"value":{"code":"testCode","objectId":"objectId","tenantId":"tenantId"}},"List_consent_links":{"value":{"value":[{"link":"tempuri.org/testConsentLink"}]}},"Get_a_custom_API":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/customApis/testCustomApi","location":"northcentralus","name":"testCustomApi","properties":{"apiDefinitions":{"modifiedSwaggerUrl":"https://tempuri.org/modified.json","originalSwaggerUrl":"https://tempuri.org/swagger.json"},"apiType":"Rest","capabilities":["testCapability"],"description":"","displayName":"testCustomApi","iconUri":"/testIcon.svg","runtimeUrls":["https://tempuri.org","http://tempuri.org"],"wsdlDefinition":{}},"type":"Microsoft.Web/customApis"}},"Update_a_custom_API_s_tags":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/customApis/testCustomApi","location":"northcentralus","name":"testCustomApi","properties":{"apiDefinitions":{"modifiedSwaggerUrl":"https://tempuri.org/modified.json","originalSwaggerUrl":"https://tempuri.org/swagger.json"},"apiType":"Rest","capabilities":[],"description":"","displayName":"testCustomApi","iconUri":"/testIcon.svg","runtimeUrls":["https://tempuri.org","http://tempuri.org"],"wsdlDefinition":{}},"tags":{"sampleTagKey":"sampleTagValue"},"type":"Microsoft.Web/customApis"}},"Replace_a_custom_API":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Web/customApis/testCustomApi","location":"northcentralus","name":"testCustomApi","properties":{"apiDefinitions":{"modifiedSwaggerUrl":"https://tempuri.org/modified.json","originalSwaggerUrl":"https://tempuri.org/swagger.json"},"apiType":"Rest","capabilities":[],"description":"","displayName":"testCustomApi","iconUri":"/testIcon.svg","runtimeUrls":["https://tempuri.org","http://tempuri.org"],"wsdlDefinition":{}},"type":"Microsoft.Web/customApis"}}},"parameters":{"apiNameParameter":{"description":"API name","in":"path","name":"apiName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Get a managed API":{"value":"testManagedApi"},"Delete a custom API":{"value":"testCustomApi"},"Get a custom API":{"value":"testCustomApi"},"Update a custom API's tags":{"value":"testCustomApi"},"Replace a custom API":{"value":"testCustomApi"},"Move a custom API":{"value":"testCustomApi"}}},"apiVersionParameter":{"description":"API Version","in":"query","name":"api-version","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List all connection gateways":{"value":"2016-06-01"},"List all custom APIs":{"value":"2016-06-01"},"List all installations in a region":{"value":"2016-06-01"},"Get a specific gateway installation":{"value":"2016-06-01"},"Extract definition from WSDL":{"value":"2016-06-01"},"List the WSDL interfaces":{"value":"2016-06-01"},"List all managed APIs":{"value":"2016-06-01"},"Get a managed API":{"value":"2016-06-01"},"Delete a connection gateway definition":{"value":"2016-06-01"},"Get the connection gateway definition":{"value":"2016-06-01"},"Update a connection gateway's tags":{"value":"2016-06-01"},"Replace a connection gateway definition":{"value":"2016-06-01"},"List all connections":{"value":"2016-06-01"},"Delete a connection":{"value":"2016-06-01"},"Get a connection":{"value":"2016-06-01"},"Update a connection's tags":{"value":"2016-06-01"},"Replace a connection":{"value":"2016-06-01"},"Confirm consent code":{"value":"2016-06-01"},"List consent links":{"value":"2016-06-01"},"Delete a custom API":{"value":"2016-06-01"},"Get a custom API":{"value":"2016-06-01"},"Update a custom API's tags":{"value":"2016-06-01"},"Replace a custom API":{"value":"2016-06-01"},"Move a custom API":{"value":"2016-06-01"}}},"connectionGatewayNameParameter":{"description":"The connection gateway name","in":"path","name":"connectionGatewayName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Delete a connection gateway definition":{"value":"test123"},"Get the connection gateway definition":{"value":"test123"},"Update a connection gateway's tags":{"value":"test123"},"Replace a connection gateway definition":{"value":"test123"}}},"connectionNameParameter":{"description":"Connection name","in":"path","name":"connectionName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Delete a connection":{"value":"testManagedApi"},"Get a connection":{"value":"testManagedApi"},"Update a connection's tags":{"value":"testManagedApi"},"Replace a connection":{"value":"testManagedApi"},"Confirm consent code":{"value":"testManagedApi"},"List consent links":{"value":"testManagedApi"}}},"filterParameter":{"description":"The filter to apply on the operation","in":"query","name":"$filter","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"}},"gatewayIdParameter":{"description":"Gateway ID","in":"path","name":"gatewayId","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Get a specific gateway installation":{"value":"5de68756-ccff-49a4-8bd6-9f6059ece8ea"}}},"locationParameter":{"description":"The location","in":"path","name":"location","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List all installations in a region":{"value":"westus"},"Get a specific gateway installation":{"value":"westus"},"Extract definition from WSDL":{"value":"westus"},"List the WSDL interfaces":{"value":"westus"},"List all managed APIs":{"value":"northcentralus"},"Get a managed API":{"value":"northcentralus"}}},"pageSizeParameter":{"description":"The number of items to be included in the result","in":"query","name":"$top","required":false,"x-ms-parameter-location":"method","schema":{"type":"integer","format":"int32"}},"resourceGroupNameParameter":{"description":"The resource group","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List all connection gateways":{"value":"testResourceGroup"},"Delete a connection gateway definition":{"value":"testResourceGroup"},"Get the connection gateway definition":{"value":"testResourceGroup"},"Update a connection gateway's tags":{"value":"testResourceGroup"},"Replace a connection gateway definition":{"value":"testResourceGroup"},"List all connections":{"value":"testResourceGroup"},"Delete a connection":{"value":"testResourceGroup"},"Get a connection":{"value":"testResourceGroup"},"Update a connection's tags":{"value":"testResourceGroup"},"Replace a connection":{"value":"testResourceGroup"},"Confirm consent code":{"value":"testResourceGroup"},"List consent links":{"value":"testResourceGroup"},"List all custom APIs":{"value":"testResourceGroup"},"Delete a custom API":{"value":"testResourceGroup"},"Get a custom API":{"value":"testResourceGroup"},"Update a custom API's tags":{"value":"testResourceGroup"},"Replace a custom API":{"value":"testResourceGroup"},"Move a custom API":{"value":"testResourceGroup"}}},"skipTokenParameter":{"description":"Skip Token","in":"query","name":"skiptoken","required":false,"x-ms-parameter-location":"method","schema":{"type":"string"}},"subscriptionIdParameter":{"description":"Subscription Id","in":"path","name":"subscriptionId","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List all connection gateways":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List all custom APIs":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List all installations in a region":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a specific gateway installation":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Extract definition from WSDL":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List the WSDL interfaces":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List all managed APIs":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a managed API":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a connection gateway definition":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get the connection gateway definition":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Update a connection gateway's tags":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Replace a connection gateway definition":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List all connections":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a connection":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a connection":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Update a connection's tags":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Replace a connection":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Confirm consent code":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"List consent links":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Delete a custom API":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Get a custom API":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Update a custom API's tags":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Replace a custom API":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Move a custom API":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"}}}},"requestBodies":{"ConnectionGatewayDefinition":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionGatewayDefinition"}}},"description":"The connection gateway","required":true,"x-ms-parameter-location":"method"},"ApiConnectionDefinition":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiConnectionDefinition"}}},"description":"The connection","required":true,"x-ms-parameter-location":"method"},"WsdlDefinition":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WsdlDefinition"}}},"description":"WSDL definition","required":true,"x-ms-parameter-location":"method"},"CustomApiDefinition":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomApiDefinition"}}},"description":"The custom API","required":true,"x-ms-parameter-location":"method"}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate a user account"}}}}},"schemas":{"ApiConnectionDefinition":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/ResourceDefinition"}],"description":"API connection","properties":{"properties":{"properties":{"api":{"$ref":"#/components/schemas/ApiReference"},"changedTime":{"description":"Timestamp of last connection change","format":"date-time","type":"string"},"createdTime":{"description":"Timestamp of the connection creation","format":"date-time","type":"string"},"customParameterValues":{"additionalProperties":{"type":"string"},"description":"Dictionary of custom parameter values","type":"object"},"displayName":{"description":"Display name","type":"string"},"nonSecretParameterValues":{"additionalProperties":{"type":"string"},"description":"Dictionary of nonsecret parameter values","type":"object"},"parameterValues":{"additionalProperties":{"type":"string"},"description":"Dictionary of parameter values","type":"object"},"statuses":{"description":"Status of the connection","items":{"$ref":"#/components/schemas/ConnectionStatusDefinition"},"type":"array"},"testLinks":{"description":"Links to test the API connection","items":{"$ref":"#/components/schemas/ApiConnectionTestLink"},"type":"array"}}}},"type":"object"},"ApiConnectionDefinitionCollection":{"description":"A list of API connection definitions","properties":{"value":{"description":"Collection of API connections","items":{"$ref":"#/components/schemas/ApiConnectionDefinition"},"type":"array"}},"type":"object"},"ApiConnectionTestLink":{"additionalProperties":false,"description":"API connection properties","properties":{"method":{"description":"HTTP Method","type":"string"},"requestUri":{"description":"Test link request URI","type":"string"}},"type":"object"},"ApiOAuthSettings":{"description":"OAuth settings for the connection provider","properties":{"clientId":{"description":"Resource provider client id","type":"string"},"clientSecret":{"description":"Client Secret needed for OAuth","type":"string"},"customParameters":{"additionalProperties":{"$ref":"#/components/schemas/ApiOAuthSettingsParameter"},"description":"OAuth parameters key is the name of parameter","type":"object"},"identityProvider":{"description":"Identity provider","type":"string"},"properties":{"description":"Read only properties for this oauth setting.","type":"object"},"redirectUrl":{"description":"Url","type":"string"},"scopes":{"description":"OAuth scopes","items":{"type":"string"},"type":"array"}},"type":"object"},"ApiOAuthSettingsParameter":{"description":"OAuth settings for the API","properties":{"options":{"description":"Options available to this parameter","type":"object"},"uiDefinition":{"description":"UI definitions per culture as caller can specify the culture","type":"object"},"value":{"description":"Value of the setting","type":"string"}},"type":"object"},"ApiReference":{"additionalProperties":false,"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"properties":{"brandColor":{"description":"Brand color","type":"string"},"description":{"description":"The custom API description","type":"string"},"displayName":{"description":"The display name","type":"string"},"iconUri":{"description":"The icon URI","type":"string"},"name":{"description":"The name of the API","type":"string"},"swagger":{"description":"The JSON representation of the swagger","type":"object"}},"type":"object","x-abstract":true},"ApiResourceBackendService":{"additionalProperties":false,"description":"The API backend service","properties":{"serviceUrl":{"description":"The service URL","type":"string"}},"type":"object"},"ApiResourceDefinitions":{"additionalProperties":false,"description":"API Definitions","properties":{"modifiedSwaggerUrl":{"description":"The modified swagger URL","type":"string"},"originalSwaggerUrl":{"description":"The original swagger URL","type":"string"}},"type":"object"},"ApiResourceGeneralInformation":{"additionalProperties":false,"description":"General information about the API","properties":{"description":{"description":"The API description","type":"string"},"displayName":{"description":"Display name","type":"string"},"iconUrl":{"description":"The icon URL","type":"string"},"releaseTag":{"description":"Release tag","type":"string"},"termsOfUseUrl":{"description":"URL to the Terms of Use","type":"string"}},"type":"object"},"ApiResourceMetadata":{"additionalProperties":false,"properties":{"apiType":{"$ref":"#/components/schemas/ApiType"},"brandColor":{"description":"Brand color","type":"string"},"connectionType":{"description":"The connection type","type":"string"},"hideKey":{"description":"Hide key","type":"string"},"source":{"description":"The source","type":"string"},"tags":{"$ref":"#/components/schemas/TagsDictionary"},"wsdlImportMethod":{"$ref":"#/components/schemas/WsdlImportMethod"},"wsdlService":{"$ref":"#/components/schemas/WsdlService"}},"type":"object"},"ApiResourcePolicies":{"additionalProperties":false,"description":"Describes the API policies either a