---
title: "POST /#X-Amz-Target=IoTAutobahnControlPlane.ImportDecoderManifest"
method: POST
path: "/#X-Amz-Target=IoTAutobahnControlPlane.ImportDecoderManifest"
---

# POST /#X-Amz-Target=IoTAutobahnControlPlane.ImportDecoderManifest

`POST /#X-Amz-Target=IoTAutobahnControlPlane.ImportDecoderManifest`

Creates a decoder manifest using your existing CAN DBC file from your local device.

The CAN signal name must be unique and not repeated across CAN message definitions in a .dbc file.

## Headers

- `X-Amz-Target` 'IoTAutobahnControlPlane.ImportDecoderManifest', required

## Request body

- ImportDecoderManifestRequest
  - `name` string, required — The name of the decoder manifest to import.
  - `networkFileDefinitions` NetworkFileDefinition[], required — The file to load into an Amazon Web Services account.
    - `canDbc` object — Information, including CAN DBC files, about the configurations used to create a decoder manifest.
      - `networkInterface` string, required — Contains information about a network interface.
      - `canDbcFiles` NetworkFileBlob[], required — A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.
      - `signalsMap` object — Pairs every signal specified in your vehicle model with a signal decoder.

## Response `200`

Success

- ImportDecoderManifestResponse
  - `name` string, required — The name of the imported decoder manifest.
  - `arn` string, required — The Amazon Resource Name (ARN) of the decoder manifest that was imported.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ConflictException
- `483` — DecoderManifestValidationException
- `484` — ThrottlingException
- `485` — ValidationException
- `486` — InvalidSignalsException
- `487` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/iotfleetwise.md) · [All operations](https://skmtc.net/aws/apis/iotfleetwise/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotfleetwise/versions/0f1f9edeb409/schema)
