Get information about a cost center

Request

GET http://{hostname}:{port}
  /landscaper/security/costcenter/{costCenterId}
Accept: application/json
Table 1. URL parameters
Parameter Type Required Description
costCenterId string true ID of the cost center
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Example

curl -u jsmith:passwd 
  http://myserver.example.com:8080/landscaper/security/costcenter/adbfe6b3-36d6-4689-964a-0e1d7db7fa01
  -H "Accept: application/json"

Example response

{
  "id": "adbfe6b3-36d6-4689-964a-0e1d7db7fa01",
  "name": "My OpenStack Cloud",
  "source": "CLOUD"
}