deleteInstanceTags
    • PDF

    deleteInstanceTags

    • PDF

    Article Summary

    개요

    인스턴스 태그 삭제

    설명

    인스턴스 태그를 삭제합니다.

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    instanceNoListYesListRepeat not allowed인스턴스 태그를 삭제할 인스턴스 번호 리스트(서버 한정)
    instanceTagList.tagKeyNoString삭제할 인스턴스 태그 리스트. 태그 키
    instanceTagList.tagValueNoString삭제할 인스턴스 태그 리스트. 태그 값

    응답 데이터 타입

    • InstanceTagList type
    InstanceTagList extends CommonResponse
    private Integer totalRows;
    private List instanceTagList = new ArrayList();
    InstanceTag
    private String instanceNo;
    private CommonCode instanceType;
    private String tagKey;
    private String tagValue;

    예시

    호출

    ncloud server deleteInstanceTags --instanceNoList 713768
    

    응답

    {
      "deleteInstanceTagsResponse": {
        "requestId": "c85cdbbb-d811-46ae-827b-faa48c7c697b",
        "returnCode": "0",
        "returnMessage": "success",
        "totalRows": 0,
        "instanceTagList": []
      }
    }
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <deleteInstanceTagsResponse>
      <requestId>c85cdbbb-d811-46ae-827b-faa48c7c697b</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>0</totalRows>
      <instanceTagList/>
    </deleteInstanceTagsResponse>
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.