getInitScriptList
    • PDF

    getInitScriptList

    • PDF

    Article Summary

    Can be used in a VPC environment.

    Overview

    This searches a list of initialization scripts created by the user.

    Request

    Request parameters

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoStringRegion code
    You can decide the region in which the list of initialization scripts will be queried.
    regionCode can be obtained through the getRegionList action.
    Default: Select the first region of the getRegionList search results
    initScriptNoList.NNoList<String>List of initialization script numbers
    You can search by filtering with an initialization script number.
    initScriptNo can be obtained through the getInitScriptList action.
    ex) initScriptNoList.1=1234&initScriptNoList.2=2345
    initScriptNameNoStringInitialization script name
    You can search by filtering with an initialization script name.
    osTypeCodeNoStringOS type code
    You can search by filtering with an OS type specified when creating the initialization script.
    Options : LNX (LINUX) | WND (WINDOWS)
    pageNoNoIntegerPage number of the paged results
    The results can be paged using pageNo and pageSize.
    pageSizeConditionalIntegerEach page size to be displayed when paging
    The results can be paged using pageNo and pageSize.
    It must be entered when entering pageNo.
    sortedByNoStringSort target
    You can sort the results search by the initialization script name.
    Options : initScriptName
    sortingOrderNoStringSorting order
    When using sortedBy, sort in ascending/descending order.
    Options: ASC (ascending order) | DESC (descending order)
    Default : ASC
    responseFormatTypeNoStringFormat type of the response results
    Options : xml | json
    Default : xml

    Response

    Response body

    Example

    Request Example

    GET {API_URL}/getInitScriptList
    ?regionCode=KR
    &initScriptNoList.1=***44
    &initScriptName=test-***
    &osTypeCode=LNX
    

    Response Example

    <getInitScriptListResponse>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <initScriptList>
        <initScript>
          <initScriptNo>***44</initScriptNo>
          <initScriptName>test-***</initScriptName>
          <createDate>2020-08-20T12:24:37+0900</createDate>
          <initScriptDescription></initScriptDescription>
          <initScriptContent></initScriptContent>
          <osType>
            <code>LNX</code>
            <codeName>LINUX</codeName>
          </osType>
        </initScript>
      </initScriptList>
    </getInitScriptListResponse>
    

    Was this article helpful?

    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.