Skip to content

Commit

Permalink
generate modules with ibmcloud.py fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kavya498 committed Feb 23, 2022
1 parent 9f8cf4b commit 48024c3
Show file tree
Hide file tree
Showing 592 changed files with 11,139 additions and 11,139 deletions.
20 changes: 10 additions & 10 deletions docs/ibm_api_gateway_endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

open_api_doc_name (True, str, None)
(Required for new resource) Json File path


routes (False, list, None)
Invokable routes for an endpoint
service_instance_crn (True, str, None)
(Required for new resource) Api Gateway Service Instance Crn


managed (False, bool, False)
Expand All @@ -47,16 +43,20 @@ Parameters
Action type of Endpoint ALoowable values are share, unshare, manage, unmanage


service_instance_crn (True, str, None)
(Required for new resource) Api Gateway Service Instance Crn
provider_id (False, str, user-defined)
Provider ID of an endpoint allowable values user-defined and whisk


open_api_doc_name (True, str, None)
(Required for new resource) Json File path


name (True, str, None)
(Required for new resource) Endpoint name


provider_id (False, str, user-defined)
Provider ID of an endpoint allowable values user-defined and whisk
routes (False, list, None)
Invokable routes for an endpoint


id (False, str, None)
Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_app_config_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

environment_id (True, str, None)
(Required for new resource) Environment Id.


color_code (False, str, None)
Color code to distinguish the environment.

Expand All @@ -39,10 +43,6 @@ Parameters
(Required for new resource) Environment name.


environment_id (True, str, None)
(Required for new resource) Environment Id.


description (False, str, None)
Environment description

Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_app_config_environment_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Parameters
GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.


expand (False, bool, None)
If set to `true`, returns expanded view of the resource details.


environment_id (True, str, None)
Environment Id.


expand (False, bool, None)
If set to `true`, returns expanded view of the resource details.


iaas_classic_username (False, any, None)
(Required when generation = 1) The IBM Cloud Classic Infrastructure (SoftLayer) user name. This can also be provided via the environment variable 'IAAS_CLASSIC_USERNAME'.

Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_app_config_environments_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

tags (False, str, None)
filter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.


limit (False, int, None)
The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use `limit` with `offset` to page through the available records.

Expand All @@ -41,10 +45,6 @@ Parameters
If set to `true`, returns expanded view of the resource details.


tags (False, str, None)
filter the resources to be returned based on the associated tags. Returns resources associated with any of the specified tags.


offset (False, int, None)
The number of records to skip. By specifying `offset`, you retrieve a subset of items that starts with the `offset` value. Use `offset` with `limit` to page through the available records.

Expand Down
40 changes: 20 additions & 20 deletions docs/ibm_app_config_feature.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,50 +31,50 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

segment_rules (False, list, None)
Specify the targeting rules that is used to set different feature flag values for different segments.
guid (True, str, None)
(Required for new resource) GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.


collections (False, list, None)
List of collection id representing the collections that are associated with the specified feature flag.
environment_id (True, str, None)
(Required for new resource) Environment Id.


type (True, str, None)
(Required for new resource) Type of the feature (BOOLEAN, STRING, NUMERIC).
tags (False, str, None)
Tags associated with the feature.


enabled_value (True, str, None)
(Required for new resource) Value of the feature when it is enabled. The value can be BOOLEAN, STRING or a NUMERIC value as per the `type` attribute.
feature_id (True, str, None)
(Required for new resource) Feature id.


type (True, str, None)
(Required for new resource) Type of the feature (BOOLEAN, STRING, NUMERIC).


description (False, str, None)
Feature description.


tags (False, str, None)
Tags associated with the feature.
name (True, str, None)
(Required for new resource) Feature name.


environment_id (True, str, None)
(Required for new resource) Environment Id.
enabled_value (True, str, None)
(Required for new resource) Value of the feature when it is enabled. The value can be BOOLEAN, STRING or a NUMERIC value as per the `type` attribute.


name (True, str, None)
(Required for new resource) Feature name.
segment_rules (False, list, None)
Specify the targeting rules that is used to set different feature flag values for different segments.


feature_id (True, str, None)
(Required for new resource) Feature id.
collections (False, list, None)
List of collection id representing the collections that are associated with the specified feature flag.


disabled_value (True, str, None)
(Required for new resource) Value of the feature when it is disabled. The value can be BOOLEAN, STRING or a NUMERIC value as per the `type` attribute.


guid (True, str, None)
(Required for new resource) GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_app_config_feature_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

environment_id (True, str, None)
Environment Id.


guid (True, str, None)
GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.

Expand All @@ -45,6 +41,10 @@ Parameters
Include the associated collections in the response.


environment_id (True, str, None)
Environment Id.


iaas_classic_username (False, any, None)
(Required when generation = 1) The IBM Cloud Classic Infrastructure (SoftLayer) user name. This can also be provided via the environment variable 'IAAS_CLASSIC_USERNAME'.

Expand Down
28 changes: 14 additions & 14 deletions docs/ibm_app_config_features_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

guid (True, str, None)
GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.


collections (False, list, None)
Filter features by a list of comma separated collections.

Expand All @@ -41,32 +37,36 @@ Parameters
If set to `true`, returns expanded view of the resource details.


limit (False, int, None)
The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use `limit` with `offset` to page through the available records.


offset (False, int, None)
The number of records to skip. By specifying `offset`, you retrieve a subset of items that starts with the `offset` value. Use `offset` with `limit` to page through the available records.


tags (False, str, None)
Filter the resources to be returned based on the associated tags. Specify the parameter as a list of comma separated tags. Returns resources associated with any of the specified tags.
guid (True, str, None)
GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard.


environment_id (True, str, None)
Environment Id.


sort (False, str, None)
Sort the feature details based on the specified attribute.
segments (False, list, None)
Filter features by a list of comma separated segments.


includes (False, list, None)
Include the associated collections or targeting rules details in the response.


segments (False, list, None)
Filter features by a list of comma separated segments.
limit (False, int, None)
The number of records to retrieve. By default, the list operation return the first 10 records. To retrieve different set of records, use `limit` with `offset` to page through the available records.


sort (False, str, None)
Sort the feature details based on the specified attribute.


tags (False, str, None)
Filter the resources to be returned based on the associated tags. Specify the parameter as a list of comma separated tags. Returns resources associated with any of the specified tags.


iaas_classic_username (False, any, None)
Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_app_route.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

port (False, int, None)
The port of the route. Supported for domains of TCP router groups only.


path (False, str, None)
The path for a route as raw text.Paths must be between 2 and 128 characters.Paths must start with a forward slash '/'.Paths must not contain a '?'

Expand All @@ -55,6 +51,10 @@ Parameters
(Required for new resource) The guid of the associated domain


port (False, int, None)
The port of the route. Supported for domains of TCP router groups only.


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_appid_apm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

password_expiration (True, list, None)
(Required for new resource)


lockout_policy (True, list, None)
(Required for new resource)

Expand All @@ -55,10 +59,6 @@ Parameters
(Required for new resource)


password_expiration (True, list, None)
(Required for new resource)


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_appid_application_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

tenant_id (True, str, None)
The service `tenantId`


client_id (True, str, None)
The `client_id` is a public identifier for applications


tenant_id (True, str, None)
The service `tenantId`


iaas_classic_username (False, any, None)
(Required when generation = 1) The IBM Cloud Classic Infrastructure (SoftLayer) user name. This can also be provided via the environment variable 'IAAS_CLASSIC_USERNAME'.

Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_appid_application_scopes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

tenant_id (True, str, None)
(Required for new resource) The service `tenantId`


client_id (True, str, None)
(Required for new resource) The `client_id` is a public identifier for applications

Expand All @@ -43,6 +39,10 @@ Parameters
(Required for new resource) A `scope` is a runtime action in your application that you register with IBM Cloud App ID to create an access permission


tenant_id (True, str, None)
(Required for new resource) The service `tenantId`


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
8 changes: 4 additions & 4 deletions docs/ibm_appid_cloud_directory_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------

template_name (True, str, None)
(Required for new resource) The type of email template. This can be `USER_VERIFICATION`, `WELCOME`, `PASSWORD_CHANGED`, `RESET_PASSWORD` or `MFA_VERIFICATION`


language (False, str, en)
Preferred language for resource. Format as described at RFC5646. According to the configured languages codes returned from the `GET /management/v4/{tenantId}/config/ui/languages API`.

Expand All @@ -55,6 +51,10 @@ Parameters
(Required for new resource) The AppID instance GUID


template_name (True, str, None)
(Required for new resource) The type of email template. This can be `USER_VERIFICATION`, `WELCOME`, `PASSWORD_CHANGED`, `RESET_PASSWORD` or `MFA_VERIFICATION`


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
Loading

0 comments on commit 48024c3

Please sign in to comment.