Running the Extractor tool in Azure APIM

sujith reddy komma 76 Reputation points
2020-09-22T06:04:28.557+00:00

Hi,

i am using APIm DevOPs resource kit provided by Azure APIM and i am tryign to extract a single API by crating a config like below

{
"sourceApimName": "xxx-usw",
"destinationApimName": "xxx-usw",
"resourceGroup": "ccc",
"fileFolder": "C:\APIMOutput",
"apiName": "vvv-logicapps",
"paramNamedValue":"true"
}

it tries to extract all the named value pairs present in entire apim i only want it to extract the required ones of that single API.

Can you please help me with it?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,447 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2020-09-22T16:18:41.053+00:00

    Based on this block in the code, looks like this ability is not implemented yet and this issue seems to be tracking it.

    Since its open source, you could implement it for your scenario and even contribute it back to the project. Policies for an API must be parsed for named values to know which ones to extract.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.