Get information for a SIC data source.

get/sustainability-insight-ctr/v1beta1/datasources/{id}

Get information such as name and data collection times for a SIC data source.

Securitybearer
Request
path Parameters
id
required
string

ID of the data source

Examples:
ID for the data source being accessed is "00000000-0000-0000-0000-0000000000000"
00000000-0000-0000-0000-0000000000000
Responses
200

OK

400

Bad Request. Incorrect Input.

401

Unauthorized

429

Exceeded the allowed rate limit.

500

Unexpected Server Error

Request samples
Response samples
application/json
{
  • "id": "00000000-0000-0000-0000-0000000000000",
  • "type": "sustainability-insight-ctr/datasource",
  • "name": "HPE Aruba Central",
  • "provider": "HPE",
  • "lastCollectionTime": "2024-01-01T00:00:00.000Z",
  • "firstCollectionTime": "2024-01-01T00:00:00.000Z",
  • "generation": 0,
  • "createdAt": "2024-01-01T00:00:00.000Z",
  • "updatedAt": "2024-01-01T00:00:00.000Z"
}