Returns the list of resource module types eligible for deployment

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Used to get deployment applicable resources list

Request URL

https://{serverurl}/intelligence/api/deployments/deploymentResources

Scope

DesktopCentralCloud.DEX.READCopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Request Headers

AcceptstringMandatory
application/deploymentResources.v1+jsonapplication/deploymentResources.v1+jsonCopied!

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request GET \
  --url https://appdomains/intelligence/api/deployments/deploymentResources \
  --header 'Accept: application/deploymentResources.v1+json' \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52'

Response Parameters

- HTTP code 202

Response Body - application/json
JSON Object
Hide Sub-Attributes
resourceTypeIdJSON Object

Resource module entry keyed by resource type id

Show Sub-Attributes
displayNamestring

Display name of the resource module type

resourceTypeIDinteger

Resource type identifier

iconstring

Icon key used by the UI for this resource type

Possible Response Codes

202HTTP code

Sample Response: HTTP 202

Copied!
  {
    "1": {
      "displayName": "Workflows",
      "resourceTypeID": 1,
      "icon": "workflow-icon"
    }
  }
                
Show full

Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes

Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.