Get Resource Type Using GET 1

Get Resource Type Using GET 1

Returns the Resource type with the supplied ID.

Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/deployment/api/resource-types/{resourceTypeId}
COPY
Path Parameters
string
resourceTypeId
Required

resourceTypeId


Responses
200

OK

Returns ResourceType of type(s) application/json
{
    "accountType": "string",
    "createdAt": "string",
    "createdBy": "string",
    "description": "string",
    "displayName": "string",
    "id": "string",
    "name": "string",
    "orgId": "string",
    "projectId": "string",
    "providerId": "string",
    "updatedAt": "string",
    "updatedBy": "string"
}
string
accountType
Optional

Optional. Account type to which the resource type belongs to. Example: AWS, Azure etc

Possible values are : AWS, Azure, GCP, vSphere, vSphere-cloud, Azure-EA, NSX-V, NSX-T, NSX-P, NSX-P-cloud, vCloud Director, VMC, Puppet, Ansible,
string As date-time As date-time
createdAt
Optional

Time at which the resource type was created.

string
createdBy
Optional

Name of the user who created the resource type.

string
description
Optional

Resource type description

string
displayName
Optional

Resource display name

string
id
Optional

Resource type id

string
name
Optional

Resource type name

string
orgId
Optional

Org ID where resource type belongs

string
projectId
Optional

Project ID where resource type belongs

string
providerId
Optional

Provider Id

object
schema
Optional

Resource type schema

string As date-time As date-time
updatedAt
Optional

Time at which the resource type was updated.

string
updatedBy
Optional

Name of the user who updated the resource type.


401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure