Skip to content

storage inspect

Displays detailed information about a Remote Storage Provider Connection.

Terminal window
flexai storage inspect <storage_provider_connection_name>

The name of the Storage Provider Connection to inspect.

Examples
  • aws-storage-conn-eu
  • r2-storage-conn
  • storageconnection123
--json
<boolean>
Optional
Flag

Output the information in JSON format.

Examples
  • --json
Terminal window
flexai storage inspect aws-storage-conn-eu
Details on the returned information
FieldDescriptionData Type
kindResource typeString
metadataMetadata informationObject
metadata.nameResource nameString
metadata.idResource IDString (UUID)
metadata.creatorUserIDUser ID of the creator of the resourceString (UUID)
metadata.ownerOrgIDOrganization ID of the owner of the resourceString (UUID)
specSpecification informationObject
spec.providerNameStorage Provider nameString
spec.gcsConfigGoogle Cloud Storage configuration informationObject
spec.gcsConfig.serviceAccountRefName of the FCS Secret containing the GCP Service Account JSON fileString
spec.s3ConfigS3-compatible configuration informationObject
spec.s3Config.endpointS3-compatible storage endpointURL
spec.s3Config.accessKeyIdS3-compatible storage Access Key IDString
spec.s3Config.regionS3-compatible storage RegionString
statusStatus informationObject
status.createdAtDate and time the resource was createdString (ISO 8601)
kind: StorageProvider
metadata:
name: aws-storage-conn-eu
id: 42235d4b-5832-45ec-af5f-4d1d4773860e
creatorUserID: bd67af19-2599-4d57-832e-a1ac042f48be
ownerOrgID: 270a5476-b91a-412f-8d13-852ef7bb5b94
spec:
providerName: s3
s3Config:
endpoint: s3.eu-west-2.amazonaws.com
accessKeyId: AKIAIOSFODIN7AAF89GU
region: eu-west-2
status:
createdAt: "2024-12-16T17:58:05.545998Z"