Skip to content

Get entity by ID

GET
/entities/{id}
curl --request GET \
--url https://shoehorn.example.com/api/v1/entities/example
id
required
string

Entity details

Media type application/json
object
id
string format: uuid
service_id

Human-readable identifier

string
name
string
type
string
lifecycle
string
owner
string
description
string
tier
string
tags
Array<string>
links
Array<object>
object
title
string
url
string format: uri
icon
string
source
string
Allowed values: kubernetes manifest api github manual
created_at
string format: date-time
updated_at
string format: date-time
Example
{
"source": "kubernetes"
}

Entity not found