provider-configurations

List Provider configurations

This endpoint returns a list of Provider configurations by various filters.

get/provider-configurations

Query parameters

filter[name]string

The provider configuration name filter.

filter[provider-name]string

The provider configuration type filter.

filter[status]string

The provider configuration status filter.

filter[account]string

The provider configuration account filter.

filter[environment]string

The provider configuration environment filter.

filter[provider-configuration]string

The ID(s) of provider configuration(s).

filter[tag]string

Filter provider configurations by tags

filter[is-allowed-in-module-test]string

Filter provider configurations allowed for use in module tests.

filter[is-used-in-module-test]string

Filter provider configurations used in module tests.

page[number]string

Page number

page[size]string

Page size

sortstring[]

The comma-separated list of attributes.

includestring[]

The comma-separated list of relationship paths.

environmentsstring

The comma-separated list of fields to return in response for Environment resource.

provider-configuration-parametersstring

The comma-separated list of fields to return in response for ProviderConfigurationParameter resource.

provider-configurationsstring

The comma-separated list of fields to return in response for ProviderConfiguration resource.

tagsstring

The comma-separated list of fields to return in response for Tag resource.

The value of the fields[resource-type] parameter is a comma-separated list that refers to the name of the fields to be returned for the resource. An empty value indicates that no fields should be returned.

Response

Success.

Changes

No recorded changes to this endpoint across all 1 revision of this API.