Is there a REST API spec?

Post Reply
gtflip
Newbie
Posts: 4
Joined: Fri Jul 16, 2021 9:49 pm

Is there a REST API spec?

Post by gtflip »

I was looking at the Switch Web Services REST API and I was wondering if there was a machine-readable spec, like OpenAPI.
User avatar
samw
Newbie
Posts: 6
Joined: Fri Jan 09, 2026 3:31 pm
Location: UK
Contact:

Re: Is there a REST API spec?

Post by samw »

You might find something of use if you were to use the other link from the manuals page (the ZIP download):
https://cdn-www.enfocus.com/manuals/Dev ... tation.zip

This may contain something that can be re-purposed but it may not be ideal. Could you provide some context on what you are trying to do with it?

I have in the past had some success in using a coding agent to automatically generate types from the content of that ZIP for using the web services API in a Node.js project, and in that scenario it would be interesting if there was a wrapper available via NPM, but we don't have anything planned.

P.S. For suggestions we'd really like to hear from you in the Feature Requests board in My Enfocus > Switch > Feature requests.
Post Reply