一键导入
manage-data-marketplace
Use when managing data providers, data products, activation keys, licenses, releases, or contexts in the SAP Datasphere Data Marketplace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when managing data providers, data products, activation keys, licenses, releases, or contexts in the SAP Datasphere Data Marketplace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when managing TLS certificates or data source connections in SAP Datasphere spaces. Covers listing, creating, validating, editing, and deleting connections and certificates.
Use when listing global roles or managing user assignments to global roles in SAP Datasphere. Covers listing roles, adding users, and removing users from global roles.
Use when logging in, logging out, setting or showing the host, managing secrets/tokens, initializing CLI cache, or handling passcode-based authentication for SAP Datasphere.
Use when listing, creating, reading, updating, deploying, or deleting SAP Datasphere modelling objects: local tables, views, data flows, replication flows, transformation flows, task chains, analytic models, business entities, fact models, consumption models, data access controls, ER models, intelligent lookups, and remote tables.
Use when listing, creating, updating, or deleting scoped roles in SAP Datasphere. Also covers adding/removing users and spaces (scopes) to scoped roles, and the workflow for granting isolated space access.
Use when listing, creating, reading, updating, or deleting SAP Datasphere spaces. Also covers managing space users, database users (HDI), and workload priorities.
| name | manage-data-marketplace |
| description | Use when managing data providers, data products, activation keys, licenses, releases, or contexts in the SAP Datasphere Data Marketplace. |
# List all data providers accessible to the current user
datasphere marketplace providers list
[--accept "application/vnd.sap.marketplace.providers.list+json"
|"application/vnd.sap.marketplace.providers.details+json"]
# Read a specific data provider
datasphere marketplace providers read
--provider-identifier <uuid | contentAggregatorUUID:contentAggregatorProviderID>
# Create a new data provider
datasphere marketplace providers create
--file-path <file>.json | --input <input>
# Overwrite ALL properties of a data provider
datasphere marketplace providers overwrite
--provider-identifier <identifier>
--file-path <file>.json | --input <input>
# Update selected properties of a data provider
datasphere marketplace providers update
--provider-identifier <identifier>
--file-path <file>.json | --input <input>
# Generate activation keys for a provider
datasphere marketplace providers keys generate
--provider-identifier <identifier>
--file-path <file>.json | --input <input>
# List activation keys for a provider
datasphere marketplace providers keys list
--provider-identifier <identifier>
# Delete activation keys for a provider
datasphere marketplace providers keys delete
--provider-identifier <identifier>
--file-path <file>.json | --input <input>
# List data products
datasphere marketplace products list
# Read a data product
datasphere marketplace products read
--product-identifier <identifier>
# List data products by provider
datasphere marketplace products-by-provider list
--provider-identifier <identifier>
# List licenses by provider
datasphere marketplace licenses-by-provider list
--provider-identifier <identifier>
# List releases for a product
datasphere marketplace releases list
--provider-identifier <identifier>
--product-identifier <identifier>
# Read a specific release
datasphere marketplace releases read
--provider-identifier <identifier>
--product-identifier <identifier>
--release-identifier <identifier>
# Create a release
datasphere marketplace releases create
--provider-identifier <identifier>
--product-identifier <identifier>
--file-path <file>.json | --input <input>
# Update a release
datasphere marketplace releases update
--provider-identifier <identifier>
--product-identifier <identifier>
--release-identifier <identifier>
--file-path <file>.json | --input <input>
# List contexts for a provider
datasphere marketplace contexts-by-provider list
--provider-identifier <identifier>
0b0dfe8e-f974-407d-8987-6d863b2c5e83<aggregatorUUID>:<contentAggregatorProviderID>{
"name": "<string>",
"contentAggregatorProviderID": "<string>",
"logo": "<base64-object>",
"description": "<string>",
"homepageUrl": "<string>",
"linkedinUrl": "<string>",
"regionalCoverages": ["Global", "Europe", "North America", ...],
"dataCategories": ["<string>", ...],
"industries": ["<string>", ...],
"sapApplications": ["<string>", ...],
"contactEmail": "<string>",
"sapEmail": "<string>",
"country_code": "<string>",
"zipCode": "<string>",
"city": "<string>",
"address1": "<string>",
"address2": "<string>",
"phoneNumber": "<string>",
"shipments": ["Direct|External|OpenSql"],
"marketplaceVisibilities": ["public|private|internal"]
}
Max file size: 25MB. Logo must be Base64 encoded (bmp, svg+xml, gif, jpeg, png, tiff).
| Parameter | Required | Notes |
|---|---|---|
| --provider-identifier | Yes (most) | Provider UUID or contentAggregatorUUID[:providerID] |
| --product-identifier | Yes (products/releases) | Data product identifier |
| --release-identifier | Yes (releases read/update) | Release identifier |
| --file-path | Conditional | Path to JSON definition file |
| --input | Conditional | Inline input string |
| --accept | No | MIME type for response format |
providers keys delete is destructive — requires confirmationproviders overwrite replaces ALL properties — use update for partial changes