Import Components
Import components via a .csv file
You can import your components via .csv file. The csv has 3 columns, Name, Parent and External ID.

Sample .csv
Column | Description |
---|---|
Name | The name of the Component as it will be shown on the status page |
Parent | The name of the parent component to nest the named component directly under. You may use the component name or external ID here. Components can be nested up to 5 levels deep |
ExternalID | Your external ID for the component. If you wish to give the component a different name than you show on the status page. The External ID can also be used by the API to affect the component. |
Updated about 15 hours ago