Cloud Resource Framework Asset Scope

This document describes the API for reading and creating Framework Asset Scopes.

A Framework Asset Scope defines the scope of an asset (e.g., a Cloud Resource) within a Framework.

Framework Asset Scopes are immutable. Once created, they cannot be modified. To update a scope, create a new resource with the updated information.

List Framework Asset Scopes

Returns a list of Framework Asset Scopes for the Cloud Resource by ID

The absence of a Framework Asset Scope indicates the asset is not in scope for the Framework.

Securityheader_authorization
Request
path Parameters
cloud_resource_id
required
string

Scope response to cloud_resource_id

query Parameters
include
boolean

Set to true along with relationships to return the entire relationship data in the included key within the response.

relationships
boolean

Set to true to return the associated relationships data within the response. (default: false)

Responses
400

Bad Request

401

Unauthorized

403

Forbidden

default
get/cloud_resources/{cloud_resource_id}/framework_asset_scopes
Request samples
Response samples
application/json
[
  • {
    }
]

Create Framework Asset Scope

Create a Framework Asset Scope for the Cloud Resource by ID

Securityheader_authorization
Request
path Parameters
cloud_resource_id
required
string

Scope response to cloud_resource_id

query Parameters
active
boolean

Flag to indicate if this Framework Asset Scope is active.

framework_id
string <uuid>

The ID of the Framework assigned to this Framework Asset Scope.

manually_scoped_reason
string

Reason if this Framework Asset Scope is manually scoped.

Responses
400

Bad Request

401

Unauthorized

403

Forbidden

404

Resource not found

default
post/cloud_resources/{cloud_resource_id}/framework_asset_scopes
Request samples
Response samples
application/json
[
  • {
    }
]