-
I need to create a new device type for security equipment. Before I start creating the template file, I want to use the most accurate port definitions possible. Is there any documentation available that lists all possible ports and components? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, the README has the most up to date information regarding how to structure a definition file. You can also look within the schema folder on this repo for specific information regarding what port types are available and such. For instance, if you wanted to see what type of interfaces we currently accept, you could navigate to the devicetype schema which when reading through will lead you to the generated_schema. Within the You can also look at any of the recently approved and merged PR's which can give you a good idea on accepted formats. If you have anymore questions, please feel free to let us know! |
Beta Was this translation helpful? Give feedback.
Hello, the README has the most up to date information regarding how to structure a definition file. You can also look within the schema folder on this repo for specific information regarding what port types are available and such.
For instance, if you wanted to see what type of interfaces we currently accept, you could navigate to the devicetype schema which when reading through will lead you to the generated_schema. Within the
generated_schema.yml
you will findinterface
which has a whole list of interface types.You can also look at any of the recently approved and merged PR's which can give you a good idea on accepted formats.
If you have anymore questions, please feel free to let us k…