Help Center/ Config/ API Reference/ APIs/ Conformance Packages/ Querying Details of an Organization Conformance Package
Updated on 2024-08-15 GMT+08:00

Querying Details of an Organization Conformance Package

Function

Obtain details of an organization conformance package based on an ID.

Calling Method

For details, see Calling APIs.

URI

GET /v1/resource-manager/organizations/{organization_id}/conformance-packs/{conformance_pack_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

organization_id

Yes

String

Specifies the organization ID.

Maximum: 34

conformance_pack_id

Yes

String

Specifies the ID of a conformance package.

Maximum: 36

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

org_conformance_pack_id

String

Organization conformance package ID

org_conformance_pack_name

String

Organization conformance package name

owner_id

String

The creator of an organization conformance package

organization_id

String

Organization ID

org_conformance_pack_urn

String

The unique identifier of resources in an organization conformance package

excluded_accounts

Array of strings

Excluded accounts for conformance package deployment

vars_structure

Array of VarsStructure objects

Parameters of a conformance package

created_at

String

The creation time of an organization conformance package

updated_at

String

The update time of an organization conformance package

template_key

String

The name of a predefined conformance package template.

template_uri

String

The OBS address of a conformance package template

Table 3 VarsStructure

Parameter

Type

Description

var_key

String

Specifies the name of a parameter.

Minimum: 1

Maximum: 64

var_value

Object

Specifies the value of a parameter.

Status code: 400

Table 4 Response body parameters

Parameter

Type

Description

error_code

String

Specifies the error code.

error_msg

String

Specifies the error message.

Status code: 403

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Specifies the error code.

error_msg

String

Specifies the error message.

Status code: 404

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Specifies the error code.

error_msg

String

Specifies the error message.

Status code: 500

Table 7 Response body parameters

Parameter

Type

Description

error_code

String

Specifies the error code.

error_msg

String

Specifies the error message.

Example Requests

None

Example Responses

Status code: 200

Operation succeeded.

{
  "org_conformance_pack_id" : "d02b7fa9d5a74e638c1402d0868f71fd",
  "org_conformance_pack_name" : "org_conformance_pack_name-e35r",
  "owner_id" : "a1b2c043fab784a45ad88f5ef6a4bdaas",
  "organization_id" : "o-doxbpkzqsdd51ti1k27w2y8fitakrknp",
  "org_conformance_pack_urn" : "rms::a1b2c043fab784a45ad88f5ef6a4bdaas:organizationConformancePack:o-doxbpkzqsdd51ti1k27w2y8fitakrknp/d02b7fa9d5a74e638c1402d0868f71fd",
  "created_at" : "2023-02-28T09:39:19Z",
  "updated_at" : "2023-02-28T09:39:19Z"
}

Status Codes

Status Code

Description

200

Operation succeeded.

400

Invalid parameter.

403

Authentication failed.

404

Resources not found.

500

Server error.

Error Codes

See Error Codes.