Import GGSA artifacts

patch

https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/artifacts/import

Import GGSA artifacts from the bundle(archive).

Request

Path Parameters
Query Parameters
  • if true, Overwrite the existing artifact with the new one matched in the bundle otherwise ignore all such artifact in the bundle.
    Example:
    true
Supported Media Types
Back to Top

Response

Supported Media Types

200 Response

Successfully imported the artifacts.
Body ()
Root Schema : Artifact
Type: object
Show Source
Nested Schema : tagNames
Type: array
Unique Items Required: true
List of tags defined for the GGSA Artifact.
Show Source

404 Response

Entity not found.

409 Response

Incorrect state / conflict.
Back to Top