${response.mainpart} returns null for ${response.contentType} as application/scim+json
while the call itself returns the JSON mainpart is null.
Release : 9.4
Component : API GTW ENTERPRISE MANAGER
The call itself returns the JSON mainpart is null.
1. add the cluster-wide property: contentType.otherTextualTypes and set the value in there to: application/scim+json
Gateway will treat that content-type as text type, so that it handles messages with that content-type the same way as it would for XML, JSON, etc.
Each content type added to that cluster-wide property should be on it's own line.
It allow to include charsets if needed as well.
2. A restart of ssg service is required for this modification on cluster-wide property for the changes to go into affect.
The following link/page has a bit more information on the cluster-wide property:
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/api-gateway/9-4/reference/gateway-cluster-properties/miscellaneous-cluster-properties.html