GET Workgroups/{workgroupName}/Assets?name={name}

Purpose

Returns an asset by Workgroup name and asset name.

Required Permissions

Asset Management (Read).

URL Parameters

workgroupName: Name of the Workgroup.

Query Parameters

name: Name of the asset.

Request Body

None.

Response Body

Content-Type: application/json

{
    WorkgroupID: int,
    AssetID: int,
    AssetName: string,
    DnsName: string,
    DomainName: string,
    IPAddress: string,
    MacAddress: string,
    AssetType: string,
    OperatingSystem: string,
    CreateDate: datetime,
    LastUpdateDate: datetime
}

Response Codes

200 - Request successful. Asset in response body.

For more information, please see Common Response Codes.