POST https://cloud.example.com/ext-ui/tenant/{tenant name}/ariaops/ui/metricChart.actionVMware Cloud Director 10.6.x
VMware Aria Operation 8.18.x
VCD default parameters are responsible for the failure of the API calls with request size exceeding 200 KB.
/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n restapi.security.request.size_limit -v 2097152New property being stored: Property "restapi.security.request.size_limit" has value "2097152"/opt/vmware/vcloud-director/bin/cell-management-tool manage-config -n restapi.security.request.size_limit -lProperty "restapi.security.request.size_limit" has value "2097152"
cp /opt/vmware/vcloud-director/bin/vmware-vcd-cell-common /opt/vmware/vcloud-director/bin/vmware-vcd-cell-common.backvi /opt/vmware/vcloud-director/bin/vmware-vcd-cell-common -Djdk.http.auth.tunneling.disabledSchemes="" \ -Dcom.sun.org.apache.xml.internal.security.ignoreLineBreaks=true \ -Dorg.eclipse.jetty.server.Request.maxFormContentSize=10000000 \ -XX:-LoopUnswitching \ -XX:-OmitStackTraceInFastThrow \
f) Restart VCD cells as per documentation Perform an Orderly Shutdown and Startup of Your VMware Cloud Director Appliance Cluster
NOTE: after upgrading VCD, the vmware-vcd-cell-common file is reverted to the default and it is necessary to go through the step 2 again after the upgrade is completed. |