After CSM is deployed, run the following API to use an IP/subnet pool for CSM visible to PCG.
PUT https://<csm-ip>/api/v1/csm/configs/system-config
Example Request Body where
10.1.1.1/24 is the IP address of CSM as seen by PCG.
{ "mgmt_ip_config": [ "10.1.1.1/24", "192.168.0.0/24" ] }