Get JSON schemas of service models
Get JSON schemas of service models depending on service paths passed in.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Request
request body
options
Response
Converted JSON schemas mapped to their service paths.
modelName
indicates the service path
schema
indicates the JSON schema for that particular service path
origin
if there are same service paths across different NSO instances, then return the default schema or first schema that is configured
Errors
500
Internal Server Error