Create a Registry.
request for create and update registry
response for create, get and update registry
Bad request
Unauthenticated
Unauthorized
Internal server error
{- "allowedPattern": [
- "string"
], - "blockedPattern": [
- "string"
], - "cleanupPolicy": [
- {
- "expireDays": 0,
- "name": "string",
- "packagePrefix": [
- "string"
], - "versionPrefix": [
- "string"
]
}
], - "config": {
- "type": "VIRTUAL",
- "upstreamProxies": [
- "string"
]
}, - "description": "string",
- "identifier": "string",
- "labels": [
- "string"
], - "packageType": "DOCKER",
- "parentRef": "string",
- "scanners": [
- {
- "name": "AQUA_TRIVY"
}
]
}
{- "data": {
- "allowedPattern": [
- "string"
], - "blockedPattern": [
- "string"
], - "cleanupPolicy": [
- {
- "expireDays": 0,
- "name": "string",
- "packagePrefix": [
- "string"
], - "versionPrefix": [
- "string"
]
}
], - "config": {
- "type": "VIRTUAL",
- "upstreamProxies": [
- "string"
]
}, - "createdAt": "string",
- "description": "string",
- "identifier": "string",
- "labels": [
- "string"
], - "modifiedAt": "string",
- "packageType": "DOCKER",
- "url": "string"
}, - "status": "SUCCESS"
}
Delete a Registry in the account for the given key
Success Response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "status": "SUCCESS"
}
Returns Registry Details in the account for the given key
response for create, get and update registry
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "allowedPattern": [
- "string"
], - "blockedPattern": [
- "string"
], - "cleanupPolicy": [
- {
- "expireDays": 0,
- "name": "string",
- "packagePrefix": [
- "string"
], - "versionPrefix": [
- "string"
]
}
], - "config": {
- "type": "VIRTUAL",
- "upstreamProxies": [
- "string"
]
}, - "createdAt": "string",
- "description": "string",
- "identifier": "string",
- "labels": [
- "string"
], - "modifiedAt": "string",
- "packageType": "DOCKER",
- "url": "string"
}, - "status": "SUCCESS"
}
Updates a Registry in the account for the given key
request for create and update registry
response for create, get and update registry
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "allowedPattern": [
- "string"
], - "blockedPattern": [
- "string"
], - "cleanupPolicy": [
- {
- "expireDays": 0,
- "name": "string",
- "packagePrefix": [
- "string"
], - "versionPrefix": [
- "string"
]
}
], - "config": {
- "type": "VIRTUAL",
- "upstreamProxies": [
- "string"
]
}, - "description": "string",
- "identifier": "string",
- "labels": [
- "string"
], - "packageType": "DOCKER",
- "parentRef": "string",
- "scanners": [
- {
- "name": "AQUA_TRIVY"
}
]
}
{- "data": {
- "allowedPattern": [
- "string"
], - "blockedPattern": [
- "string"
], - "cleanupPolicy": [
- {
- "expireDays": 0,
- "name": "string",
- "packagePrefix": [
- "string"
], - "versionPrefix": [
- "string"
]
}
], - "config": {
- "type": "VIRTUAL",
- "upstreamProxies": [
- "string"
]
}, - "createdAt": "string",
- "description": "string",
- "identifier": "string",
- "labels": [
- "string"
], - "modifiedAt": "string",
- "packageType": "DOCKER",
- "url": "string"
}, - "status": "SUCCESS"
}
Lists all the Artifacts for Registry
response for list artifact
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "artifacts": [
- {
- "downloadsCount": 0,
- "labels": [
- "string"
], - "lastModified": "string",
- "latestVersion": "string",
- "name": "string",
- "packageType": "DOCKER",
- "registryIdentifier": "string",
- "registryPath": "string"
}
], - "itemCount": 1,
- "pageCount": 100,
- "pageIndex": 0,
- "pageSize": 1
}, - "status": "SUCCESS"
}
Returns CLI Client Setup Details based on package type
response for client setup details
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "mainHeader": "string",
- "secHeader": "string",
- "sections": [
- {
- "header": "string",
- "steps": [
- {
- "commands": [
- {
- "label": null,
- "value": null
}
], - "header": "string",
- "type": "Static"
}
]
}
]
}, - "status": "SUCCESS"
}