Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

start_fuota_task

start_fuota_task(**kwargs)

Starts a FUOTA task.

See also: AWS API Documentation

Request Syntax

response = client.start_fuota_task(
    Id='string',
    LoRaWAN={
        'StartTime': datetime(2015, 1, 1)
    }
)
Parameters
  • Id (string) --

    [REQUIRED]

    The ID of a FUOTA task.

  • LoRaWAN (dict) --

    The LoRaWAN information used to start a FUOTA task.

    • StartTime (datetime) --

      Start time of a FUOTA task.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • IoTWireless.Client.exceptions.ValidationException
  • IoTWireless.Client.exceptions.AccessDeniedException
  • IoTWireless.Client.exceptions.ResourceNotFoundException
  • IoTWireless.Client.exceptions.ConflictException
  • IoTWireless.Client.exceptions.ThrottlingException
  • IoTWireless.Client.exceptions.InternalServerException