Get Resources
You can get resources in Flowcore using the Flowcore CLI.
Get Resources
To get resources, you can use the flowcore get <resource-type>
command. This command will get resources of the specified type.
Get Resources by ID
To get a resource by ID, you can use the flowcore get <resource-type> <resource-id> --tenant <tenant-name> [--scenario <scenario-name>]
command. This command will get the resource of the specified type and ID.
Get Tenant Resources
To get tenant resources, you can use the flowcore get <resource-type> --tenant <tenant-name>
command. This command will get resources of the specified type for the specified tenant.
Get All Tenants
To get all tenants you have access to, you can use the flowcore get tenant
command. This command will get all tenants you have access to.
Get Scenarios
To get scenarios, you can use the flowcore get scenario --tenant <tenant-name>
command. This command will get all scenarios for the specified tenant.
Get Adapters
To get adapters, you can use the flowcore get adapter --tenant <tenant-name> --scenario <scenario-name>
command. This command will get all adapters for the specified tenant and scenario.