# (C) Copyright 2014 Riverbed Technology, Inc. # All rights reserved. name: rios.configuration version: "1.0" title: Configuration Service description: REST API for managing appliance configuration $schema: 'http://support.riverbed.com/apis/service_def/2.2' id: 'http://support.riverbed.com/apis/rios.configuration/1.0' provider: 'riverbed' resources: current_configuration: type: object description: Current appliance configuration properties: unsaved_changes: type: boolean readOnly: true links: self: path: '$/current_configuration' get: method: GET response: $ref: '#/resources/current_configuration' save: description: > Save the current configuration to disk. Unsaved configurations are lost on reboot. method: POST path: '$/current_configuration/save'