Parameters needed for downloading docker delegate yaml
Bad Request
Internal server error
Delegate Yaml File.
{- "name": "string",
- "description": "string",
- "size": "LAPTOP",
- "tags": [
- "string"
], - "tokenName": "string",
- "clusterPermissionType": "CLUSTER_ADMIN",
- "customClusterNamespace": "string"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Parameters needed for downloading kubernetes delegate yaml
Bad Request
Internal server error
Delegate Yaml File.
{- "name": "string",
- "description": "string",
- "size": "LAPTOP",
- "tags": [
- "string"
], - "tokenName": "string",
- "clusterPermissionType": "CLUSTER_ADMIN",
- "customClusterNamespace": "string"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}