Artifacts REST Endpoints

Artifacts
The operations from the Artifacts category.
Get all gateway artifacts
Method: get
Path: /apiplatform/administration/v1/artifacts
Get gateway artifacts of a specified name
Method: get
Path: /apiplatform/administration/v1/artifacts/{name}
Get gateway artifacts of a specified name and type
Method: get
Path: /apiplatform/administration/v1/artifacts/{name}/types/{type}
Get gateway artifacts of a specified name, version and type
Method: get
Path: /apiplatform/administration/v1/artifacts/{name}/types/{type}/versions/{version}
Upload a custom gateway artifact
Method: post
Path: /apiplatform/administration/v1/artifacts