CTERA Portal RESTful API

RESTful management API for the CTERA Portal. Exposes a uniform object namespace (users, devices, folders, and more) where each object is addressed by a unique URI, using GET/PUT/POST/DELETE verbs. Authentication is session-cookie based via a form login (j_username/j_password); errors are conveyed with standard HTTP status codes.

API entry from apis.yml

apis.yml Raw ↑
name: CTERA Portal RESTful API
description: RESTful management API for the CTERA Portal. Exposes a uniform object namespace (users, devices,
  folders, and more) where each object is addressed by a unique URI, using GET/PUT/POST/DELETE verbs.
  Authentication is session-cookie based via a form login (j_username/j_password); errors are conveyed
  with standard HTTP status codes.
humanURL: https://www.ctera.com/help/portal/6.0/api/
baseURL: https://portal.ctera.com/admin/api
tags:
- Files
- Storage
- Management
properties:
- type: APIReference
  url: https://www.ctera.com/help/portal/6.0/api/
- type: Documentation
  url: https://www.ctera.com/help/portal/6.0/api/CTERA%20Portal%20APIs.html
- type: Authentication
  url: authentication/ctera-authentication.yml
- type: Conventions
  url: conventions/ctera-conventions.yml
- type: ErrorCatalog
  url: errors/ctera-problem-types.yml