Documentation Index

Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

getCloudMssqlTargetVpcList

Prev Next

Cloud DB for MSSQL에서 사용할 수 있는 VPC 목록을 조회합니다.

구문

getCloudMssqlTargetVpcList 구문은 다음과 같습니다.

./ncloud vmssql getCloudMssqlTargetVpcList \
    [--regionCode <FKR>] \
    [--output <json|xml>]

옵션

getCloudMssqlTargetVpcList 실행 시 지정할 수 있는 옵션을 설명합니다.

공통 옵션

vmssql 명령에서 공통으로 사용하는 옵션에 대한 정보는 Cloud DB for MSSQL 옵션을 참조해 주십시오.

예시

Cloud DB for MSSQL VPC 목록 조회 요청이 성공하면 각 VPC의 번호와 이름, IP 대역 정보가 반환됩니다.

명령

명령 예시는 다음과 같습니다.

./ncloud vmssql getCloudMssqlTargetVpcList \
    --regionCode FKR \
    --output json

출력

출력 예시는 다음과 같습니다.

{
  "getCloudMssqlTargetVpcListResponse": {
    "totalRows": 1,
    "targetVpcList": [
      {
        "vpcNo": "12345678",
        "vpcName": "vpc01",
        "ipv4Cidr": "192.168.0.0/16",
        "regionCode": "FKR",
        "createdDate": "2025-05-09T09:10:23+0900"
      }
    ],
    "requestId": "c0a53460-6d5b-48f0-ad3f-574922fd9257",
    "returnCode": "0",
    "returnMessage": "success"
  }
}