I need to automate configuration for a Cisco Secure Firewall 3140 Threat Defense running Multi-Instances. The requirements are: using an ether channel interface as the parent interface (which is shared with other instances) and creating subinterfaces via API.
I could create the subinterface using the API below, but couldn't find a way to assign it to one of the instances.
/api/fmc_config/v1/domain/{domainUUID}/chassis/fmcmanagedchassis/{containerUUID}/subinterfaces
Is it something possible to accomplish via API?