amazonaws.com – servicecatalog-appregistry
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:servicecatalog-appregistry/2020-06-24.json
- Provider
- amazonaws.com:servicecatalog-appregistry / servicecatalog-appregistry
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/servicecatalog-appregistry/2020-06-24/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/servicecatalog-appregistry/2020-06-24/openapi.yaml
Tools (26)
Extracted live via the executor SDK.
-
applications.associateAttributeGroupAssociates an attribute group with an application to augment the application's metadata with the group's attributes. This feature enables applications to be described with user-defined details that are machine-readable, such as third-party integrations.
-
applications.associateResourceAssociates a resource with an application. The resource can be specified by its ARN or name. The application can be specified by ARN, ID, or name.
-
applications.createApplicationCreates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.
-
applications.deleteApplicationDeletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.
-
applications.disassociateAttributeGroupDisassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts
AssociateAttributeGroup. -
applications.disassociateResourceDisassociates a resource from application. Both the resource and the application can be specified either by ID or name.
-
applications.getApplicationRetrieves metadata information about one of your applications. The application can be specified by its ARN, ID, or name (which is unique within one account in one region at a given point in time). Specify by ARN or ID in automated workflows if you want to make sure that the exact same application is returned or a
ResourceNotFoundExceptionis thrown, avoiding the ABA addressing problem. -
applications.getAssociatedResourceGets the resource associated with the application.
-
applications.listApplicationsRetrieves a list of all of your applications. Results are paginated.
-
applications.listAssociatedAttributeGroupsLists all attribute groups that are associated with specified application. Results are paginated.
-
applications.listAssociatedResourcesLists all of the resources that are associated with the specified application. Results are paginated.
If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.
-
applications.listAttributeGroupsForApplicationLists the details of all attribute groups associated with a specific application. The results display in pages.
-
applications.updateApplicationUpdates an existing application with new attributes.
-
attributeGroups.createAttributeGroupCreates a new attribute group as a container for user-defined attributes. This feature enables users to have full control over their cloud application's metadata in a rich machine-readable format to facilitate integration with automated workflows and third-party tools.
-
attributeGroups.deleteAttributeGroupDeletes an attribute group, specified either by its attribute group ID, name, or ARN.
-
attributeGroups.getAttributeGroupRetrieves an attribute group by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or name.
-
attributeGroups.listAttributeGroupsLists all attribute groups which you have access to. Results are paginated.
-
attributeGroups.updateAttributeGroupUpdates an existing attribute group with new details.
-
configuration.getConfigurationRetrieves a
TagKeyconfiguration from an account. -
configuration.putConfigurationAssociates a
TagKeyconfiguration to an account. -
sync.syncResourceSyncs the resource with current AppRegistry records.
Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.
-
tags.listTagsForResourceLists all of the tags on the resource.
-
tags.tagResourceAssigns one or more tags (key-value pairs) to the specified resource.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
This operation returns an empty response if the call was successful.
-
tags.untagResourceRemoves tags from a resource.
This operation returns an empty response if the call was successful.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools