Chilkat Online Tools

StopJob Xojo Example

AWS Device Farm

// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

Dim rest As New Chilkat.Rest
Dim success As Boolean

Dim authAws As New Chilkat.AuthAws
authAws.AccessKey = "AWS_ACCESS_KEY"
authAws.SecretKey = "AWS_SECRET_KEY"

// Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
authAws.Region = "us-west-2"
authAws.ServiceName = "devicefarm"
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
success = rest.SetAuthAws(authAws)

// URL: https://devicefarm.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = rest.Connect("devicefarm.us-west-2.amazonaws.com",443,True,True)
If (success <> True) Then
    System.DebugLog("ConnectFailReason: " + Str(rest.ConnectFailReason))
    System.DebugLog(rest.LastErrorText)
    Return
End If

// The following code creates the JSON request body.
// The JSON created by this code is shown below.

// Use this online tool to generate code from sample JSON:
// Generate Code to Create JSON

Dim json As New Chilkat.JsonObject
success = json.UpdateString("arn","string")

// The JSON request body created by the above code:

// {
//   "arn": "string"
// }

success = rest.AddHeader("Content-Type","application/x-amz-json-1.1")
success = rest.AddHeader("X-Amz-Target","DeviceFarm_20150623.StopJob")

Dim sbRequestBody As New Chilkat.StringBuilder
success = json.EmitSb(sbRequestBody)
Dim sbResponseBody As New Chilkat.StringBuilder
success = rest.FullRequestSb("POST","/",sbRequestBody,sbResponseBody)
If (success <> True) Then
    System.DebugLog(rest.LastErrorText)
    Return
End If

Dim respStatusCode As Int32
respStatusCode = rest.ResponseStatusCode
System.DebugLog("response status code = " + Str(respStatusCode))
If (respStatusCode <> 200) Then
    System.DebugLog("Response Header:")
    System.DebugLog(rest.ResponseHeader)
    System.DebugLog("Response Body:")
    System.DebugLog(sbResponseBody.GetAsString())
    Return
End If

Dim jResp As New Chilkat.JsonObject
success = jResp.LoadSb(sbResponseBody)

// The following code parses the JSON response.
// A sample JSON response is shown below the sample code.

// Use this online tool to generate parsing code from sample JSON:
// Generate Parsing Code from JSON

Dim arn As String
Dim deviceArn As String
Dim instanceProfileArn As String
Dim Description As String
Dim instanceProfileName As String
Dim PackageCleanup As Int32
Dim RebootAfterUse As Int32
Dim status As String
Dim udid As String
Dim j As Int32
Dim count_j As Int32
Dim strVal As String

Dim Arn As String
Arn = jResp.StringOf("job.arn")
Dim Errored As Int32
Errored = jResp.IntOf("job.counters.errored")
Dim Failed As Int32
Failed = jResp.IntOf("job.counters.failed")
Dim Passed As Int32
Passed = jResp.IntOf("job.counters.passed")
Dim Skipped As Int32
Skipped = jResp.IntOf("job.counters.skipped")
Dim Stopped As Int32
Stopped = jResp.IntOf("job.counters.stopped")
Dim Total As Int32
Total = jResp.IntOf("job.counters.total")
Dim Warned As Int32
Warned = jResp.IntOf("job.counters.warned")
Dim Created As Int32
Created = jResp.IntOf("job.created")
Dim DeviceArn As String
DeviceArn = jResp.StringOf("job.device.arn")
Dim Availability As String
Availability = jResp.StringOf("job.device.availability")
Dim Carrier As String
Carrier = jResp.StringOf("job.device.carrier")
Dim Architecture As String
Architecture = jResp.StringOf("job.device.cpu.architecture")
Dim Clock As Int32
Clock = jResp.IntOf("job.device.cpu.clock")
Dim Frequency As String
Frequency = jResp.StringOf("job.device.cpu.frequency")
Dim FleetName As String
FleetName = jResp.StringOf("job.device.fleetName")
Dim FleetType As String
FleetType = jResp.StringOf("job.device.fleetType")
Dim FormFactor As String
FormFactor = jResp.StringOf("job.device.formFactor")
Dim HeapSize As Int32
HeapSize = jResp.IntOf("job.device.heapSize")
Dim Image As String
Image = jResp.StringOf("job.device.image")
Dim Manufacturer As String
Manufacturer = jResp.StringOf("job.device.manufacturer")
Dim Memory As Int32
Memory = jResp.IntOf("job.device.memory")
Dim Model As String
Model = jResp.StringOf("job.device.model")
Dim ModelId As String
ModelId = jResp.StringOf("job.device.modelId")
Dim Name As String
Name = jResp.StringOf("job.device.name")
Dim Os As String
Os = jResp.StringOf("job.device.os")
Dim Platform As String
Platform = jResp.StringOf("job.device.platform")
Dim Radio As String
Radio = jResp.StringOf("job.device.radio")
Dim RemoteAccessEnabled As Int32
RemoteAccessEnabled = jResp.IntOf("job.device.remoteAccessEnabled")
Dim RemoteDebugEnabled As Int32
RemoteDebugEnabled = jResp.IntOf("job.device.remoteDebugEnabled")
Dim Height As Int32
Height = jResp.IntOf("job.device.resolution.height")
Dim Width As Int32
Width = jResp.IntOf("job.device.resolution.width")
Dim Metered As Int32
Metered = jResp.IntOf("job.deviceMinutes.metered")
Dim DeviceMinutesTotal As Int32
DeviceMinutesTotal = jResp.IntOf("job.deviceMinutes.total")
Dim Unmetered As Int32
Unmetered = jResp.IntOf("job.deviceMinutes.unmetered")
Dim InstanceArn As String
InstanceArn = jResp.StringOf("job.instanceArn")
Dim Message As String
Message = jResp.StringOf("job.message")
Dim jobName As String
jobName = jResp.StringOf("job.name")
Dim Result As String
Result = jResp.StringOf("job.result")
Dim Started As Int32
Started = jResp.IntOf("job.started")
Dim Status As String
Status = jResp.StringOf("job.status")
Dim jobStopped As Int32
jobStopped = jResp.IntOf("job.stopped")
Dim v_Type As String
v_Type = jResp.StringOf("job.type")
Dim VideoCapture As Int32
VideoCapture = jResp.IntOf("job.videoCapture")
Dim VideoEndpoint As String
VideoEndpoint = jResp.StringOf("job.videoEndpoint")
Dim i As Int32
i = 0
Dim count_i As Int32
count_i = jResp.SizeOfArray("job.device.instances")
While i < count_i
    jResp.I = i
    arn = jResp.StringOf("job.device.instances[i].arn")
    deviceArn = jResp.StringOf("job.device.instances[i].deviceArn")
    instanceProfileArn = jResp.StringOf("job.device.instances[i].instanceProfile.arn")
    Description = jResp.StringOf("job.device.instances[i].instanceProfile.description")
    instanceProfileName = jResp.StringOf("job.device.instances[i].instanceProfile.name")
    PackageCleanup = jResp.IntOf("job.device.instances[i].instanceProfile.packageCleanup")
    RebootAfterUse = jResp.IntOf("job.device.instances[i].instanceProfile.rebootAfterUse")
    status = jResp.StringOf("job.device.instances[i].status")
    udid = jResp.StringOf("job.device.instances[i].udid")
    j = 0
    count_j = jResp.SizeOfArray("job.device.instances[i].instanceProfile.excludeAppPackagesFromCleanup")
    While j < count_j
        jResp.J = j
        strVal = jResp.StringOf("job.device.instances[i].instanceProfile.excludeAppPackagesFromCleanup[j]")
        j = j + 1
    Wend
    j = 0
    count_j = jResp.SizeOfArray("job.device.instances[i].labels")
    While j < count_j
        jResp.J = j
        strVal = jResp.StringOf("job.device.instances[i].labels[j]")
        j = j + 1
    Wend
    i = i + 1
Wend

// A sample JSON response body parsed by the above code:

// {
//   "job": {
//     "arn": "string",
//     "counters": {
//       "errored": number,
//       "failed": number,
//       "passed": number,
//       "skipped": number,
//       "stopped": number,
//       "total": number,
//       "warned": number
//     },
//     "created": number,
//     "device": {
//       "arn": "string",
//       "availability": "string",
//       "carrier": "string",
//       "cpu": {
//         "architecture": "string",
//         "clock": number,
//         "frequency": "string"
//       },
//       "fleetName": "string",
//       "fleetType": "string",
//       "formFactor": "string",
//       "heapSize": number,
//       "image": "string",
//       "instances": [
//         {
//           "arn": "string",
//           "deviceArn": "string",
//           "instanceProfile": {
//             "arn": "string",
//             "description": "string",
//             "excludeAppPackagesFromCleanup": [
//               "string"
//             ],
//             "name": "string",
//             "packageCleanup": boolean,
//             "rebootAfterUse": boolean
//           },
//           "labels": [
//             "string"
//           ],
//           "status": "string",
//           "udid": "string"
//         }
//       ],
//       "manufacturer": "string",
//       "memory": number,
//       "model": "string",
//       "modelId": "string",
//       "name": "string",
//       "os": "string",
//       "platform": "string",
//       "radio": "string",
//       "remoteAccessEnabled": boolean,
//       "remoteDebugEnabled": boolean,
//       "resolution": {
//         "height": number,
//         "width": number
//       }
//     },
//     "deviceMinutes": {
//       "metered": number,
//       "total": number,
//       "unmetered": number
//     },
//     "instanceArn": "string",
//     "message": "string",
//     "name": "string",
//     "result": "string",
//     "started": number,
//     "status": "string",
//     "stopped": number,
//     "type": "string",
//     "videoCapture": boolean,
//     "videoEndpoint": "string"
//   }
// }