MENU
      deleteInstanceTags

        deleteInstanceTags


        기사 요약

        개요

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

        요청

        요청 파라미터

        파라미터명필수 여부타입제약 사항설명
        instanceNoList.NYesList<String>중복 불가- 인스턴스 태그를 삭제할 인스턴스 번호 리스트
        ex) instanceNoList.1=1088217
        instanceTagList.N.tagKeyNoList<String>- 삭제할 인스턴스의 태그 키
        Instance의 TagKey는 getInstanceTagList 액션을 통해 획득 가능
        ex) instanceTagList.1.tagKey=tag1
        instanceTagList.N.tagValueNoList<String>- 삭제할 인스턴스의 태그 값
        Instance의 TagValue는 getInstanceTagList 액션을 통해 획득 가능
        ex) instanceTagList.1.tagValue=dolphins

        응답

        응답 바디

        예시

        요청 예시

        GET {SERVER_API_URL}/deleteInstanceTags
        ?instanceNoList.1=1021003
        HTTP

        응답 예시

        <deleteInstanceTagsResponse>
          <requestId>cb230969-64ba-4aec-8cc9-5ca97dd146a2</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>0</totalRows>
          <instanceTagList/>
        </deleteInstanceTagsResponse>
        XML

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

        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.