FleetAppsManagementCatalogClient¶
-
class
oci.fleet_apps_management.FleetAppsManagementCatalogClient(config, **kwargs)¶ Fleet Application Management provides a centralized platform to help you automate resource management tasks, validate patch compliance, and enhance operational efficiency across an enterprise.
Methods
__init__(config, **kwargs)Creates a new service client change_catalog_item_compartment(…)Moves a CatalogItem into a different compartment within the same tenancy. clone_catalog_item(catalog_item_id, …)Clones a CatalogItem into a different compartment within the same tenancy. configure_catalog_item(catalog_item_id, …)Configures a CatalogItem. create_catalog_item(…)Creates a CatalogItem. delete_catalog_item(catalog_item_id, **kwargs)Deletes a CatalogItem. get_catalog_item(catalog_item_id, **kwargs)Gets information about a CatalogItem. get_catalog_item_variables_definition(…)Gets information about a CatalogItem Variables. list_catalog_items(compartment_id, **kwargs)Gets a list of Catalog Items in a compartment. update_catalog_item(catalog_item_id, …)Updates a CatalogItem. -
__init__(config, **kwargs)¶ Creates a new service client
Parameters: - config (dict) – Configuration keys and values as per SDK and Tool Configuration.
The
from_file()method can be used to load configuration from a file. Alternatively, adictcan be passed. You can validate_config the dict usingvalidate_config() - service_endpoint (str) – (optional)
The endpoint of the service to call using this client. For example
https://iaas.us-ashburn-1.oraclecloud.com. If this keyword argument is not provided then it will be derived using the region in the config parameter. You should only provide this keyword argument if you have an explicit need to specify a service endpoint. - timeout (float or tuple(float, float)) – (optional) The connection and read timeouts for the client. The default values are connection timeout 10 seconds and read timeout 60 seconds. This keyword argument can be provided as a single float, in which case the value provided is used for both the read and connection timeouts, or as a tuple of two floats. If a tuple is provided then the first value is used as the connection timeout and the second value as the read timeout.
- signer (
AbstractBaseSigner) –(optional) The signer to use when signing requests made by the service client. The default is to use a
Signerbased on the values provided in the config parameter.One use case for this parameter is for Instance Principals authentication by passing an instance of
InstancePrincipalsSecurityTokenSigneras the value for this keyword argument - retry_strategy (obj) –
(optional) A retry strategy to apply to all calls made by this service client (i.e. at the client level). There is no retry strategy applied by default. Retry strategies can also be applied at the operation level by passing a
retry_strategykeyword argument as part of calling the operation. Any value provided at the operation level will override whatever is specified at the client level.This should be one of the strategies available in the
retrymodule. A convenienceDEFAULT_RETRY_STRATEGYis also available. The specifics of the default retry strategy are described here. - circuit_breaker_strategy (obj) – (optional)
A circuit breaker strategy to apply to all calls made by this service client (i.e. at the client level).
This client uses
DEFAULT_CIRCUIT_BREAKER_STRATEGYas default if no circuit breaker strategy is provided. The specifics of circuit breaker strategy are described here. - circuit_breaker_callback (function) – (optional) Callback function to receive any exceptions triggerred by the circuit breaker.
- client_level_realm_specific_endpoint_template_enabled (bool) – (optional) A boolean flag to indicate whether or not this client should be created with realm specific endpoint template enabled or disable. By default, this will be set as None.
- allow_control_chars – (optional) allow_control_chars is a boolean to indicate whether or not this client should allow control characters in the response object. By default, the client will not allow control characters to be in the response object.
- config (dict) – Configuration keys and values as per SDK and Tool Configuration.
The
-
change_catalog_item_compartment(catalog_item_id, change_catalog_item_compartment_details, **kwargs)¶ Moves a CatalogItem into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
Parameters: - catalog_item_id (str) –
(required) The OCID of the CatalogItem.
- change_catalog_item_compartment_details (oci.fleet_apps_management.models.ChangeCatalogItemCompartmentDetails) – (required) Details of the target compartment.
- if_match (str) – (optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- opc_request_id (str) – (optional) The client request ID for tracing.
- opc_retry_token (str) – (optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of type NoneReturn type: Example: Click here to see an example of how to use change_catalog_item_compartment API.
- catalog_item_id (str) –
-
clone_catalog_item(catalog_item_id, clone_catalog_item_details, **kwargs)¶ Clones a CatalogItem into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
Parameters: - catalog_item_id (str) –
(required) The OCID of the CatalogItem.
- clone_catalog_item_details (oci.fleet_apps_management.models.CloneCatalogItemDetails) – (required) The information to be updated.
- if_match (str) – (optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- opc_request_id (str) – (optional) The client request ID for tracing.
- opc_retry_token (str) – (optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of typeCatalogItemReturn type: Example: Click here to see an example of how to use clone_catalog_item API.
- catalog_item_id (str) –
-
configure_catalog_item(catalog_item_id, configure_catalog_item_details, **kwargs)¶ Configures a CatalogItem. Creating new Catalog Item.
Parameters: - catalog_item_id (str) –
(required) The OCID of the CatalogItem.
- configure_catalog_item_details (oci.fleet_apps_management.models.ConfigureCatalogItemDetails) – (required) The information to be updated.
- if_match (str) – (optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- opc_request_id (str) – (optional) The client request ID for tracing.
- opc_retry_token (str) – (optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of typeCatalogItemReturn type: Example: Click here to see an example of how to use configure_catalog_item API.
- catalog_item_id (str) –
-
create_catalog_item(create_catalog_item_details, **kwargs)¶ Creates a CatalogItem.
Parameters: - create_catalog_item_details (oci.fleet_apps_management.models.CreateCatalogItemDetails) – (required) Details for the new CatalogItem.
- opc_retry_token (str) – (optional) A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
- opc_request_id (str) – (optional) The client request ID for tracing.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of typeCatalogItemReturn type: Example: Click here to see an example of how to use create_catalog_item API.
-
delete_catalog_item(catalog_item_id, **kwargs)¶ Deletes a CatalogItem.
Parameters: - catalog_item_id (str) –
(required) The OCID of the CatalogItem.
- if_match (str) – (optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- opc_request_id (str) – (optional) The client request ID for tracing.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of type NoneReturn type: Example: Click here to see an example of how to use delete_catalog_item API.
- catalog_item_id (str) –
-
get_catalog_item(catalog_item_id, **kwargs)¶ Gets information about a CatalogItem.
Parameters: - catalog_item_id (str) –
(required) The OCID of the CatalogItem.
- opc_request_id (str) – (optional) The client request ID for tracing.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of typeCatalogItemReturn type: Example: Click here to see an example of how to use get_catalog_item API.
- catalog_item_id (str) –
-
get_catalog_item_variables_definition(catalog_item_id, **kwargs)¶ Gets information about a CatalogItem Variables.
Parameters: - catalog_item_id (str) –
(required) The OCID of the CatalogItem.
- opc_request_id (str) – (optional) The client request ID for tracing.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of typeCatalogItemVariablesDefinitionReturn type: Example: Click here to see an example of how to use get_catalog_item_variables_definition API.
- catalog_item_id (str) –
-
list_catalog_items(compartment_id, **kwargs)¶ Gets a list of Catalog Items in a compartment.
Parameters: - compartment_id (str) – (required) The ID of the compartment in which to list resources.
- config_source_type (str) –
(optional) The ConfigSourceType Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, URL_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
- lifecycle_state (str) –
(optional) A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
Allowed values are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”
- sort_order (str) –
(optional) The sort order to use, either ‘ASC’ or ‘DESC’.
Allowed values are: “ASC”, “DESC”
- sort_by (str) –
(optional) The field to sort by. You can provide only one sort by. Default value for timeCreated is descending. Default order for displayName is ascending
Allowed values are: “timeCreated”, “displayName”, “timeBackfillLastChecked”
- display_name (str) – (optional) A filter to return only resources that match the entire display name given.
- limit (int) – (optional) The maximum number of items to return.
- page (str) – (optional) A token representing the position at which to start retrieving results. This must come from the opc-next-page header field of a previous response.
- opc_request_id (str) – (optional) The client request ID for tracing.
- catalog_listing_id (str) – (optional) catalogListingId of the package. This is an integer whose min and max length are specified.
- catalog_listing_version_criteria (str) –
(optional) Parameter to list all catalog items only with latest version or list all catalog items with all versions.
Allowed values are: “LIST_ALL_VERSIONS”, “LIST_EARLIEST_VERSION_ONLY”, “LIST_LATEST_VERSION_ONLY”
- package_type (str) –
(optional) A filter to return only resources that match the given package type. The state value is case-insensitive.
Allowed values are: “TF_PACKAGE”, “NON_TF_PACKAGE”, “CONFIG_FILE”
- should_list_public_items (bool) – (optional) The indicator to append Public Items from the root compartment to any query, when set to TRUE.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of typeCatalogItemCollectionReturn type: Example: Click here to see an example of how to use list_catalog_items API.
-
update_catalog_item(catalog_item_id, update_catalog_item_details, **kwargs)¶ Updates a CatalogItem.
Parameters: - catalog_item_id (str) –
(required) The OCID of the CatalogItem.
- update_catalog_item_details (oci.fleet_apps_management.models.UpdateCatalogItemDetails) – (required) The information to be updated.
- if_match (str) – (optional) For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
- opc_request_id (str) – (optional) The client request ID for tracing.
- retry_strategy (obj) –
(optional) A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
This should be one of the strategies available in the
retrymodule. This operation usesDEFAULT_RETRY_STRATEGYas default if no retry strategy is provided. The specifics of the default retry strategy are described here.To have this operation explicitly not perform any retries, pass an instance of
NoneRetryStrategy. - allow_control_chars (bool) – (optional) allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object. By default, the response will not allow control characters in strings
Returns: A
Responseobject with data of type NoneReturn type: Example: Click here to see an example of how to use update_catalog_item API.
- catalog_item_id (str) –
-