Skip to content

Commit

Permalink
Merge pull request #870 from zowe/onboarding/v3/office-hours/apiml
Browse files Browse the repository at this point in the history
Add information related to the V3 API ML Office Hours.
  • Loading branch information
balhar-jakub authored Oct 13, 2023
2 parents 241dd94 + 1444519 commit efc4582
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 5 deletions.
24 changes: 24 additions & 0 deletions _data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
img_url: assets/img/nodejs-sdk-project.webp
stage: Generally Available
dedication: Core
- name: Jobs
description: Provides APIs to handle jobs access. Use the z/OSMF directly as it provides richer functionality.
github_url: https://github.com/zowe/jobs
slack_url: https://openmainframeproject.slack.com/archives/CC5UUL005
doc_url: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/zowe/docs-site/docs-staging/api_definitions/jobs.json
img_url: assets/img/apiml-jobs.webp
stage: Deprecated
dedication: Core
- name: Datasets
description: Provides APIs to handle data-sets access. Use the z/OSMF directly as it provides richer functionality.
github_url: https://github.com/zowe/data-sets
slack_url: https://openmainframeproject.slack.com/archives/CC5UUL005
doc_url: https://petstore.swagger.io/?url=https://raw.githubusercontent.com/zowe/docs-site/docs-staging/api_definitions/datasets.json
img_url: assets/img/apiml-data-sets.webp
stage: Deprecated
dedication: Core
- name: Zowe IntelliJ Plugin
description: A plugin is dedicated to facilitate working with z/OS datasets through providing a possibility to work with them in any IntelliJ IDE. The plugin provides such abilities as working with z/OS datasets and USS files, exploring and managing JES Jobs.
github_url: https://github.com/zowe/zowe-explorer-intellij
Expand Down Expand Up @@ -103,4 +119,12 @@
doc_url: https://github.com/zowe/zowe-client-java-sdk#zowe-java-client-sdk
img_url: assets/img/java-sdk-project.webp
stage: Under Development
dedication: Extension
- name: Metrics Service
description: As a system administrator, use the Metrics Service to view information about the acitivty of services running in the API Mediation Layer. Currently, only HTTP metrics are displayed for core API Mediation Layer services.
github_url: https://github.com/zowe/api-layer/tree/v2.x.x/metrics-service
slack_url: https://github.com/zowe/api-layer
doc_url: https://docs.zowe.org/stable/user-guide/api-mediation-metrics-service/
img_url: assets/img/apiml-metrics-service.webp
stage: Deprecated
dedication: Extension
21 changes: 21 additions & 0 deletions _data/vnext_changes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- name: API Mediation Layer
homepage_link: /#api-mediation-layer-intro
image: https://www.zowe.org/assets/img/zowe-apiml-image.webp
description: |
**Breaking changes**
- Spring Cloud Gateway replaces Netflix Zuul based Gateway
- The authentication endpoints wont support the route /api/v1/gateway and instead will support only /gateway/api/v1
- Spring Enabler will be updated to Spring Boot 3 and Spring 6 and the Spring Boot 2 and Spring 5 versions won't be supported anymore
- Datasets API is archived
- Jobs API is archived
- Java 17 is required for API Mediation Layer to run
- z/OSMF in version V2R5 (preferred) or V2R3, V2R4 with APAR PH12143 applied
- Statically onboarded services needs to do it via modifying the zowe.yaml and adding a directory outside of the zowe to read the files from
**Important updates**
- API Rate Limiting supported by the Spring Cloud Gateway
- Authentication and Authorization Service is separate service, only one that needs z/OS directly
10 changes: 5 additions & 5 deletions _data/vnext_office_hours.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ extenders:
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/93849373934?password=15f05b8e-88c9-4bf5-be2b-2a48f3120129
recording_link:
materials_link:
- date: 10/20/2022 8AM - 9AM ET
- date: 10/20/2023 8AM - 9AM ET
topic: Explorer (VS Code)
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/93849373934?password=15f05b8e-88c9-4bf5-be2b-2a48f3120129
recording_link:
materials_link:
- date: 10/13/2022 8AM - 9AM ET
- date: 10/13/2023 8AM - 9AM ET
topic: CLI
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/93849373934?password=15f05b8e-88c9-4bf5-be2b-2a48f3120129
recording_link:
materials_link:
- date: 10/06/2022 8AM - 9AM ET
- date: 10/06/2023 8AM - 9AM ET
topic: API Mediation Layer
meeting_link: https://zoom-lfx.platform.linuxfoundation.org/meeting/93849373934?password=15f05b8e-88c9-4bf5-be2b-2a48f3120129
recording_link:
materials_link:
recording_link: https://zoom.us/rec/share/TAZk2kKwiCgzs1PnLLip4Iua8KQMrsahJdqf1DzRruq9RN1svZLn9DsWgJe99uM1.JIwG91FpdXaQZ2Yh
materials_link: https://ibm.box.com/s/0srch736nkq0q6kcrxazt0nvgfjnxyd3
Binary file added assets/img/apiml-data-sets.webp
Binary file not shown.
Binary file added assets/img/apiml-jobs.webp
Binary file not shown.
Binary file added assets/img/apiml-metrics-service.webp
Binary file not shown.

0 comments on commit efc4582

Please sign in to comment.