With regards to integrations, it has been noticed that the GET https://api.opsgenie.com/v2/integrations{integration id} does not reflect the same configuration that the OpsGenie UI does for the AzureServiceHealth integration. In addition, the POST https://api.opsgenie.com/v2/integrations route does not create the requested AzureServiceHealth integration with the supplied values. Specific fields that are not returned correctly by the GET call are the "Extra Properties". Specific fields that are not correctly populated correctly by the POST call are "Extra Properties" and "Description"
Hi @cstewart ,
I think the issue you might be facing could be due to your subscription. If you are subscribed to a Standard, Enterprise, JSM/O Premium or JSM/O Enterprise plan, an Advanced tab is offered within each integration.
When running a GET on an integration under one of those plans, the body returned is of the simple settings of the integration, and not of the Advanced tab - which I believe is what you are referring to when stating "Specific fields that are not returned correctly by the GET call are the 'Extra Properties.' Specific fields that are not correctly populated correctly by the POST call are 'Extra Properties' and 'Description.'"
You would have to also run a GET on the integration's actions to return the reflected extra properties, description, etc. in each action. For example:
Lower tied plans offer some of these fields in the simple settings of an integration, but they do not offer the Advanced tab. So a GET on the integration for one of these plans would return something different - since the UI is also different:
Hope that makes sense, but let us know if you have any questions.
Hi @Nick Haller ,
Thanks for the speedy reply. I performed the integration/action route and do see the "Extra Properties" and also the "Desciption" field values I expect. Thank you for clearing that up for me.
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.