createInstanceTags
    • PDF

    createInstanceTags

    • PDF

    기사 요약

    개요

    인스턴스 태그를 생성합니다.

    요청

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    instanceNoList.NYesList<String>중복 불가- 인스턴스태그를 생성할 서버 인스턴스 번호리스트
    태그 설정은 서버에만 가능
    serverInstanceNo는 getServerInstanceList 액션을 통해 획득 가능
    ex) instanceNoList.1=1088217
    instanceTagList.N.tagKeyYesString- 생성할 태그 키
    ex) instanceTagList.1.tagKey=tag1
    instanceTagList.N.tagValueYesString- 생성할 태그 값
    ex) instanceTagList.1.tagValue=dolphins

    응답

    응답 바디

    예시

    요청 예시

    GET {SERVER_API_URL}/createInstanceTags?instanceNoList.1=1088217
    &instanceTagList.1.tagKey=tag1
    &instanceTagList.1.tagValue=dolphins
    

    응답 예시

    <createInstanceTagsResponse>
      <requestId>7d7bf862-31a4-4b7e-b3ca-d8128f3936f3</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <instanceTagList>
        <instanceTag>
          <instanceNo>1088217</instanceNo>
          <instanceType>
            <code>SVR</code>
            <codeName>Server</codeName>
          </instanceType>
          <tagKey>tag1</tagKey>
          <tagValue>dolphins</tagValue>
        </instanceTag>
      </instanceTagList>
    </createInstanceTagsResponse>
    

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

    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.