Skip to content

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.

Terminal window
flowcore get <resource-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.

Terminal window
flowcore get <resource-type> <resource-id> --tenant <tenant-name> [--scenario <scenario-name>]

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.

Terminal window
flowcore get <resource-type> --tenant <tenant-name>

Get All Tenants

To get all tenants you have access to, you can use the flowcore get tenants command. This command will get all tenants you have access to.

Terminal window
flowcore get tenant

Get Scenarios

To get scenarios, you can use the flowcore get scenarios --tenant <tenant-name> command. This command will get all scenarios for the specified tenant.

Terminal window
flowcore get scenarios --tenant <tenant-name>

Get Adapters

To get adapters, you can use the flowcore get adapters --tenant <tenant-name> --scenario <scenario-name> command. This command will get all adapters for the specified tenant and scenario.

Terminal window
flowcore get adapters --tenant <tenant-name> --scenario <scenario-name>