Returns information on assets registered in the Organization module.
URL
{RMUrl}/api/Organization/assets/<AssetCode>
REQUEST METHOD
GET
URL PARAMETER
AssetCode: This parameter is provided in the URL and does not need to be sent through GET.
REQUEST EXAMPLE
{RMUrl}/api/Organization/assets/4104a112-dff9-42de-bc7c-a7046170d762
SUCCESS RESPONSE
Returns an OrganizationAsset object (see Modulo Risk Manager Features -> 2. Organization -> 2.1 Assets -> List Assets) with information on the asset specified.
SUCCESS RESPONSE EXAMPLE
{
"Id":"4104a112-dff9-42de-bc7c-a7046170d762",
"Name":"CEOs Computer",
"Description":"CEOs computer in room 101",
"AssetType":"Technology",
"AnalysisFrequency":10,
"Criticality":5,
"Relevance":5,
"BusinessComponents":["Tactical > Organizational System > Marketing","Tactical > Organizational System > Finances"],
"CreatedOn":"\/Date(1312209607337-0300)\/",
"UpdatedOn":"\/Date(1321617561133-0200)\/",
"GeolocationDescription":"Atlanta",
"ZoomLevel":5,
"Latitude":-22.903799,
"Longitude":-43.175988,
"CreatedBy":"jsmith",
"UpdatedBy":"jsmith",
"Responsible":{"Email":"email@abccompany.com",
"Id":"00d6dccf-1a9c-11e1-b470-0800270094a6",
"Name":"John Smith",
"Phone":"+1 (646) 555-0000"
},
"Path":" Marketing Department > CEOs Computer",
"Components":[
{"Id":"00d6dccf-1a9c-11e1-b470-0800270094a6","Name":"CEOs Computer - MS Office 2007 POR","Description":"description 1"},
{"Id":"cb2dd770-1cdc-11e1-af79-0800270094a6","Name":"CEOs Computer - Skype ","Description":"description 2"},
{"Id":"005cd280-1cde-11e1-af79-0800270094b9","Name":"CEOs Computer - MS Windows 7 Ultimate","Description":"description 3"}
],
"CustomAttributes":{"link":"http://abccompany.com",
"text":"Corporate site",
"listofoptions":["US"],
"email":"email@abccompany.com",
"outline":["CA","NY"],
"paragraph":"example text",
"attachment":[ "Description":"Attachment description",
"FileName":"document.txt",
"Id":"b0d95b17-4e83-11e1-a1df-0800270094a6"],
"number":"2",
"singlerelationship_threat_attribute":{
"Id":"ddf5c6ec-9f93-11e1-ba75-001ec91f4b0a",
"Caption":"Malicious code action"},
"singlerelationship_asset_attribute":{
"Id":"90a849c8-eb27-46e7-9b23-13c6ac26a694",
"Caption":"Marketing > Meeting Room"},
"singlerelationship_asset_attribute":{
"Id":"fe7b94f3-a054-11e1-ba75-001ec91f4b0a",
"Caption":"Processing Environment – Data Center"},
"singlerelationship_vulnerability_attribute":{
"Id":"19b1a37e-82ef-4895-922f-eaa2130b7277",
"Caption":"Time of Last System Startup"},
"singlerelationship_group_attribute":[{"Id":"ec3db67d-f2e1-11e1-a23f-001ec91f4b0a","Caption":"Finance Dept"},{"Id":"f53181c7-f2e1-11e1-a23f-001ec91f4b0a","Caption":"Information Tech"},{"Id":"05475a88-f5fc-11e1-bf14-001ec91f4b0a","Caption":"Financial"},{"Id":"05475a8b-f5fc-11e1-bf14-001ec91f4b0a","Caption":"Human Resources"}]
},
"MappingCriteria":{
"DnsName":{"Type":"AssetName"},
"IpAddress":{"Type":"HostAddress"},
"NetbiosName":{"Type":"Inherited"}
}
"ParentPerimeter": {
"Id": "bc1f6287-6264-4fd7-8b95-db60fae887a3",
"Caption": "API"
}
}