List all the behaviors in an environment.
Scope Types
The scope type of a behavior refers to the container in which it was created. A behavior created within an environment will be accessible by that environment and be of scope type Environment
.
All children containers have access to their parent's behaviors. A behavior of scope type Environment
will be accessible by all of the zones within that environment.
Scope types may be used to filter the behaviors displayed by a listing request. The following scope types are available:
Local
: (default) Only display behaviors created within the environment.Ecosystem
: Display only the behaviors created within the parent ecosystem.
Multiple scope types may be requested at a time to refine results. For an environment, if scopeTypes
is set to both Ecosystem
and Local
, all of the behaviors available to the environment will be listed; the behaviors of both the environment and its parent container.