查询当前所支持的文件系统类型和配额。
    {
  "share_types" : [ {
    "share_type" : "standard",
    "scenario" : "Standard",
    "attribution" : {
      "capacity" : {
        "max" : 1048576,
        "min" : 100,
        "step" : 100
      },
      "bandwidth" : {
        "max" : 300,
        "min" : 150,
        "step" : -1,
        "density" : 40.96,
        "base" : 150
      },
      "iops" : {
        "max" : 20000,
        "min" : 1000
      },
      "single_channel_4k_latency" : {
        "max" : 20000,
        "min" : 1000
      }
    },
    "spec_code" : "sfs.turbo.standard",
    "storage_media" : "SATA",
    "support_period" : true,
    "available_zones" : [ {
      "available_zone" : "az1",
      "status" : "normal"
    } ],
    "features" : [ "periodic" ]
  }, {
    "share_type" : "hpc.125M",
    "scenario" : "Standard",
    "attribution" : {
      "capacity" : {
        "max" : 1048576,
        "min" : 512,
        "step" : 1228.8
      },
      "bandwidth" : {
        "max" : 20480,
        "min" : 150,
        "step" : -1,
        "density" : 125,
        "base" : 0
      },
      "iops" : {
        "max" : 1000000,
        "min" : 0
      },
      "single_channel_4k_latency" : {
        "max" : 3,
        "min" : 1
      }
    },
    "spec_code" : "sfs.turbo.standard",
    "storage_media" : "SATA",
    "support_period" : true,
    "available_zones" : [ {
      "available_zone" : "az1",
      "status" : "normal"
    } ],
    "features" : [ "periodic" ]
  } ]
}