# GCP-FinOps-flow---increase-backlog-quota-size_706806534 ## This document provides instructions on how to increase backlog quota size in Vertica. 1. Follow below steps to get IDM token curl -X POST https://:/idm-service/v3.0/tokens -d @/tmp/idm.json -k -H "Content-type: Application/json" idm.json { "passwordCredentials": { "username": "diadmin", "password": "1ISO\*help" }, "tenantName": "181783837" } 2\. Run below command to increase backlog quota to 100Mb. Note: cloud\_google\_cm\_billing\_raw\_flowControl is the dataset id used for GCP finops flow. curl -X POST https://:/itom-data-ingestion-administration/urest/v3/dataSetFlowControl -d @/tmp/d.json -k -H "Content-type: Application/json" -H "X-Auth-Token:" d.json { "id": "cloud\_google\_cm\_billing\_raw\_flowControl", "configurationId": "cloud\_google\_cm\_billing\_raw", "type":"dataSetConfiguration", "backlogQuotaInMB": 100 } **Related pages** - Page: [ESM Cloud Farm Version Tracking](/display/ICSD/ESM+Cloud+Farm+Version+Tracking) - Page: [How to get an Opentext Confluence account](/display/ICSD/How+to+get+an+Opentext+Confluence+account) - Page: [ITOM APM AppPluse Cloud Farm Information](/display/ICSD/ITOM+APM+AppPluse+Cloud+Farm+Information) - Page: [ITOM Cloud Service Ops Doc Management Process](/display/ICSD/ITOM+Cloud+Service+Ops+Doc+Management+Process) - Page: [ITOM ESM Cloud Service Catalog](/display/ICSD/ITOM+ESM+Cloud+Service+Catalog) - Page: [ITOM OpsB NOM Cloud Service Catalog](/display/ICSD/ITOM+OpsB+NOM+Cloud+Service+Catalog) - Page: [OpsB and NOM Cloud Deployments Version Tracking](/display/ICSD/OpsB+and+NOM+Cloud+Deployments+Version+Tracking)