FarmTerminate

From $1

    Description

    This API terminates specified by FarmID farm
     

    Changelog

    API version Changes
     2.0.0 Initial version

     

    Request Parameters

    Name Description Required
     FarmID The ID of farm that you want to terminate.

    Example: 123456
    Yes
     KeepEBS Keep EBS volumes created for roles on this farm.

    Example: 1
    Yes
     KeepEIP Keep Elastic IPs created for roles on this farm.

    Example: 0
    Yes
     KeepDNSZone Keep DNS zone that assigned to this farm on nameservers.

    Example: 1
    Yes

     

    Response Elements

    Name Description
     Result Request Result

     

    Sample Request

    https://api.scalr.net/?Action=FarmTerminate
    &FarmID=123
    &KeepEBS=1
    &KeepEIP=0
    &KeepDNSZone=0
    &Version=2.0.0
    &KeyID=<Your Scalr API Key ID>
    &TimeStamp=2009-06-19T05%3A13%3A00.000Z
    &Signature=<URLEncode(Base64Encode(Signature))>

     

    Sample Response

    <?xml version="1.0"?> 
    <FarmTerminateResponse>
        <TransactionID>e1523428-767f-43c3-8b63-aa136e2cfc34</TransactionID>
        <Result>1</Result>
    </FarmTerminateResponse>


     

    Tags: (Edit tags)
    • No tags
     
    Comments (0)
    You must login to post a comment.

     
    Powered by MindTouch Core