Resource

Resource
Resource

A resource

JSON Example
{
    "billable": false,
    "createdAt": "string",
    "currentRequest": {
        "actionId": "string",
        "approvedAt": "string",
        "blueprintId": "string",
        "cancelable": false,
        "catalogItemId": "string",
        "completedAt": "string",
        "completedTasks": 0,
        "createdAt": "string",
        "deploymentId": "string",
        "details": "string",
        "dismissed": false,
        "estimatedCompletionTime": "string",
        "id": "string",
        "initializedAt": "string",
        "inputs": {
            "inputs": {}
        },
        "name": "string",
        "outputs": {
            "outputs": {}
        },
        "requestedBy": "string",
        "resourceIds": [
            "string"
        ],
        "resources": [
            {
                "description": "string",
                "id": "string",
                "name": "string",
                "version": "string"
            }
        ],
        "status": "string",
        "totalTasks": 0,
        "updatedAt": "string"
    },
    "deployment": {
        "description": "string",
        "iconId": "string",
        "id": "string",
        "leaseExpireAt": "string",
        "name": "string",
        "ownedBy": "string",
        "owner": {
            "email": "string",
            "firstname": "string",
            "id": "string",
            "lastname": "string",
            "type": "string"
        },
        "ownerType": "string"
    },
    "deploymentId": "string",
    "description": "string",
    "expense": {
        "additionalExpense": "number",
        "code": "string",
        "computeExpense": "number",
        "lastUpdatedTime": "string",
        "message": "string",
        "networkExpense": "number",
        "storageExpense": "number",
        "totalExpense": "number",
        "unit": "string"
    },
    "id": "string",
    "inprogressRequests": {},
    "name": "string",
    "orgId": "string",
    "origin": "string",
    "project": {
        "description": "string",
        "id": "string",
        "name": "string",
        "version": "string"
    },
    "projectId": "string",
    "properties": {
        "properties": {}
    },
    "syncStatus": "string",
    "type": "string"
}
boolean
billable
Optional

Indicates whether the resource is billable or not. This is only visible ORG admins

string As date-time As date-time
createdAt
Optional

Creation time

currentRequest
Optional

Represents deployment requests.

deployment
Optional

Deployment to which resource belongs

string As uuid As uuid
deploymentId
Optional

Resource deployment id

string
description
Optional

A description of the resource

expense
Optional

Expense associated with the deployment.

string As uuid As uuid
id
Optional

Unique identifier of the resource

object
inprogressRequests
Optional

inprogressRequests

string
name
Required

Name of the resource

string
orgId
Optional

Resource org id

string
origin
Optional

Origin of the resource

Possible values are : DISCOVERED, DEPLOYED, ONBOARDED, MIGRATED, SIMULATED, CCS, DISCOVERED, ONBOARDED, MIGRATED,
project
Optional

Optional affected resources details to which the request applies to

string
projectId
Optional

Resource project id

object
properties
Optional

properties

string
syncStatus
Optional

The current sync status

Possible values are : SUCCESS, MISSING, STALE,
string
type
Required

Type of the resource

Property Of