apiops icon indicating copy to clipboard operation
apiops copied to clipboard

[Question] Error publishing API : One or more fields contain incorrect values

Open prathap-sreenivas opened this issue 1 year ago • 2 comments

Release version

V5.0.1

Question Details

failed with status code 400. Content is '{"error":{"code":"ValidationError","message":"One or more fields contain incorrect values:","details":[{"code":"ValidationError","target":"credentials","message":"Property 'func-ecs-generalutility-key' not found."}]}}'.

func-ecs-generalutility-key - It is one of the named value and it is present at the source API. I'm trying to extract API from one PAI instance and publish it to another API instance.

Expected behavior

Able to successfully extract and publish API from one instance to another

Actual behavior

Publish API failed

Reproduction Steps

Configure APIOPS DEVOPS tools kit to extract and publish API

prathap-sreenivas avatar Feb 23 '24 16:02 prathap-sreenivas

  Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
  Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.

github-actions[bot] avatar Feb 23 '24 16:02 github-actions[bot]

Please search some of the closed issues which touch on the same topic. Usually this means that you are not passing the overrides in your configuration file. Remember to close this issue if you manage to resolve the problem you are dealing with.

waelkdouh avatar Feb 23 '24 19:02 waelkdouh