日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeAccessPoint - 查詢接入點詳情

查詢接入點詳情。

接口說明

僅通用型 NAS NFS 協議文件系統支持該功能。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
nas:DescribeAccessPointget
  • 全部資源
    *

請求參數

名稱類型必填描述示例值
FileSystemIdstring

文件系統 ID。

31a8e4****
AccessPointIdstring

接入點 ID。

ap-ie15yd****

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
AccessPointobject

接入點信息。

ARNstring

接入點 ARN。

acs:nas:cn-hangzhou:178321033379****:accesspoint/ap-ie15yd****
AccessGroupstring

權限組名稱。

test
AccessPointIdstring

接入點 ID。

ap-ie15yd****
AccessPointNamestring

接入點名稱。

test
CreateTimestring

接入點的創建時間。

1709619668276167
DomainNamestring

接入點域名。

ap-ie15ydanoz.001014****-w****.cn-hangzhou.nas.aliyuncs.com
EnabledRamboolean

是否啟用 RAM 策略。

false
FileSystemIdstring

文件系統 ID。

31a8e4****
ModifyTimestring

接入點修改時間 。

1709619668276167
RootPathPermissionobject

根目錄創建權限。

OwnerGroupIdinteger

屬主用戶組 ID。

123
OwnerUserIdinteger

屬主用戶 ID。

1
Permissionstring

POSIX 權限。

0755
PosixUserobject

Posix 用戶。

PosixGroupIdinteger

Posix 用戶組 ID。

12
PosixUserIdinteger

Posix 用戶 ID。

123
PosixSecondaryGroupIdsarray

第二用戶組 ID。

posixSecondaryGidinteger

第二用戶組 ID。

[123,123]
RootPathstring

根目錄。

/
RootPathStatusstring

當前根目錄狀態。

包括:

  • 0:rootpath 狀態未知
  • 1:rootpath 不存在(可能被用戶刪除了)
  • 2:rootpath 狀態正常
2
Statusstring

當前接入點狀態。

包括:

  • Active:可用
  • Inactive:不可用
  • Pending:創建中
  • Deleting:刪除中
Active
VSwitchIdstring

交換機 ID。

vsw-2zevmwkwyztjuoffg****
VpcIdstring

專有網絡 ID。

必須與待掛載的云服務器 ECS 選擇相同的 VPC 網絡。

vpc-2zesj9afh3y518k9o****
RegionIdstring

地域 ID。

cn-hangzhou

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
  "AccessPoint": {
    "ARN": "acs:nas:cn-hangzhou:178321033379****:accesspoint/ap-ie15yd****",
    "AccessGroup": "test\n",
    "AccessPointId": "ap-ie15yd****\n",
    "AccessPointName": "test",
    "CreateTime": "1709619668276167",
    "DomainName": "ap-ie15ydanoz.001014****-w****.cn-hangzhou.nas.aliyuncs.com",
    "EnabledRam": false,
    "FileSystemId": "31a8e4****",
    "ModifyTime": "1709619668276167",
    "RootPathPermission": {
      "OwnerGroupId": 123,
      "OwnerUserId": 1,
      "Permission": "0755"
    },
    "PosixUser": {
      "PosixGroupId": 12,
      "PosixUserId": 123,
      "PosixSecondaryGroupIds": [
        0
      ]
    },
    "RootPath": "/",
    "RootPathStatus": "2",
    "Status": "Active",
    "VSwitchId": "vsw-2zevmwkwyztjuoffg****",
    "VpcId": "vpc-2zesj9afh3y518k9o****",
    "RegionId": "cn-hangzhou"
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
404InvalidAccessPointId.NotFoundThe access point id does not exist.指定的APid不存在。
404InvalidFileSystem.NotFoundThe specified file system does not exist.指定的文件系統不存在。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史