put https://facetsdemo.console.facets.cloud/cc-ui/v1/clusters//resource-enable-disable
Your Control Plane URL will varyThe Control Plane URL, denoted as
YOUR_CP_URLfor this API reference document is https://facetsdemo.console.facets.cloud.
Replace that with the Control Plane URL unique to your account.
API Endpoint
This API processes a PUT request to update the status of the resource in an Environment.
https://{YOUR_CP_URL}/cc-ui/v1/clusters/{clusterId}/resource-enable-disable- This API endpoint has one path parameter, clusterId.
Path parameters
- clusterIdof type- Stringis the id of the Environment.
Body parameters
- resourceNameand- resourceTypeare variables of type- String.
- Locate the disabled: trueparameter and set the value totrueorfalse.
Note: Setting disabled to true will disable the resource, while setting it to false will enable the resource.
[  
  {  
    "disabled": true,  
    "resourceName": "string",  
    "resourceType": "string"  
  }
][  
  {  
    "disabled": true,  
    "resourceName": "aws-crit",  
    "resourceType": "service"  
  },  
  {  
    "disabled": false,  
    "resourceName": "default",  
    "resourceType": "postgres"  
  }  
]Authenticate your API request
To learn more about how to generate a basic authentication token for use with Facets API requests, check Authentication Setup.
Facets API uses Basic Authentication.