Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating document base on redfish server get response for standard schema #416

Open
plmanik opened this issue Apr 7, 2022 · 1 comment

Comments

@plmanik
Copy link

plmanik commented Apr 7, 2022

Hi,
I understand this tool can be used to generate document based on schema file. Is it possible to generate document based on redfish server get response based on standard schema?
Assume I can provide Redfish server IP, username, password and it can generate document based on get response of all URI's
Please let me know whether this can be possible with this tool or any other redfish tool available

Thanks,
Mani

@mraineri
Copy link
Contributor

mraineri commented Apr 8, 2022

At this time, this is not in scope for what we have for tools.

There are OpenAPI tools where you should be able to point them at your service's OpenAPI file, and that should get everything remotely, but those tools are owned by various OpenAPI groups.

Using the documentation generator tool we have is all JSON Schema-based, so you'd need to iterate over your service's JSON Schema files, download them, then run the tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants