DevOps Components
Get a Component by ID
Retrieve the currently stored Component data for the given ID.
The result will be what is currently stored, ignoring any pending updates or deletes.
Only Connect apps that define the jiraDevOpsComponentProvider module can access this resource. This resource requires the 'READ' scope for Connect apps.
get/rest/devopscomponents/1.0/devopscomponents/{componentId}
Path parameters
componentIdstring required
The ID of the Component to fetch.
Response
The Component data currently stored for the given ID.
Example response
{
"schemaVersion": "1.0",
"id": "111-222-333",
"updateSequenceNumber": 1523494301448,
"name": "Galactus",
"providerName": "Marvel",
"url": "https://example.com/project/MS/galactus/summary",
"avatarUrl": "https://example.com/project/MS/galactus/logo",
"tier": "Tier 1",
"componentType": "Service",
"lastUpdated": "2018-01-20T23:27:25.000Z"
}