This document describes the API for reading Framework Asset Scopes.
A Framework Asset Scope defines the scope of an asset (e.g., a Repository) 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.
Returns a list of Framework Asset Scopes for the Repository by ID.
The absence of a Framework Asset Scope indicates the asset is not in scope for the Framework.
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "active": true,
- "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
- "asset_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "framework_id": "4c1c36c9-0232-44b3-bdd8-4bdb3daaf53b",
- "framework_title": "string",
- "manually_scoped": true,
- "manually_scoped_reason": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Create a Framework Asset Scope for the Repository by ID
Bad Request
Unauthorized
Forbidden
Resource not found
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "active": true,
- "asset_id": "b4695157-0d1d-4da0-8f9e-5c53149389e4",
- "asset_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "framework_id": "4c1c36c9-0232-44b3-bdd8-4bdb3daaf53b",
- "framework_title": "string",
- "manually_scoped": true,
- "manually_scoped_reason": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]