You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IETF-RFC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: 'Open Cloud Mesh'
3
-
docname: draft-lopresti-open-cloud-mesh-03
3
+
docname: draft-lopresti-open-cloud-mesh-04
4
4
category: std
5
5
6
6
ipr: trust200902
@@ -239,7 +239,7 @@ Step 7: The JSON response body is the data that was discovered.
239
239
The JSON response body offered by the Discoverable Server SHOULD contain the following information about its OCM API:
240
240
241
241
* REQUIRED: enabled (boolean) - Whether the OCM service is enabled at this endpoint
242
-
* REQUIRED: apiVersion (string) - The OCM API version this endpoint supports. Example: `"1.2.0"`
242
+
* REQUIRED: apiVersion (string) - The OCM API version this endpoint supports. Example: `"1.2.1"`
243
243
* REQUIRED: endPoint (string) - The URI of the OCM API available at this endpoint. Example: `"https://my-cloud-storage.org/ocm"`
244
244
* OPTIONAL: provider (string) - A friendly branding name of this endpoint. Example: `"MyCloudStorage"`
245
245
* REQUIRED: resourceTypes (array) - A list of all resource types this server supports in both the Sending Server role and the Receiving Server role, with their access protocols. Each item in this list should
0 commit comments