The name of the Storage Provider Connection to inspect.
Examples
-
aws-storage-conn-eu
-
r2-storage-conn
-
storageconnection123
Displays detailed information about a Remote Storage Provider Connection.
flexai storage inspect <storage_provider_connection_name>
The name of the Storage Provider Connection to inspect.
aws-storage-conn-eu
r2-storage-conn
storageconnection123
Output the information in JSON format.
--json
flexai storage inspect aws-storage-conn-eu
Field | Description | Data Type |
---|---|---|
kind | Resource type | String |
metadata | Metadata information | Object |
metadata.name | Resource name | String |
metadata.id | Resource ID | String (UUID) |
metadata.creatorUserID | User ID of the creator of the resource | String (UUID) |
metadata.ownerOrgID | Organization ID of the owner of the resource | String (UUID) |
spec | Specification information | Object |
spec.providerName | Storage Provider name | String |
spec.gcsConfig | Google Cloud Storage configuration information | Object |
spec.gcsConfig.serviceAccountRef | Name of the FCS Secret containing the GCP Service Account JSON file | String |
spec.s3Config | S3-compatible configuration information | Object |
spec.s3Config.endpoint | S3-compatible storage endpoint | URL |
spec.s3Config.accessKeyId | S3-compatible storage Access Key ID | String |
spec.s3Config.region | S3-compatible storage Region | String |
status | Status information | Object |
status.createdAt | Date and time the resource was created | String (ISO 8601) |
kind: StorageProvidermetadata: name: aws-storage-conn-eu id: 42235d4b-5832-45ec-af5f-4d1d4773860e creatorUserID: bd67af19-2599-4d57-832e-a1ac042f48be ownerOrgID: 270a5476-b91a-412f-8d13-852ef7bb5b94spec: providerName: s3 s3Config: endpoint: s3.eu-west-2.amazonaws.com accessKeyId: AKIAIOSFODIN7AAF89GU region: eu-west-2status: createdAt: "2024-12-16T17:58:05.545998Z"