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.
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.
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.
flowcore get <resource-type> --tenant <tenant-name>
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.
flowcore get tenant
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.
flowcore get scenarios --tenant <tenant-name>
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.
flowcore get adapter --tenant <tenant-name> --scenario <scenario-name>