Develop > API calls > Get existing infrastructure resource pool details

Get existing infrastructure resource pool details

Displays details of existing infrastructure resource pools.

URI Method Parameters Returns
http://[host]:[port] Pool Id GET

Pool Id- Id of existing infrastructure resource pool.

200 - updated,

400 - bad request,

404 - not found

Example

The following URL was sent:

https://localhost:8444/csa/api/codar/existing-infrastructure-resource-pool/57566a63-4694-4cc4-9330-a9d37bf4ae5a

The following JSON was returned:

{
"@self": "/csa/codar/xi/existing-infrastructure-resource-pool/1eaa821c-4703-4703-8841-3ba68840c56e",
"id": "1eaa821c-4703-4703-8841-3ba68840c56e",
"name": "p1",
"description": "",
"isShared": true,
"iconUrl": "",
"createdBy": "admin",
"createdOn": "2016-11-04T09:18:16.689Z",
"updatedBy": "admin",
"updatedOn": "2016-11-08T12:31:43.583Z",
"applicationLifecycleStageMapping": [{
"applicationName": "Auto-Generate J2EE Application with Tomcat7",
"applicationVersion": "1.0.0",
"modelType": "TOPOLOGY",
"designId": "2d7ee83e-5455-4db3-9a50-9f7e50bb6035",
"stages": [
{
"color": "#ffb878",
"name": "Development"
}
]
}
],
"xiMachinesDetails": [
{
"@self": "/csa/codar/xi/existing-infrastructure/9de1d4bf-aa8c-480e-8d78-c2bd15e5f9ed",
"@type": "urn:x-hp:2012:software:cloud:data_model:ExistingInfrastructureDetails",
"id": "9de1d4bf-aa8c-480e-8d78-c2bd15e5f9ed",
"name": "window",
"ipAddress": "10.2.12.156",
"hostName": ""
}
]
}