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

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

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

Creates a signal catalog using your existing VSS formatted content from your local device.

## Headers

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

## Request body

- ImportSignalCatalogRequest
  - `name` string, required — The name of the signal catalog to import.
  - `description` string — A brief description of the signal catalog.
  - `vss` object — The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
    - `vssJson` string — Provides the VSS in JSON format.
  - `tags` Tag[] — Metadata that can be used to manage the signal catalog.
    - `Key` string, required — The tag's key.
    - `Value` string, required — The tag's value.

## Response `200`

Success

- ImportSignalCatalogResponse
  - `name` string, required — The name of the imported signal catalog.
  - `arn` string, required — The Amazon Resource Name (ARN) of the imported signal catalog.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ConflictException
- `483` — LimitExceededException
- `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)
