API requests for viewing and creating schemas are constructed as detailed below.
- List all schemas
- Request Type: GET
- Request URL: https://<orchestrate_hostname>/api/1/schemas
- Return Format: Array of JSON objects. Each of the JSON object is a
schema.
- List all schemas with a same schema_id
- Get one schema
- Create a schema
- Request Type: POST
- Request URL: https://<orchestrate_hostname>/api/1/schemas
- Return Format: An encoded (escaped) URL. This URL can be used to view the
schema once it has been processed and saved.