GetArtifactsByName(string alias, int? serviceId = null, int? version = null)

Description

This end point returns the ServiceArtifactInfo given the name of an artifact.

 

Syntax

GetArtifactsByName(string alias, int? serviceId = null, int? version = null)

 

Returns

Taxk<ServiceArtifactInfo>

 

API

GET /api/v1/service-artifact/artifacts/info-by-name

 

Parameters

alias: alias of the service artifact (required)
serviceId: service ID (optional)

version: version of the service artifact (optional)

 

Returns