getInitScriptDetail
    • PDF

    getInitScriptDetail

    • PDF

    Article summary

    Available in VPC

    Overview

    Use the initialization script number to get the initialization script details.

    Request

    Request parameter

    Parameter nameRequiredTypeRestrictionsDescription
    regionCodeNoString- Region code
    Determine the Region in which the initialization script details will be queried
    You can obtain regionCode through the getRegionList action
    Default: Select the first Region of the getRegionList search results
    initScriptNoYesString- Number of initialization script to be queried
    initScriptNo can be obtained through the getInitScriptList action
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Response

    Response body

    Examples

    Request example

    GET {API_URL}/getInitScriptDetail
    ?regionCode=KR
    &initScriptNo=***44
    

    Response example

    <getInitScriptDetailResponse>
      <requestId></requestId>
      <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>#!/bin/bash</initScriptContent>
          <osType>
            <code>LNX</code>
            <codeName>LINUX</codeName>
          </osType>
        </initScript>
      </initScriptList>
    </getInitScriptDetailResponse>
    

    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.