Skip to content

Commit

Permalink
Feat: Portal Management API (#6388)
Browse files Browse the repository at this point in the history
* Create _index.md

* Update docs_nav_konnect.yml

* Update konnect_oas_data.json

* Update _index.md

* Update updates.md

* Update updates.md

* Update docs_nav_konnect.yml

* Update _index.md

adding insomnia link
  • Loading branch information
acgoldsmith committed Nov 2, 2023
1 parent 945df9c commit 3bafde2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/_api/konnect/portal-management/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
konnect_product_id: f99f0f29-be4e-4fc8-8cec-64e5d3511bff
insomnia_link: https://insomnia.rest/run/?label=Konnect%20Portal%20Management&uri=https%3A%2F%2Fraw.githubusercontent.com%2FKong%2Fdocs.konghq.com%2Fmain%2Fapi-specs%2FKonnect%2Fv2%2Fyaml%2Fportal-management.yaml
---
7 changes: 7 additions & 0 deletions app/_data/docs_nav_konnect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,13 @@
absolute_url: true
generate: false
target_blank: true
- text: Portal Management API
items:
- text: API Spec
url: /konnect/api/portal-management/latest/
absolute_url: true
generate: false
target_blank: true
- text: Portal RBAC API
items:
- text: API Spec
Expand Down
21 changes: 21 additions & 0 deletions app/_data/konnect_oas_data.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
[
{
"id": "f99f0f29-be4e-4fc8-8cec-64e5d3511bff",
"title": "Konnect Portal Management",
"latestVersion": {
"name": "v2",
"id": "43fca68c-f83d-4cf1-8c40-87574d423313"
},
"description": "Integrate portal management operations with automation systems (such as CI/CD pipelines) utilizing this AIP-compliant API.",
"documentCount": 0,
"versionCount": 1,
"versions": [
{
"id": "43fca68c-f83d-4cf1-8c40-87574d423313",
"created_at": "2023-06-28T18:37:55.070Z",
"updated_at": "2023-07-17T14:08:02.747Z",
"name": "v2",
"deprecated": false,
"registration_configs": []
}
]
},
{
"id": "d420333f-01b0-464e-a87a-97acc92c2026",
"title": "Konnect API Products",
Expand Down
3 changes: 3 additions & 0 deletions app/konnect/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ services. [Try it today!](https://cloud.konghq.com/quick-start)


## October 2023
**Portal Management API**
: {{site.konnect_short_name}} portal administrators are now able to integrate portal management operations with their automation systems (such as CI/CD pipelines) by utilizing an officially published, documented, and supported [Portal Management API](/konnect/api/portal-management/latest/). Approving developer and application requests, configuring appearance settings, and managing custom domain details can all be driven entirely through API automation.

**Combine multiple metrics inside the same custom report**
: {{site.konnect_short_name}} users are now able to select multiple metrics in a custom report. This feature allows them to compare multiple metrics of the same category (e.g. latency) within the same report instead of creating multiple reports.

Expand Down

0 comments on commit 3bafde2

Please sign in to comment.