Skip to main content

Links

SAM: Links (1.0.0)

Download OpenAPI specification:Download

API for interacting with SAM links.

Get link details

Returns the details of a link.

Authorizations:
BearerAuth
path Parameters
id
required
string <uuid>

The unique ID of the link.

Responses

Response samples

Content type
application/json
{
  • "id": "a8411272-aa0d-42f3-823f-0fb1ceee16c0",
  • "description": "Document needed for OS installation",
  • "createdDate": "2024-08-12T05:04:34Z",
  • "lastUpdatedDate": "2024-09-12T07:09:34Z",
  • "assetType": {
    }
}

Replace a single link

Replaces an asset's link with the one provided.

Authorizations:
BearerAuth
path Parameters
id
required
string <uuid>

The unique ID of the link.

Request Body schema: application/json
url
required
string

The URL which points to a specific resource.

description
string

The link description.

Responses

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "id": "a8411272-aa0d-42f3-823f-0fb1ceee16c0",
  • "description": "Document needed for OS installation",
  • "createdDate": "2024-08-12T05:04:34Z",
  • "lastUpdatedDate": "2024-09-12T07:09:34Z",
  • "assetType": {
    }
}