Is there an API to upload WADL files into my Apigee Console ToGo Account? [closed]

StackOverflow https://stackoverflow.com/questions/21489002

  •  05-10-2022
  •  | 
  •  

Pergunta

Something similar to API Gateway, which through the Management API enables the deployment of API bundles in it, so uploading the WADL file doesn't require going through the UI every time there's change for it and uploading the console becomes a cURL command away, which could also be even automated by deploying it via scripting languages.

Also, is there a way to create more than one console per account? So far, I've been only able to create only one Console ToGo one account per user under Apigee Edge.

Foi útil?

Solução

We are working on supporting multiple Consoles per account. This should be available in next month's release.

As for an API to update the WADL, we have an undocumented API that is likely to change with next month's release. Short answer is that you should have an API as well in next month's release.

Outras dicas

No -- there's only a web form and Authentication is handled using Apigee SSO cookies so you can't even really fake it with curl.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top