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: 140
|
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: 1646
|
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: 140
|
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 |
|
 |
mgk |
Posted: Sun Aug 17, 2025 5:50 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1646
|
I've checked and the next fix pak for v13 should have have all these problems in it. If you need fixes for v12 please open a support ticket...
I would be interested to know what it is you are trying to do once you have the import working if you are able to share?
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: Thu Aug 28, 2025 1:19 am Post subject: |
|
|
Centurion
Joined: 19 Apr 2010 Posts: 140
|
I've opened a PMR to get the correct file available in v12.
At this stage, I'm experimenting with a customised REST API to control Record/Replay of messages from flows that fail. |
|
Back to top |
|
 |
|