Documentation ¶
Index ¶
- func ResourceDeployApplication() *schema.Resource
- func ResourceDeployGroup() *schema.Resource
- func ResourceDeployHost() *schema.Resource
- func ResourceInspectorWebsite() *schema.Resource
- func ResourceInspectorWebsiteScan() *schema.Resource
- func ResourceProject() *schema.Resource
- func ResourceRepository() *schema.Resource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResourceDeployApplication ¶ added in v1.56.0
@API CodeArtsDeploy POST /v1/applications @API CodeArtsDeploy GET /v1/applications/{app_id}/info @API CodeArtsDeploy DELETE /v1/applications/{app_id}
func ResourceDeployGroup ¶ added in v1.55.0
@API CodeArtsDeploy POST /v1/resources/host-groups @API CodeArtsDeploy PUT /v2/host-groups/{group_id} @API CodeArtsDeploy GET /v1/resources/host-groups/{group_id} @API CodeArtsDeploy DELETE /v2/host-groups/{group_id}
func ResourceDeployHost ¶ added in v1.56.0
@API CodeArtsDeploy POST /v1/resources/host-groups/{group_id}/hosts @API CodeArtsDeploy PUT /v2/host-groups/{group_id}/hosts/{host_id} @API CodeArtsDeploy GET /v1/resources/host-groups/{group_id}/hosts/{host_id} @API CodeArtsDeploy DELETE /v2/host-groups/{group_id}/hosts/{host_id}
func ResourceInspectorWebsite ¶ added in v1.58.0
@API VSS POST /v3/{project_id}/webscan/domains @API VSS POST /v3/{project_id}/webscan/domains/authenticate @API VSS POST /v3/{project_id}/webscan/domains/settings @API VSS GET /v3/{project_id}/webscan/domains @API VSS GET /v3/{project_id}/webscan/domains/settings @API VSS DELETE /v3/{project_id}/webscan/domains
func ResourceInspectorWebsiteScan ¶ added in v1.58.0
@API VSS POST /v3/{project_id}/webscan/tasks @API VSS PUT /v3/{project_id}/webscan/tasks @API VSS GET /v3/{project_id}/webscan/tasks
func ResourceProject ¶
@API CodeArts POST /v4/project @API CodeArts PUT /v4/projects/{id} @API CodeArts GET /v4/projects/{id} @API CodeArts DELETE /v4/projects/{id}
func ResourceRepository ¶
@API CodeArts POST /v1/repositories @API CodeArts GET /v1/repositories/{repository_uuid}/status @API CodeArts GET /v2/repositories/{repository_uuid} @API CodeArts DELETE /v1/repositories/{repository_uuid}
Types ¶
This section is empty.
Source Files ¶
- resource_huaweicloud_codearts_deploy_application.go
- resource_huaweicloud_codearts_deploy_group.go
- resource_huaweicloud_codearts_deploy_host.go
- resource_huaweicloud_codearts_inspector_website.go
- resource_huaweicloud_codearts_inspector_website_scan.go
- resource_huaweicloud_codearts_project.go
- resource_huaweicloud_codearts_repository.go