Get Info
Operation ID: getInfo
'Get the information of the REST Services, including platform name, OSIS version and etc'
OK
{
"platform_name": "ceph",
"platform_version": "15.2.3",
"api_version": "1.0",
"iam": true,
"logo_uri": "https://ceph.ose.vmware.com/static/images/ceph.svg",
"status": "string",
"auth_modes": [
"string"
],
"services": {
"iam": "https://iam.ceph.ose.vmware.com"
},
"regions": [
"us-west-2"
],
"storage_classes": [
"standard"
],
"not_implemented": [
"getUsage",
"getConsole"
]
}
name of the storage platform
version of the storage platform
OSIS version the REST services complying with
the OSIS adaptor is using Amazon fashion IAM for user mapping
uri of the platform logo so that OSE can use it on UI
status
auth_modes
Supported Services' URL of the storage platform
regions for the storage platform; if it is not appliable for the platform, return default
storage classes of the storage platforms; if it is not applicable for the platform, return standard
the operation id array of optional OSIS APIs which is not implemented