influxdata / openapi

An OpenAPI specification for influx (cloud/oss) apis.
MIT License
17 stars 10 forks source link

chore: Add Provider information to org summaries #577

Closed abshierjoel closed 1 year ago

abshierjoel commented 1 year ago

This adds the following field to the /api/v2private/accounts/:account_id/orgs endpoint: provider, region, and regionName.

wdoconnell commented 1 year ago

Instead of region, should we call it regionCode? That's the property name that gets used when the same data is retrieved from /orgs/:orgId, so might be more consistent.

Example from prod: provider:"Azure" regionCode:"westeurope" regionName:"Amsterdam"