Questions tagged [apim]

230 questions
0
votes
1 answer

How can I recover deleted APIs in Azure Portal after accidental deletion in VS Code with Azure API Management extension for version control?

I was working on implementing git version controlling for apim policies. I was working in the azure portal tools. I have installed Azure API Management extension for VS Code. I was able to sync it with Azure portal policies, but I accidentally…
0
votes
0 answers

Azure APIM OpenAPI converting just a time string to date

How do I display JUST a time value in OpenAPI 3.0? In Azure APIM I have the following "shift1_start": "00:00:00" When viewing the Developer Portal Documentation site it converts this to: "shift1_start": "2023-05-12" I tried the following:…
JR R
  • 1
0
votes
2 answers

Lookup subscription in Azure APIM with Primary or Secondary key

We're going to use Azure APIM as a gateway in front of our back end APIs. We plan to correlate Azure-managed subscriptions to our users. So we're forwarding the subscription key from the request to our back end and would like to look up the…
0
votes
1 answer

how to process response data of backend service in APIM using azure function

I have apim endpoint which sends get-request to the backend service, in which the backend service sends back a large json content which should be restructured to some format/datastructure.I have created an azure function that can reformat the…
0
votes
1 answer

Add authentication header to DiscoveryClientProtocol.DiscoverAny() request

I am updating an older tool that we have been using for over 10 years that is similar to SoapUI, but C# based. The original code is using this function to connect to a WCF web service and download the WSDL information: …
0
votes
1 answer

Configuration issue in azure api management service

IN APIM I am facing this issue.I tried multiple time but still it shows not found. I already created logicapp with my name and trying to configure it from APIM . Checking it in API's logicapp resource.
frezsha
  • 3
  • 3
0
votes
2 answers

Azure APIM - Negotiate Client Certificate settings

I have an azure APIM with a custom domain and multiple APIs like shown in the screen shot below:- Each of these APIs have several endpoints underneath them and all of them have the same host name. There is a Negotiate Client Certificate setting on…
Fakhar Ahmad Rasul
  • 1,595
  • 1
  • 19
  • 37
0
votes
2 answers

who adds activity id to error message when response status code is 500?

We made a call to our APIM endpoint from postman. Somehow the request was failing and was giving 500 error along with an activityid in response. Actually what was happening when we tested from APIM test console was that the request was timing out…
0
votes
0 answers

Return all ServiceNow table contents using Azure API

I am new to Azure APIM and in API in general. I'm trying to create an API that will call out any ServiceNow table. I came across below policy from another API but it only works to some of the table. It returns contents with values but for some, it…
Mia
  • 1
0
votes
0 answers

Deploying API management policy having Named value between {{named_value}}

So we Have Automated Api management Policy To Azure Apim with below video reference. https://youtu.be/4Sp2Qvmg6j8 Now thing is We are using Named value in our Policy.xml file like {{named_value}}. So while Deploying ot we are getting Error like…
0
votes
1 answer

Is there a way to store the response of set-backend-service base-url in a variable and modify the response to form our own JSON output?

I am trying to execute azure table storage through APIM inbound policy. I am sending request through set-backend-service base-url. But I am not able to access the response from the backend URL and modify it according to the requirement. I am using…
CSR
  • 1
  • 2
0
votes
2 answers

WSO2 APIM devportal application settings

can the user somehow regenerate the previously created consumer key and secret in devportal? is it possible to disable the user's ability to edit the token expiration time?
Gregory
  • 41
  • 5
0
votes
1 answer

Authorise APIM via independent Identity Server instance

I have set up an APIM instance as a proxy for a webapi we expose, I want to access the APIM instance via Postman / .NET Client and enforce client_credentials (scope / secret / client_id) as set up by our own running seperately hosted instance of…
0
votes
1 answer

APIM (4.0, 4.1) How to configure apim to retry after receive http/500 with soapfault

I have two endpoints: main and failover. When apim sends request to main endpoint, it returns http/500 with SoapFault next apim processes the error and starts prepare request to second(faiover) endpoint and hangs on class XFormURLEncodedBuilder …
andpel
  • 1
0
votes
2 answers

WSO2 APIM 4.1.0 disable application creation

Is it possible to disable the ability to create applications for selected users? I know that I can use application creation workflow, but then approval task will be created, is there any other way to do it?
Gregory
  • 41
  • 5