|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Error when importing Administration .yaml file for REST API |
« View previous topic :: View next topic » |
Author |
Message
|
petervh1 |
Posted: Tue Aug 12, 2025 4:45 am Post subject: Error when importing Administration .yaml file for REST API |
|
|
Centurion
Joined: 19 Apr 2010 Posts: 137
|
Hi
I'm trying to create a new REST API in my toolkit for the administration REST API by importing the .yaml file supplied with ACE 12 from
Quote: |
(/integration/mqsi/12.0.12.15/server/nodejs_all/node_modules/@ibm-app-connect/ace-admin-api/docs/node/openapi-appconnectenterprise.yaml)
|
I fixed the error that complained about response codes of 5xx (vs 500), but then I get:
Quote: |
The OpenAPI document 'openapi-appconnectenterprise.yaml' resource path '/apiv2/servers/{server}/dot-net-app-domains/{dot-net-app-domain}' does not contain the path parameter '{dotnetappdomain}'.
|
Has anyone successfully imported this .yaml file into a new REST API in a toolkit? |
|
Back to top |
|
 |
mgk |
Posted: Wed Aug 13, 2025 9:09 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1645
|
OK, that's a defect
If you search and replace {dot-net-app-domain} with {dotnetappdomain} it should import OK. If you need a proper fix, raise a PMR to ask for one.
I hope that helps. _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
petervh1 |
Posted: Wed Aug 13, 2025 10:04 pm Post subject: |
|
|
Centurion
Joined: 19 Apr 2010 Posts: 137
|
I've changed the {dot-net-app-domain} to {dotnetappdomain}.
The file import now works, but I get the following errors in the Toolkit:
Code: |
The operation "recordreplay_store_message_replay" is missing the following required path parameters "message server store " (Location Unknown)
Two instances of:
Path segments must be separated by a slash (/). Use curly braces ({...}) to mark a segment, or a section of a segment, as a replaceable path parameter. (Location Unknown)
The base path "/" is invalid. Enter a non-empty path starting with a slash (/). (Location Unknown)
|
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|