|
1 | 1 | openapi: 3.0.0 |
2 | 2 | info: |
3 | 3 | version: "v1beta" |
4 | | - title: OpenSDS Controller API |
5 | | - description: OpenSDS Controller API to manage mutliple backend storages. |
| 4 | + title: SODA API |
| 5 | + description: Unified SODA API for data management across multiple, heterogeneous storage backends. Currently supporting file/block for on prem |
6 | 6 | termsOfService: 'https://www.linuxfoundation.org/terms' |
7 | 7 | contact: |
8 | | - name: OpenSDS Support |
| 8 | + name: SODA Support |
9 | 9 | url: 'https://opensds.slack.com' |
10 | | - email: support@opensds.io |
| 10 | + email: support@sodafoundation.io |
11 | 11 | license: |
12 | 12 | name: Apache 2.0 |
13 | 13 | url: 'http://www.apache.org/licenses/LICENSE-2.0.html' |
|
16 | 16 | get: |
17 | 17 | tags: |
18 | 18 | - API versions |
19 | | - description: Lists information for all SDSController API versions. |
| 19 | + description: Lists information for all API versions. |
20 | 20 | responses: |
21 | 21 | '200': |
22 | 22 | description: OK |
@@ -2118,7 +2118,7 @@ paths: |
2118 | 2118 | security: |
2119 | 2119 | - basicAuth: [] |
2120 | 2120 | externalDocs: |
2121 | | - description: The offical OpenSDS Controller API specification |
| 2121 | + description: Unified SODA API for data management across multiple, heterogeneous storage backends. |
2122 | 2122 | url: 'https://github.com/sodafoundation/api' |
2123 | 2123 | servers: |
2124 | 2124 | - url: 'https://localhost:50040/' |
@@ -2689,7 +2689,7 @@ components: |
2689 | 2689 | key3: |
2690 | 2690 | key31: value31 |
2691 | 2691 | ProfileCreateSpec: |
2692 | | - description: An OpenSDS profile is identified by a unique name and ID. With |
| 2692 | + description: A configuration profile is identified by a unique name and ID. With |
2693 | 2693 | adding extra properties, each profile can contain a set of tags of storage |
2694 | 2694 | capabilities which are desirable features for a class of applications. |
2695 | 2695 | required: |
@@ -2726,7 +2726,7 @@ components: |
2726 | 2726 | customProperties: |
2727 | 2727 | $ref: '#/components/schemas/CustomPropertiesSpec' |
2728 | 2728 | ProfileRespSpec: |
2729 | | - description: An OpenSDS profile is identified by a unique name and ID. With |
| 2729 | + description: A configuration profile is identified by a unique name and ID. With |
2730 | 2730 | adding extra properties, each profile can contain a set of tags of storage |
2731 | 2731 | capabilities which are desirable features for a class of applications. |
2732 | 2732 | allOf: |
|
0 commit comments